Amazon Managed Grafana Create Workspace Api Key Response Structure
CreateWorkspaceApiKeyResponse schema from Amazon Managed Grafana API
Type: objectProperties: 3Required: 3
DashboardsMonitoringObservabilityVisualization
CreateWorkspaceApiKeyResponse is a JSON Structure definition published by Amazon Managed Grafana, describing 3 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$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-create-workspace-api-key-response-structure.json",
"name": "CreateWorkspaceApiKeyResponse",
"description": "CreateWorkspaceApiKeyResponse schema from Amazon Managed Grafana API",
"type": "object",
"properties": {
"key": {
"allOf": [
{
"$ref": "#/components/schemas/ApiKeyToken"
},
{
"description": "The key token. Use this value as a bearer token to authenticate HTTP requests to the workspace."
}
]
},
"keyName": {
"allOf": [
{
"$ref": "#/components/schemas/ApiKeyName"
},
{
"description": "The name of the key that was created."
}
]
},
"workspaceId": {
"allOf": [
{
"$ref": "#/components/schemas/WorkspaceId"
},
{
"description": "The ID of the workspace that the key is valid for."
}
]
}
},
"required": [
"key",
"keyName",
"workspaceId"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.