| Description | : List the operations for the provider |
| Reference | : Link ¶ |
⚶ Changes
{
"#id": "Operations_List",
"Description": {
"new": "List the operations for the provider",
"old": "Lists all of the available Azure attestation operations."
},
"$parameters": [
{
"#name": "api-version",
"Description": {
"new": "The API version to use for this operation.",
"old": "Client API version. Current version is 2021-06-01"
}
}
]
}
⚼ Request
GET:
/providers/Microsoft.Attestation/operations
{
api-version:
string
,
}
⚐ Response (200)
{
systemData:
{
,
createdBy:
string
,
createdByType:
enum
,
createdAt:
string
,
lastModifiedBy:
string
,
lastModifiedByType:
enum
,
lastModifiedAt:
string
,
}
value:
}
[
]
,
{
,
name:
string
,
display:
{
,
provider:
string
,
resource:
string
,
operation:
string
,
description:
string
,
}
properties:
}
{
,
serviceSpecification:
}
{
,
logSpecifications:
}
[
]
,
{
,
name:
string
,
displayName:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
}