Get operation details
Retrieve the full details of an operation by ID, including its current status and all dependency details. Use this to poll for operation completion after initiating a change.
Path parameters
Operation ID (format: op-<uuid>)
Response
Operation details
Example response
{
"id": "op-a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"dependencies": [
{
"id": "plop_abc12345-1234-1234-1234-abc123456789",
"parameters": {
"owner": {
"id": "con_abc12345-1234-1234-1234-abc123456789"
},
"contacts": {
"admin": {
"id": "con_abc12345-1234-1234-1234-abc123456789"
},
"billing": {
"id": "con_abc12345-1234-1234-1234-abc123456789"
},
"tech": {
"id": "con_abc12345-1234-1234-1234-abc123456789"
}
},
"period": 1
}
}
]
}Changes
Changed in 2 of the 26 revisions of this API.136
- ●
added the new
DOMAIN_ADMIN_DNS_ZONE_MIGRATEenum value to thetyperesponse property for the response status200response-property-enum-value-added
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
added the non-success response with the status
500response-non-success-status-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
added
PlatformOperationDomainSetNameServersPlatformOperationDomainDnsSecuritySetDnssecPlatformOperationDomainDnsSecurityDeleteDnssecPlatformOperationDomainDnsSecurityUpdateZoneto thedependencies/items/response propertyoneOflist for the response status200response-property-one-of-added
- ●
removed the optional property
suggestionJobIdfrom the response with the200statusresponse-optional-property-removed
- ●
added the new
DOMAIN_DNS_NAME_SERVER_UPDATEenum value to thetyperesponse property for the response status200response-property-enum-value-added
- ○
added
DOMAIN_SET_NAMESERVERSDOMAIN_DNS_SECURITY_SET_DNSSECDOMAIN_DNS_SECURITY_DELETE_DNSSECDOMAIN_DNS_SECURITY_UPDATE_ZONEdiscriminator mapping keys to thedependencies/items/response property for the response status200response-property-discriminator-mapping-added
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲