Operations - List

List the operations for Azure Container Instance service.

GET https://management.azure.com/providers/Microsoft.ContainerInstance/operations?api-version=2023-05-01

URI Parameters

Name In Required Type Description
api-version
query True

string

Client API version

Responses

Name Type Description
200 OK

OperationListResult

OK

Other Status Codes

CloudError

Error response describing why the operation failed.

Security

azure_auth

Azure Active Directory OAuth2 Flow

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation Impersonate your user account

Examples

OperationsList

Sample Request

GET https://management.azure.com/providers/Microsoft.ContainerInstance/operations?api-version=2023-05-01

Sample Response

{
  "value": [
    {
      "name": "Microsoft.ContainerInstance/containerGroups/read",
      "display": {
        "provider": "Microsoft Container Instance",
        "resource": "Container Group",
        "operation": "Get Container Groups",
        "description": "Get all container goups."
      },
      "origin": "User"
    }
  ]
}

Definitions

Name Description
CloudError

An error response from the Container Instance service.

CloudErrorBody

An error response from the Container Instance service.

ContainerInstanceOperationsOrigin

The intended executor of the operation.

Display

The display information of the operation.

Operation

An operation for Azure Container Instance service.

OperationListResult

The operation list response that contains all operations for Azure Container Instance service.

CloudError

An error response from the Container Instance service.

Name Type Description
error

CloudErrorBody

An error response from the Container Instance service.

CloudErrorBody

An error response from the Container Instance service.

Name Type Description
code

string

An identifier for the error. Codes are invariant and are intended to be consumed programmatically.

details

CloudErrorBody[]

A list of additional details about the error.

message

string

A message describing the error, intended to be suitable for display in a user interface.

target

string

The target of the particular error. For example, the name of the property in error.

ContainerInstanceOperationsOrigin

The intended executor of the operation.

Name Type Description
System

string

User

string

Display

The display information of the operation.

Name Type Description
description

string

The description of the operation.

operation

string

The friendly name of the operation.

provider

string

The name of the provider of the operation.

resource

string

The name of the resource type of the operation.

Operation

An operation for Azure Container Instance service.

Name Type Description
display

Display

The display information of the operation.

name

string

The name of the operation.

origin

ContainerInstanceOperationsOrigin

The intended executor of the operation.

OperationListResult

The operation list response that contains all operations for Azure Container Instance service.

Name Type Description
nextLink

string

The URI to fetch the next page of operations.

value

Operation[]

The list of operations.