Live Events - Async Operation
Get operation status.
Get a live event operation status.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/liveEventOperations/{operationId}?api-version=2022-11-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
account
|
path | True |
string |
The Media Services account name. |
operation
|
path | True |
string |
The ID of an ongoing async operation. |
resource
|
path | True |
string |
The name of the resource group within the Azure subscription. |
subscription
|
path | True |
string |
The unique identifier for a Microsoft Azure subscription. |
api-version
|
query | True |
string |
The version of the API to be used with the client request. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
OK. The request has succeeded. |
|
Other Status Codes |
The streaming error response describing why the operation failed. |
Examples
Get the LiveEvent operation status
Sample request
Sample response
{
"error": {
"code": "None",
"message": null,
"target": "d7aea790-8acb-40b9-8f9f-21cc37c9e519"
},
"name": "62e4d893-d233-4005-988e-a428d9f77076",
"status": "InProgress"
}
Definitions
Name | Description |
---|---|
Async |
The status of an async operation. |
Async |
Operation status of the async operation. |
Error |
The resource management error additional info. |
Error |
The error detail. |
Error |
Error response |
AsyncOperationResult
The status of an async operation.
Name | Type | Description |
---|---|---|
error |
The error object |
|
name |
string |
Operation Id of the async operation. |
status |
Operation status of the async operation. |
AsyncOperationStatus
Operation status of the async operation.
Name | Type | Description |
---|---|---|
Failed |
string |
|
InProgress |
string |
|
Succeeded |
string |
ErrorAdditionalInfo
The resource management error additional info.
Name | Type | Description |
---|---|---|
info |
object |
The additional info. |
type |
string |
The additional info type. |
ErrorDetail
The error detail.
Name | Type | Description |
---|---|---|
additionalInfo |
The error additional info. |
|
code |
string |
The error code. |
details |
The error details. |
|
message |
string |
The error message. |
target |
string |
The error target. |
ErrorResponse
Error response
Name | Type | Description |
---|---|---|
error |
The error object. |