检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
表1 resources参数含义 资源参数 参数类型 含义 id String 资源ID name String 资源名称 provider String 云服务名称 type String 资源类型 region_id String 区域ID project_id String
响应参数 状态码:400 表3 响应Body参数 参数 参数类型 描述 error_code String 错误码。 error_msg String 错误消息内容。 状态码:403 表4 响应Body参数 参数 参数类型 描述 error_code String 错误码。
表1 aggregator_resources参数含义 资源参数 参数类型 含义 domain_id String 账号ID id String 资源ID name String 资源名称 provider String 云服务名称 type String 资源类型 region_id
error_msg String 错误消息内容。 状态码:500 表7 响应Body参数 参数 参数类型 描述 error_code String 错误码。 error_msg String 错误消息内容。
error_msg String 错误消息内容。 状态码:500 表9 响应Body参数 参数 参数类型 描述 error_code String 错误码。 error_msg String 错误消息内容。
lower/upper(str) → string 把字符串变换成全小写/大写。 replace(str, sub) → string 把字符串str里所有sub子串都删除。
error_msg String 错误消息内容。 状态码:500 表8 响应Body参数 参数 参数类型 描述 error_code String 错误码。 error_msg String 错误消息内容。 请求示例 查询当前组织下所有虚拟机的ID。
error_msg String 错误消息内容。 状态码:429 表8 响应Body参数 参数 参数类型 描述 error_code String 错误码。 error_msg String 错误消息内容。
String ak = System.getenv("HUAWEICLOUD_SDK_AK"); String sk = System.getenv("HUAWEICLOUD_SDK_SK"); String regionId = "<region
最大长度:36 requester_account_id 是 String 请求聚合数据的账号ID。
最大长度:36 authorized_account_id 是 String 授权的资源聚合器的账号ID。
最大长度:36 aggregator_id 是 String 资源聚合器ID。
(length=6): letters_and_digits = string.ascii_letters + string.digits return ''.join(random.choice(letters_and_digits) for _ in range(length
String ak = System.getenv("HUAWEICLOUD_SDK_AK"); String sk = System.getenv("HUAWEICLOUD_SDK_SK"); String regionId = "<region
min_length:策略参数的最小字符串长度或每项的最小字符串长度,当参数类型为String或Array时生效。 max_length: 策略参数的最大字符串长度或每项的最大字符串长度,当参数类型为String或Array时生效。
", "type": "string", "default": "Strong" }, "groupIds": { "description": "The list of allowed IAM group IDs.
type = string } variable "BucketRegion" { description = "Specifies the region where this bucket is located."
query-string 查询参数,是可选部分,并不是每个API都有查询参数。查询参数前面需要带一个“?”,形式为“参数名=参数取值”,例如“?limit=10”,表示查询不超过10条数据。
marker String 否 上一次分页查询返回的marker值,当marker值非法时,repsonse将响应错误码400。
以来创建的资源按更新时间降序排序,可以使用如下语句: select name, created, updated from resources where created >= timestamp '2020-09-12T12:55:00Z' order by updated DESC 模糊查询 string