列出可用于查询操作日志的操作过滤器
列出可用于查询操作日志的操作过滤器
Path Parameters
subscription_name string required
Possible values: <= 63 characters
订阅名
resource_group_name string required
Possible values: <= 63 characters
资源组名
zone string required
Possible values: <= 63 characters
区域
telemetry_station_name string required
Possible values: <= 63 characters
监控空间名
product_name string required
产品名
Responses
- 200
- default
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
operation_filters object[]
操作筛选器下拉列表
key string required
操作日志查询的键
value string required
操作日志查询的值,中文;或传入操作日志查询的值
{
"operation_filters": [
{
"key": "string",
"value": "string"
}
]
}
Default error response
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
code int32
The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
message string
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
details object[]
A list of messages that carry the error details. There is a common set of message types for APIs to use.
@type string
The type of the serialized message.
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Loading...