v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
Resource

Retrieves resource activity timeline or event attribute details

Retrieves activity timeline or event details for a single infrastructure resource. Mode 1 (no event_ids): paginated timeline. Mode 2 (with event_ids): changed attribute details for diff.

post/v1/resource/dashboard/detail/activity

Request body

tenant_idstring required

Tenant ID. Can be fetched from the List Tenants API.

resource_idstring required

Unique provider resource identifier.

resource_categorystring required

Category of the resource (e.g. Compute, Storage, Network).

resource_typestring required

Type of the resource.

resourcestring required

Resources of the cloud provider (e.g. Instances, SecurityGroups).

start_datestring date-time

Start of retention window. Defaults to now minus 90 days.

end_datestring date-time

End of retention window. Defaults to today.

change_type_filterstring[]
event_idsstring[]

If provided (1-2 IDs), returns attribute details for these events (Mode 2). If absent, returns paginated timeline (Mode 1).

Example request

{
  "change_type_filter": [
    "added"
  ]
}

Response

Success