查询仪表板的过滤器
查询仪表板的过滤器
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
监控空间名
dashboard_name string required
仪表板名
application/json
Request Body required
- Array [
- ]
start int64
开始时间
end int64
结束时间
resource object[]
资源信息
name string
资源的名称
native_id string
资源的本地标识符
resource_id string
资源的资源管理器标识符
resource_type string
资源的类型
filters object
筛选条件,例如(gpu:4)
property name* string
Responses
- 200
- default
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
filters object[]
筛选条件
key string
筛选键,例如gpu
values string[]
筛选值,例如[0,1,2]
{
"filters": [
{
"key": "string",
"values": [
"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...