O&M Management/Monitoring APIs/Monitoring and Alarm APIs/Event
GETEventSince 3.9.0SynchronousAuth Required
Get All Event Metadata
Get All Event Metadata
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
nameStringThe event name.
namespaceStringThe event namespace.
systemTagsListSystem tags.
userTagsListUser 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.
