Getting "Minimized source" in results from getDashboard

0

I'm calling getDashboard() in the CloudWatch API and I'm getting results like this:

  [
    'CWAgent',
    'mem_used_percent',
    'host',
    'ip-172-31-51-95',
    { label: 'default', region: 'us-west-2' }
  ],
  [
    '...',
    'ip-172-31-15-69',
    { label: 'redwood', region: 'us-west-2' }
  ],
  [
    '...',
    'ip-172-31-7-189',
    { label: 'yellowstone', region: 'us-west-2' }
  ],
]

I recognize the '...' fields from the "Minimize source" option in the web interface, but surely it's a bug to be minimizing the results in the API call. Right?

gefragt vor einem Jahr77 Aufrufe
Keine Antworten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen