Amazon Managed Grafana Create Workspace Api Key Request Structure
CreateWorkspaceApiKeyRequest schema from Amazon Managed Grafana API
Type: objectProperties: 3Required: 3
DashboardsMonitoringObservabilityVisualization
CreateWorkspaceApiKeyRequest 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-request-structure.json",
"name": "CreateWorkspaceApiKeyRequest",
"description": "CreateWorkspaceApiKeyRequest schema from Amazon Managed Grafana API",
"type": "object",
"properties": {
"keyName": {
"allOf": [
{
"$ref": "#/components/schemas/ApiKeyName"
},
{
"description": "Specifies the name of the key. Keynames must be unique to the workspace."
}
]
},
"keyRole": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "<p>Specifies the permission level of the key.</p> <p> Valid values: <code>VIEWER</code>|<code>EDITOR</code>|<code>ADMIN</code> </p>"
}
]
},
"secondsToLive": {
"allOf": [
{
"$ref": "#/components/schemas/CreateWorkspaceApiKeyRequestSecondsToLiveInteger"
},
{
"description": "Specifies the time in seconds until the key expires. Keys can be valid for up to 30 days."
}
]
}
},
"required": [
"keyName",
"keyRole",
"secondsToLive"
]
}
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.