| Description | : List the operations for the provider |
| Reference | : Link ¶ |
⚶ Changes
{
"#id": "Operations_List",
"$responses": {
"200": {
"Description": {
"new": "Represents a paginated list of operations.",
"old": "Result of GET request to list the Microsoft.Elastic operations."
},
"$properties": [
{
"#name": "value",
"Description": {
"new": "The list of operations.",
"old": "List of operations supported by the Microsoft.Elastic provider."
},
"Required": {
"new": true,
"old": false
},
"$items": {
"$properties": {
"display": [
{
"#name": "provider",
"Description": {
"new": "The service provider of the operation.",
"old": "Service provider, i.e., Microsoft.Elastic."
}
},
{
"#name": "resource",
"Description": {
"new": "The resource type of the operation.",
"old": "Type on which the operation is performed, e.g., 'monitors'."
}
},
{
"#name": "operation",
"Description": {
"new": "The name of the operation.",
"old": "Operation type, e.g., read, write, delete, etc."
}
},
{
"#name": "description",
"Description": {
"new": "A description of the operation.",
"old": "Description of the operation, e.g., 'Write monitors'."
}
}
]
}
}
},
{
"#name": "nextLink",
"Description": {
"new": "The URL to get the next set of results, if any.",
"old": "URL to get the next set of operation list results if there are any."
}
}
]
}
}
}
⚼ Request
GET:
/providers/Microsoft.Elastic/operations
{
api-version:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
name:
string
,
isDataAction:
boolean
,
display:
{
,
provider:
string
,
resource:
string
,
operation:
string
,
description:
string
,
}
origin:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
}
[
,
string
,
]