View source: R/managedgrafana_operations.R
managedgrafana_create_workspace_api_key | R Documentation |
Creates a Grafana API key for the workspace. This key can be used to authenticate requests sent to the workspace's HTTP API. See https://docs.aws.amazon.com/grafana/latest/userguide/Using-Grafana-APIs.html for available APIs and example requests.
See https://www.paws-r-sdk.com/docs/managedgrafana_create_workspace_api_key/ for full documentation.
managedgrafana_create_workspace_api_key(
keyName,
keyRole,
secondsToLive,
workspaceId
)
keyName |
[required] Specifies the name of the key. Keynames must be unique to the workspace. |
keyRole |
[required] Specifies the permission level of the key. Valid values: |
secondsToLive |
[required] Specifies the time in seconds until the key expires. Keys can be valid for up to 30 days. |
workspaceId |
[required] The ID of the workspace to create an API key. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.