Amazon Managed Grafana · JSON Structure

Amazon Managed Grafana List Versions Response Structure

ListVersionsResponse schema from Amazon Managed Grafana API

Type: object Properties: 2
DashboardsMonitoringObservabilityVisualization

ListVersionsResponse is a JSON Structure definition published by Amazon Managed Grafana, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

grafanaVersions nextToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-grafana/refs/heads/main/json-structure/amazon-managed-grafana-list-versions-response-structure.json",
  "name": "ListVersionsResponse",
  "description": "ListVersionsResponse schema from Amazon Managed Grafana API",
  "type": "object",
  "properties": {
    "grafanaVersions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GrafanaVersionList"
        },
        {
          "description": "The Grafana versions available to create. If a workspace ID is included in the request, the Grafana versions to which this workspace can be upgraded."
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PaginationToken"
        },
        {
          "description": "The token to use in a subsequent <code>ListVersions</code> operation to return the next set of results."
        }
      ]
    }
  }
}