Returns details of a specific async-operation

get/data-services/v1beta1/async-operations/{id}

Returns the async-operation with the given id.

Securitybearer
Request
path Parameters
id
required
string <uuid>

The UUID of the object

Example: c1a0eb78-41a0-4151-93b2-f057ffeca3f3
query Parameters
select
string

A list of properties to include in the response.

Example: select=id,name
Responses
200

Single Async Operation

400

An invalid request was received.

401

The request did not provide valid authentication.

403

The requesting user was not permitted to access this resource.

404

A async-operation with the provided ID was not found.

500

An internal error occurred.

503

Service unavailable.

Request samples
Response samples
application/json
{
  • "createdAt": "2019-08-24T14:15:22Z",
  • "customerId": "string",
  • "generation": 0,
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "resourceUri": "string",
  • "type": "string",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "additionalDetails": {
    },
  • "associatedResources": [
    ],
  • "displayName": "string",
  • "endedAt": "2019-08-24T14:15:22Z",
  • "error": {
    },
  • "estimatedRunningDurationMinutes": 0,
  • "groups": [
    ],
  • "hasChildOperations": true,
  • "healthStatus": "string",
  • "logMessages": [
    ],
  • "parent": {
    },
  • "progressPercent": 100,
  • "recommendations": [
    ],
  • "rootOperation": {
    },
  • "services": [
    ],
  • "sourceResourceUri": "string",
  • "startedAt": "2019-08-24T14:15:22Z",
  • "state": "string",
  • "subtreeOperationCount": 0,
  • "suggestedPollingIntervalSeconds": 0,
  • "userId": "string"
}