Method: legacySoarDashboard.legacyGetDashboardCards

Full name: projects.locations.instances.legacySoarDashboard.legacyGetDashboardCards

Returns the cards of a dashboard.

HTTP request


Path parameters

Parameters
instance

string

Required. The instance to get the dashboard cards for. Format: projects/{project}/locations/{location}/instances/{instance}

Request body

The request body must be empty.

Response body

GetLegacySoarDashboardCardsResponse represents the response for getting dashboard cards.

If successful, the response body contains data with the following structure:

JSON representation
{
  "payload": {
    string: string,
    ...
  }
}
Fields
payload

map (key: string (int64 format), value: string)

Optional. The cards of the dashboard.

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.