checkCloudComputeConnectivityJobProgress
Get details of the cloud compute connectivity check request Supported in v6.0+ Gets the details of the request that was triggered to check the cloud compute connectivity of an archival location.
Arguments
| Argument | Type | Description |
|---|---|---|
| input (required) | GetCloudComputeConnectivityCheckRequestStatusInput! | Input for V1GetCloudComputeConnectivityCheckRequestStatus. |
Returns
Sample
{
"data": {
"checkCloudComputeConnectivityJobProgress": {
"endTime": "2024-01-01T00:00:00.000Z",
"id": "example-string",
"nodeId": "example-string",
"progress": 0.0,
"result": "example-string",
"startTime": "2024-01-01T00:00:00.000Z",
"error": {
"message": "example-string"
},
"links": [
{
"href": "example-string",
"rel": "example-string"
}
]
}
}
}