curl --request GET \
--url https://api.icepanel.io/v1/landscapes/{landscapeId}/action-logs/{actionLogId} \
--header 'Authorization: <authorization>'{
"actionLog": {
"action": {
"id": "<string>",
"props": {
"name": "<string>",
"permission": "billing"
},
"type": "api-key-create"
},
"actionIds": [
"<string>"
],
"id": "<string>",
"importance": "low",
"landscapeId": "<string>",
"parentId": "<string>",
"performedAt": "2023-11-07T05:31:56Z",
"performedBy": "user",
"performedById": "<string>",
"performedByName": "<string>"
}
}Find an action log
curl --request GET \
--url https://api.icepanel.io/v1/landscapes/{landscapeId}/action-logs/{actionLogId} \
--header 'Authorization: <authorization>'{
"actionLog": {
"action": {
"id": "<string>",
"props": {
"name": "<string>",
"permission": "billing"
},
"type": "api-key-create"
},
"actionIds": [
"<string>"
],
"id": "<string>",
"importance": "low",
"landscapeId": "<string>",
"parentId": "<string>",
"performedAt": "2023-11-07T05:31:56Z",
"performedBy": "user",
"performedById": "<string>",
"performedByName": "<string>"
}
}OK
Show child attributes
full description of the action that happened
Show child attributes
api-key-create id of the action and any related ids that were part of the action
importance of the action log, eg: medium for tags created
low, medium, high parent action log id that caused this action to happen, eg: update of a diagram caused by a model object delete
user, api-key, notification-key, service