| Description | : Gets the restore operation status of the specified Cloud HSM Cluster |
| Reference | : Link ¶ |
⚶ Changes
{
"#id": "CloudHsmClusterRestoreStatus_Get",
"$parameters": [
{
"#name": "cloudHsmClusterName",
"Description": {
"new": "The name of the Cloud HSM Cluster within the specified resource group. Cloud HSM Cluster names must be between 3 and 23 characters in length.",
"old": "Name of the Cloud HSM Cluster"
}
}
]
}
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/{cloudHsmClusterName}/restoreOperationStatus/{jobId}
{
api-version:
string
,
subscriptionId:
string
,
resourceGroupName:
string
,
cloudHsmClusterName:
string
,
jobId:
string
,
}
⚐ Response (200)
{
$headers:
{
,
x-ms-request-id:
string
,
}
$schema:
}
{
,
properties:
}
{
,
status:
enum
,
statusDetails:
string
,
error:
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}
startTime:
string
,
endTime:
string
,
jobId:
string
,
}
⚐ Response (202)
{
location:
string
,
x-ms-request-id:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}