huawei-cloud-api-definitions-Workspace 0.1.20240128

Huawei Cloud API definitions, generated from OpenAPI spec
Documentation
1
{"base_path":null,"components":null,"consumes":"[\"application/json\"]","definitions":{"AccessPolicyInfo":{"properties":{"blacklist_type":{"description":"黑名单类型,当前黑名单只支持互联网。\n* INTERNET: 互联网","enum":["INTERNET"],"example":"INTERNET","maxLength":50,"minLength":0,"type":"string"},"policy_name":{"description":"策略名,当前只支持专线接入策略名。\n* PRIVATE_ACCESS: 专线接入","example":"PRIVATE_ACCESS","maxLength":50,"minLength":0,"type":"string"}},"required":["blacklist_type","policy_name"]},"AccessPolicyObjectInfo":{"properties":{"object_id":{"description":"黑名单中的对象id。","maxLength":255,"minLength":1,"type":"string"},"object_name":{"description":"对象名。后续此参数不会校验。","maxLength":255,"minLength":1,"type":"string"},"object_type":{"description":"对象类型。\n* USER: 用户\n* USERGROUP: 用户组","enum":["USER","USERGROUP"],"example":"USER","type":"string"}},"required":["object_id","object_type"]},"BaseResponse":{"description":"API响应基类","properties":{"error_code":{"description":"错误码。","maxLength":12,"minLength":0,"type":"string"},"error_msg":{"description":"错误描述。","maxLength":1000,"minLength":0,"type":"string"}}},"CreateAccessPolicyReq":{"properties":{"policy":{"$ref":"#/definitions/AccessPolicyInfo","description":"接入策略信息。"},"policy_objects_list":{"description":"策略应用对象列表。","items":{"$ref":"#/definitions/AccessPolicyObjectInfo"},"maxItems":2000,"minItems":0,"type":"array"}},"required":["policy"]}},"description":null,"group_id":"7383c32d5d5e4d0481c071faeb994404","host":"workspace.cn-north-4.myhuaweicloud.com","id":"7f195d820c124592a7bbc0856ead8534","info_version":"v2","method":"post","name":"CreateAccessPolicy","parameters":{"Content-Type":{"description":"发送的实体的MIME类型。","in":"header","maxLength":255,"minLength":1,"name":"Content-Type","required":true,"type":"string","x-example":"application/json"}},"paths":{"/v2/{project_id}/access-policy":{"post":{"description":"该接口用于创建接入策略。","operationId":"CreateAccessPolicy","parameters":[{"description":"用户Token。\n\n通过调用IAM服务获取用户Token接口获取(响应消息头中X-Subject-Token的值)。","in":"header","maxLength":15000,"minLength":1,"name":"X-Auth-Token","required":true,"type":"string","x-example":"MIIDkgYJKoZIhvcNAQcCoIIDgzCCXXXXXX..."},{"$ref":"#/parameters/Content-Type"},{"description":"项目id。","in":"path","maxLength":255,"minLength":1,"name":"project_id","required":true,"type":"string","x-example":"2b31ed520xxxxxxebedb6e57xxxxxxxx"},{"description":"创建请求体。","in":"body","name":"CreateAccessPolicyRequestBody","required":true,"schema":{"$ref":"#/definitions/CreateAccessPolicyReq"}}],"responses":{"200":{"description":"正常。"},"400":{"description":"由于包含语法错误,当前请求无法被服务器理解。","schema":{"$ref":"#/definitions/BaseResponse"}},"401":{"description":"鉴权失败。","schema":{"$ref":"#/definitions/BaseResponse"}},"403":{"description":"没有操作权限。","schema":{"$ref":"#/definitions/BaseResponse"}},"404":{"description":"找不到资源。","schema":{"$ref":"#/definitions/BaseResponse"}},"405":{"description":"请求中指定的方法不被允许。","schema":{"$ref":"#/definitions/BaseResponse"}},"500":{"description":"服务内部错误,具体返回错误码请参见错误码说明。","schema":{"$ref":"#/definitions/BaseResponse"}},"503":{"description":"服务不可用。","schema":{"$ref":"#/definitions/BaseResponse"}}},"schemes":["https"],"summary":"创建接入策略","tags":["AccessPolicy"],"x-addValid":true,"x-apiexplorer-hide":"N","x-apig-group":"public,internal_token","x-apigateway-request-type":"public","x-is-registered":"Y","x-request-examples-1":{"policy":{"blacklist_type":"INTERNET","policy_name":"PRIVATE_ACCESS"}},"x-request-examples-url-1":"post /v2/{project_id}/access-policy","x-support-sdk":"Y"}}},"product_short":"Workspace","region_id":"cn-north-4","schemes":["HTTPS"],"security_definitions":null,"summary":"创建接入策略","tags":"接入策略","uri":null,"version":"2.0"}