createActiveDirectoryLiveMount
Initiate a Live Mount of an Active Directory Domain Controller snapshot Supported in v9.0+ Initiates a job to perform a Live Mount of an Active Directory Domain Controller snapshot. Returns the job instance ID.
Arguments
| Argument | Type | Description |
|---|---|---|
| input (required) | CreateActiveDirectoryLiveMountInput! | Input for V1CreateActiveDirectoryLiveMount. |
Returns
Sample
{
"data": {
"createActiveDirectoryLiveMount": {
"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"
}
]
}
}
}