Get the list of cloud product configuration rule operators
接口说明
Get the list of cloud asset data operators.
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
yundun-sas:ListCloudAssetMatchOperators |
list |
*全部资源
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| Lang |
string |
否 |
设置请求和接收消息的语言类型,默认为 zh。取值:
|
zh |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
|||
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
| RequestId |
string |
The request ID. |
C699E4E4-F2F4-58FC-A949-457FFE59**** |
| MatchTypeOperators |
array<object> |
操作符类型。 |
|
|
array<object> |
操作符类型。 |
||
| Type |
string |
The type used by the operator. Values:
|
LIST |
| MatchOperators |
array<object> |
操作符列表。 |
|
|
object |
操作符列表。 |
||
| Name |
string |
Unique name of the operator. Values: - LIST type:
|
LIST_CONTAINS |
| Value |
string |
Operator value. Options: - For LIST type:
|
CONTAINS |
| ShowName |
string |
Operator display name. Values:
|
Contains |
| InputPattern |
string |
Operation data types. Values:
|
PRIMITIVE |
示例
正常返回示例
JSON格式
{
"Success": true,
"RequestId": "C699E4E4-F2F4-58FC-A949-457FFE59****",
"MatchTypeOperators": [
{
"Type": "LIST",
"MatchOperators": [
{
"Name": "LIST_CONTAINS",
"Value": "CONTAINS",
"ShowName": "Contains",
"InputPattern": "PRIMITIVE"
}
]
}
]
}
错误码
|
HTTP status code |
错误码 |
错误信息 |
描述 |
|---|---|---|---|
| 400 | AccountIdNotExist | AccountId not exist | |
| 400 | NoPermission | no permission | |
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。