Platform O&M/Cloud Monitoring/Monitoring and Alarm/SNS/ZWatch Operations/Event Operations
GETEvent OperationsSince 3.9.0SynchronousAuth Required
GetAllEventMetadata
GetAllEventMetadata
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
nameStringOptional. The name of the event.
namespaceStringOptional. The namespace of the event.
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
GET/zstack/v1/zwatch/events/meta-data
/zstack/v1/zwatch/events/meta-data
Request Example
curl -X GET 'http://{host}/zstack/v1/zwatch/events/meta-data?name=<name>&namespace=<namespace>&systemTags=<systemTags>&userTags=<userTags>' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "events": [ { "namespace": "ZStack/VM", "name": "org.zstack.zwatch.datatype.EventFamily@631b5229", "description": "VMHAProcess", "labelNames": [ "HAProcess", "HADetails" ] } ] }Change History
This API has no change history records yet.
