Get asynchronous operation details

get/async-operations/{id}

Retrieves asynchronous operation details identified with a specific ID.

SecurityBearer
Request
path Parameters
id
required
string <uuid>

The asynchronous operation id returned in an ansychronous API response.

Examples:
Returns details of the asynchronous operation that matches the given ID.
0908777a-788f-45da-afb8-295c626e4d14
Responses
200

OK

400

Bad Request

401

Unauthorized - Invalid JWT token in Request

404

Bad Request. An asynchronous operation doesn't exist with the given ID.

429

You have exceeded the allowed rate limit. Contact HPE support if it is an error.

500

Unexpected server error. Retry and contact HPE support if the error is not resolved.

Request samples
Response samples
application/json
{
  • "id": "00006e2e-e02c-4cb3-ba40-d9d8ae2fdb24",
  • "type": "wellness/async-operation",
  • "generation": 1,
  • "createdAt": "2024-01-01T12:00:00Z",
  • "updatedAt": "2024-02-01T12:00:00Z",
  • "startedAt": "2024-01-01T12:00:00Z",
  • "endedAt": "2024-01-01T12:05:00Z",
  • "sourceResourceUri": "/wellness/v2beta2/events/00000010-7e93-4046-9adc-1397cd6ab2d1",
  • "state": "SUCCEEDED",
  • "logMessages": null,
  • "progressPercent": 100,
  • "error": null,
  • "suggestedPollingIntervalSeconds": 30,
  • "timeoutMinutes": 1,
  • "results": [
    ]
}