list_workspaces
Query and retrieve detailed information about all Amazon Managed Prometheus workspaces in a specified AWS region via JSON output.
Instructions
List all Amazon Managed Prometheus workspaces in the specified region.
Args: region: AWS region to query (default: us-east-1)
Returns: JSON string containing list of workspaces with their details
Input Schema
Name | Required | Description | Default |
---|---|---|---|
region | No | us-east-1 |
Input Schema (JSON Schema)
{
"properties": {
"region": {
"default": "us-east-1",
"title": "Region",
"type": "string"
}
},
"type": "object"
}