List Events
Retrieve Mutation Events for a given date range. Defaults to retrieving Events for the past 24 hours.
Both a from
and to
arguments can be specified to filter Events over a specific period.
Events will be the the most descriptive possible but not all fields are mandatory
GET /event
curl \
-X GET https://api-ch-gva-2.exoscale.com/v2/event
Response examples (200)
[
{
"iam-user": {
"sso": true,
"two-factor-authentication": true,
"email": "string",
"id": "string",
"role": {
"id": "string",
"name": "string",
"description": "string",
"permissions": [
"bypass-governance-retention"
],
"labels": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"editable": true,
"policy": {
"default-service-strategy": "allow",
"services": {
"additionalProperty1": {
"type": "rules",
"rules": [
{
"action": "allow",
"expression": "string",
"resources": [
"string"
]
}
]
},
"additionalProperty2": {
"type": "rules",
"rules": [
{
"action": "allow",
"expression": "string",
"resources": [
"string"
]
}
]
}
}
}
},
"pending": true
},
"request-id": "string",
"iam-role": {
"id": "string",
"name": "string",
"description": "string",
"permissions": [
"bypass-governance-retention"
],
"labels": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"editable": true,
"policy": {
"default-service-strategy": "allow",
"services": {
"additionalProperty1": {
"type": "rules",
"rules": [
{
"action": "allow",
"expression": "string",
"resources": [
"string"
]
}
]
},
"additionalProperty2": {
"type": "rules",
"rules": [
{
"action": "allow",
"expression": "string",
"resources": [
"string"
]
}
]
}
}
}
},
"zone": "string",
"get-params": {},
"body-params": {},
"status": 42,
"source-ip": "string",
"iam-api-key": {
"name": "string",
"key": "string",
"role-id": "string"
},
"uri": "string",
"elapsed-ms": 42,
"timestamp": "2024-05-04T09:42:00+00:00",
"path-params": {},
"handler": "string",
"message": "string"
}
]