Retrieve details of the most recent deliveries that were attempted. Compute Ops Management stores the most recent ten deliveries and the five most recent failures, so this endpoint will return between 10 and 15 deliveries once deliveries have been attempted.
OK
Bad request
Unauthorized
Forbidden
Not found
Not acceptable
Internal server error
{- "offset": 0,
- "count": 1,
- "total": 12,
- "items": [
- {
- "webhookId": "75aa2a04-7349-11ee-b962-0242ac120002",
- "id": "36e00ac2-16fb-4dd5-8495-7e6df82fc15e",
- "resourceUri": "/compute-ops-mgmt/v1beta1/webhooks/96239cb5-6a1d-444c-8dfe-1e2ff05b4f05/deliveries/96239cb5-6a1d-444c-8dfe-1e2ff05b4f06",
- "type": "compute-ops-mgmt/webhook/delivery",
- "generation": 1,
- "createdAt": "2022-02-11T01:04:20.799937+00:00",
- "updatedAt": "2022-03-11T01:06:30.799489+00:00",
- "eventType": "compute-ops/jobs:CREATE",
- "eventTime": "2023-11-30T15:06:01Z",
- "requestTimestamp": "2023-10-25T15:05:02Z",
- "responseTimestamp": "2023-11-30T15:06:01Z",
- "statusCode": 200,
- "data": { },
- "attempt": 1
}
]
}