huawei-cloud-api-definitions-BCC 0.1.20251025

Huawei Cloud API definitions, generated from OpenAPI spec
Documentation
1
{"base_path":"/","components":null,"consumes":"","definitions":{"ErrorRsp":{"description":"失败时返回的错误对象","properties":{"error_code":{"description":"错误码","maxLength":36,"minLength":8,"type":"string"},"error_msg":{"description":"错误描述","maxLength":512,"minLength":2,"type":"string"}},"required":["error_code","error_msg"]},"ListResourceCopyRsp":{"properties":{"copies":{"description":"副本列表","items":{"$ref":"#/definitions/ResourceCopyItem"},"maxItems":100,"minItems":1,"type":"array"},"count":{"description":"副本总数","example":10,"format":"int64","maximum":2147483647,"minimum":0,"type":"integer"},"next_marker":{"description":"下一页的marker","maxLength":64,"minLength":1,"type":"string"}},"type":"object"},"ResourceCopyItem":{"description":"单条资源副本记录","properties":{"az_id":{"description":"可用区ID","example":"region-xx-7a","maxLength":64,"minLength":1,"type":"string"},"begin_time":{"description":"备份开始时间","example":"2025-03-01T00:00:00Z","maxLength":64,"minLength":1,"type":"string"},"copy_id":{"description":"源服务的备份ID","example":"02dadff2-cc0d-458e-bb4a-1ff9d88414f1","maxLength":512,"minLength":1,"type":"string"},"copy_name":{"description":"副本名称","example":"autobk_bc2b","maxLength":512,"minLength":1,"type":"string"},"copy_type":{"description":"备份类型","example":"backup","maxLength":36,"minLength":1,"type":"string"},"end_time":{"description":"备份结束时间","example":"2025-03-01T00:01:00Z","maxLength":64,"minLength":1,"type":"string"},"ep_id":{"description":"企业项目ID","example":"0","maxLength":64,"minLength":1,"type":"string"},"ep_name":{"description":"企业项目名称","example":"default","maxLength":512,"minLength":1,"type":"string"},"id":{"description":"副本ID","example":"682855c29909751b75a7f629","maxLength":512,"minLength":1,"type":"string"},"project_id":{"description":"项目ID","example":"1d9c62d1534b4f7394e4a0a363560826","maxLength":64,"minLength":1,"type":"string"},"project_name":{"description":"项目名称","example":"region-xx-7","maxLength":512,"minLength":1,"type":"string"},"region_id":{"description":"区域ID","example":"region-xx-7","maxLength":64,"minLength":1,"type":"string"},"resource_id":{"description":"资源ID","example":"1a6b0eae4f7f4ccfa479ca32b9381fe9in14","maxLength":512,"minLength":1,"type":"string"},"resource_name":{"description":"资源名称","example":"gauss-73ff","maxLength":512,"minLength":1,"type":"string"},"status":{"description":"副本当前状态","example":"normal","maxLength":64,"minLength":1,"type":"string"},"vault_id":{"description":"CBR存储库ID","example":"037ac31c-cc58-4fdd-9695-50b1ed4c2590","maxLength":512,"minLength":1,"type":"string"},"vault_name":{"description":"CBR存储库名称","example":"xzl_wushan_434","maxLength":512,"minLength":1,"type":"string"}},"type":"object"}},"description":null,"group_id":"0cb6191c2c524d62be604224b207d979","host":"bcc.cn-north-4.myhuaweicloud.com","id":"31318365713c475480c3ebebcf988536","info_version":"v1","method":"get","name":"ListResourceCopies","parameters":{},"paths":{"/v1/{domain_id}/copies":{"get":{"description":"查询副本列表","operationId":"ListResourceCopies","parameters":[{"description":"账号ID","in":"path","maxLength":36,"minLength":1,"name":"domain_id","required":true,"type":"string"},{"description":"区域ID","in":"query","maxLength":36,"minLength":1,"name":"region_id","required":false,"type":"string"},{"description":"备份类型:backup-备份, replication-复制","enum":["backup","replication"],"in":"query","name":"copy_type","required":false,"type":"string"},{"description":"资源类型","in":"query","maxLength":64,"minLength":1,"name":"resource_type","required":false,"type":"string"},{"description":"资源ID","in":"query","maxLength":512,"minLength":1,"name":"resource_id","required":false,"type":"string"},{"description":"备份ID","in":"query","maxLength":512,"minLength":1,"name":"copy_id","required":false,"type":"string"},{"description":"CBR存储库ID","in":"query","maxLength":512,"minLength":1,"name":"vault_id","required":false,"type":"string"},{"default":"10","description":"返回的最大数量","format":"int32","in":"query","maximum":100,"minimum":1,"name":"limit","required":false,"type":"integer"},{"description":"分页参数,通过上一个请求中返回的marker信息作为输入,获取当前页。","in":"query","maxLength":64,"minLength":1,"name":"marker","required":false,"type":"string"},{"description":"查询开始时间。格式为“yyyy-mm-ddThh:mm:ssZ”。其中,T指某个时间的开始;Z指时区偏移量,例如北京时间偏移显示为+0800。","in":"query","maxLength":64,"minLength":1,"name":"start_time","required":false,"type":"string"},{"description":"查询结束时间。格式为“yyyy-mm-ddThh:mm:ssZ”。其中,T指某个时间的开始;Z指时区偏移量,例如北京时间偏移显示为+0800。","in":"query","maxLength":64,"minLength":1,"name":"end_time","required":false,"type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"副本列表返回","schema":{"$ref":"#/definitions/ListResourceCopyRsp"}},"400":{"description":"请求错误","schema":{"$ref":"#/definitions/ErrorRsp"}},"401":{"description":"未提供认证信息或认证信息错误。","schema":{"$ref":"#/definitions/ErrorRsp"}},"403":{"description":"请求页面被禁止访问。","schema":{"$ref":"#/definitions/ErrorRsp"}},"404":{"description":"未找到资源。","schema":{"$ref":"#/definitions/ErrorRsp"}},"408":{"description":"请求超出了服务器的等待时间。","schema":{"$ref":"#/definitions/ErrorRsp"}},"429":{"description":"当前请求过多。","schema":{"$ref":"#/definitions/ErrorRsp"}},"500":{"description":"请求未完成,服务异常。","schema":{"$ref":"#/definitions/ErrorRsp"}},"503":{"description":"系统暂时不可用,请求受限。","schema":{"$ref":"#/definitions/ErrorRsp"}}},"summary":"查询副本列表","tags":["副本"],"x-api-type":"open-api","x-iam-auth-meta-anno":{"abacAction":"bcc::listResourceCopy","authContextInitializerName":"iamAuthListContextInitializer","authLevel":"NO_INSTANCE","model":"v5","needAbacCheck":true,"needAbacResourceCheck":false,"needApigwJwtAuthCheck":false,"needCbcCheck":false,"needRbacCheck":false,"needResourceTagCheck":false,"supportAllGrantedEps":false},"x-is-registered":"Y","x-method-annotations":["@CtsMeta(resourceType = \"Copies\", traceName = \"ListResourceCopies\", operationId = \"ListResourceCopies\", isReadOnly=true)"],"x-support-sdk":"Y"}}},"product_short":"BCC","region_id":"cn-north-4","schemes":["HTTPS"],"security_definitions":null,"summary":"查询副本列表","tags":"副本","uri":null,"version":"2.0"}