forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Dong, Qiu Jian <qiujiandong1@huawei.com> Co-committed-by: Dong, Qiu Jian <qiujiandong1@huawei.com>
299 lines
11 KiB
JSON
299 lines
11 KiB
JSON
[
|
|
{
|
|
"desc":"Public cloud APIs comply with the RESTful API design principles. REST-based Web services are organized into resources. Each resource is identified by one or more Uniform ",
|
|
"product_code":"swr",
|
|
"title":"API Usage Guidelines",
|
|
"uri":"swr_02_0078.html",
|
|
"doc_type":"api",
|
|
"p_code":"",
|
|
"code":"1"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"swr",
|
|
"title":"API",
|
|
"uri":"swr_02_0011.html",
|
|
"doc_type":"api",
|
|
"p_code":"",
|
|
"code":"2"
|
|
},
|
|
{
|
|
"desc":"Create an organization.POST /v2/manage/namespacesRequest parametersRequest body parameter descriptionParameterMandatoryTypeDescriptionnamespaceYesStringOrganization name.",
|
|
"product_code":"swr",
|
|
"title":"Creating an Organization",
|
|
"uri":"swr_02_0026.html",
|
|
"doc_type":"api",
|
|
"p_code":"2",
|
|
"code":"3"
|
|
},
|
|
{
|
|
"desc":"Delete an organization.DELETE /v2/manage/namespaces/{namespace}For details about parameters, see Table 1.Request parametersN/AN/AExample requestDELETE https://{Endpoint}/",
|
|
"product_code":"swr",
|
|
"title":"Deleting an Organization",
|
|
"uri":"swr_02_0027.html",
|
|
"doc_type":"api",
|
|
"p_code":"2",
|
|
"code":"4"
|
|
},
|
|
{
|
|
"desc":"Query the list of organizations.GET /v2/manage/namespaces?filter=namespace::{namespace}For details about parameters, see Table 1.Request parametersN/AN/AExample requestGE",
|
|
"product_code":"swr",
|
|
"title":"Querying the List of Organizations",
|
|
"uri":"swr_02_0028.html",
|
|
"doc_type":"api",
|
|
"p_code":"2",
|
|
"code":"5"
|
|
},
|
|
{
|
|
"desc":"Query the details of an organization by its name.GET /v2/manage/namespaces/{namespace}For details about parameters, see Table 1.Request parametersN/AN/AExample requestGET",
|
|
"product_code":"swr",
|
|
"title":"Querying the Details of an Organization",
|
|
"uri":"swr_02_0029.html",
|
|
"doc_type":"api",
|
|
"p_code":"2",
|
|
"code":"6"
|
|
},
|
|
{
|
|
"desc":"Create an image repository in an organization.POST /v2/manage/namespaces/{namespace}/reposFor details about parameters, see Table 1.Request parametersFormData parameter d",
|
|
"product_code":"swr",
|
|
"title":"Creating an Image Repository",
|
|
"uri":"swr_02_0030.html",
|
|
"doc_type":"api",
|
|
"p_code":"2",
|
|
"code":"7"
|
|
},
|
|
{
|
|
"desc":"Delete an image repository in an organization.DELETE /v2/manage/namespaces/{namespace}/repos/{repository}For details about parameters, see Table 1.Request parametersN/AN/",
|
|
"product_code":"swr",
|
|
"title":"Deleting an Image Repository",
|
|
"uri":"swr_02_0031.html",
|
|
"doc_type":"api",
|
|
"p_code":"2",
|
|
"code":"8"
|
|
},
|
|
{
|
|
"desc":"Update the brief information on an image repository in an organization, including the category, is_public, and description.PATCH /v2/manage/namespaces/{namespace}/repos/{",
|
|
"product_code":"swr",
|
|
"title":"Updating the Brief Information on an Image Repository",
|
|
"uri":"swr_02_0032.html",
|
|
"doc_type":"api",
|
|
"p_code":"2",
|
|
"code":"9"
|
|
},
|
|
{
|
|
"desc":"Query the brief information on an image repository in an organization.GET /v2/manage/namespaces/{namespace}/repos/{repository}For details about parameters, see Table 1.Re",
|
|
"product_code":"swr",
|
|
"title":"Querying the Brief Information on an Image Repository",
|
|
"uri":"swr_02_0033.html",
|
|
"doc_type":"api",
|
|
"p_code":"2",
|
|
"code":"10"
|
|
},
|
|
{
|
|
"desc":"Query the image repository list.GET /v2/manage/repos?filter=center::self|namespace::{namespace}|name::{name}|category::{category}|offset::{offset}|limit::{limit}|order_co",
|
|
"product_code":"swr",
|
|
"title":"Querying the Image Repository List",
|
|
"uri":"swr_02_0034.html",
|
|
"doc_type":"api",
|
|
"p_code":"2",
|
|
"code":"11"
|
|
},
|
|
{
|
|
"desc":"Query all image tags of an image repository.GET /v2/manage/namespaces/{namespace}/repos/{repository}/tags?filter=offset::{offset}|limit::{limit}|order_column::{order_colu",
|
|
"product_code":"swr",
|
|
"title":"Querying the List of Image Repository Tags",
|
|
"uri":"swr_02_0035.html",
|
|
"doc_type":"api",
|
|
"p_code":"2",
|
|
"code":"12"
|
|
},
|
|
{
|
|
"desc":"Delete the image with a specified tag in an image repository.DELETE /v2/manage/namespaces/{namespace}/repos/{repository}/tags/{tag}For details about parameters, see Table",
|
|
"product_code":"swr",
|
|
"title":"Deleting the Image with a Specified Tag",
|
|
"uri":"swr_02_0036.html",
|
|
"doc_type":"api",
|
|
"p_code":"2",
|
|
"code":"13"
|
|
},
|
|
{
|
|
"desc":"Create an account used for image sharing. You can share your private images with other users, granting them permissions to pull the images.POST /v2/manage/namespaces/{nam",
|
|
"product_code":"swr",
|
|
"title":"Creating an Account Used for Image Sharing",
|
|
"uri":"swr_02_0070.html",
|
|
"doc_type":"api",
|
|
"p_code":"2",
|
|
"code":"14"
|
|
},
|
|
{
|
|
"desc":"Delete an account used for image sharing.DELETE /v2/manage/namespaces/{namespace}/repositories/{repository}/access-domains/{access_domain}For details about parameters, se",
|
|
"product_code":"swr",
|
|
"title":"Deleting an Account Used for Image Sharing",
|
|
"uri":"swr_02_0071.html",
|
|
"doc_type":"api",
|
|
"p_code":"2",
|
|
"code":"15"
|
|
},
|
|
{
|
|
"desc":"Update an account used for image sharing.PATCH /v2/manage/namespaces/{namespace}/repositories/{repository}/access-domains/{access_domain}For details about parameters, see",
|
|
"product_code":"swr",
|
|
"title":"Updating an Account Used for Image Sharing",
|
|
"uri":"swr_02_0072.html",
|
|
"doc_type":"api",
|
|
"p_code":"2",
|
|
"code":"16"
|
|
},
|
|
{
|
|
"desc":"Check whether an account used for image sharing exists.GET /v2/manage/namespaces/{namespace}/repositories/{repository}/access-domains/{access_domain}For details about par",
|
|
"product_code":"swr",
|
|
"title":"Checking the Existence of an Account Used for Image Sharing",
|
|
"uri":"swr_02_0073.html",
|
|
"doc_type":"api",
|
|
"p_code":"2",
|
|
"code":"17"
|
|
},
|
|
{
|
|
"desc":"Obtain the list of accounts used for image sharing.GET /v2/manage/namespaces/{namespace}/repositories/{repository}/access-domainsFor details about parameters, see Table 1",
|
|
"product_code":"swr",
|
|
"title":"Obtaining the List of Accounts Used for Image Sharing",
|
|
"uri":"swr_02_0074.html",
|
|
"doc_type":"api",
|
|
"p_code":"2",
|
|
"code":"18"
|
|
},
|
|
{
|
|
"desc":"View the list of shared images.GET /v2/manage/shared-repositories?filter=center::{center}|name::{name}|limit::{limit}|offset::{offset}For details about parameters, see Ta",
|
|
"product_code":"swr",
|
|
"title":"Viewing the List of Shared Images",
|
|
"uri":"swr_02_0075.html",
|
|
"doc_type":"api",
|
|
"p_code":"2",
|
|
"code":"19"
|
|
},
|
|
{
|
|
"desc":"Query all available API versions of SWR.GET /N/AResponse parametersResponse body parameter descriptionParameterTypeDescriptionversionsArray of objectsA list of objects re",
|
|
"product_code":"swr",
|
|
"title":"Querying All API Versions",
|
|
"uri":"swr_02_0080.html",
|
|
"doc_type":"api",
|
|
"p_code":"2",
|
|
"code":"20"
|
|
},
|
|
{
|
|
"desc":"Query a specific API version of SWR.GET /{api_version}For details about parameters, see Table 1.Request parametersN/AN/AExample requestGET https://{Endpoint}/v2Response p",
|
|
"product_code":"swr",
|
|
"title":"Querying a Specific API Version",
|
|
"uri":"swr_02_0081.html",
|
|
"doc_type":"api",
|
|
"p_code":"2",
|
|
"code":"21"
|
|
},
|
|
{
|
|
"desc":"Grant permissions of an organization to certain users so that they can manage, edit, and read images from the organization.POST /v2/manage/namespaces/{namespace}/accessTa",
|
|
"product_code":"swr",
|
|
"title":"Creating Organization Permissions",
|
|
"uri":"swr_02_0042.html",
|
|
"doc_type":"api",
|
|
"p_code":"2",
|
|
"code":"22"
|
|
},
|
|
{
|
|
"desc":"Delete the organization operation permissions of certain users.DELETE /v2/manage/namespaces/{namespace}/accessTable 1 describes the parameters.Request parametersRequest b",
|
|
"product_code":"swr",
|
|
"title":"Deleting Organization Permissions",
|
|
"uri":"swr_02_0043.html",
|
|
"doc_type":"api",
|
|
"p_code":"2",
|
|
"code":"23"
|
|
},
|
|
{
|
|
"desc":"Update the organization operation permissions for certain users.PATCH /v2/manage/namespaces/{namespace}/accessFor details about parameters, see Table 1.Request parameters",
|
|
"product_code":"swr",
|
|
"title":"Updating Organization Permissions",
|
|
"uri":"swr_02_0044.html",
|
|
"doc_type":"api",
|
|
"p_code":"2",
|
|
"code":"24"
|
|
},
|
|
{
|
|
"desc":"Query organization permissions.GET /v2/manage/namespaces/{namespace}/accessFor details about parameters, see Table 1.Request parametersN/AN/AExample requestGET https://{E",
|
|
"product_code":"swr",
|
|
"title":"Querying Organization Permissions",
|
|
"uri":"swr_02_0045.html",
|
|
"doc_type":"api",
|
|
"p_code":"2",
|
|
"code":"25"
|
|
},
|
|
{
|
|
"desc":"Grant permissions of an image to certain users so that they can manage, edit, and read the image.POST /v2/manage/namespaces/{namespace}/repos/{repository}/accessFor detai",
|
|
"product_code":"swr",
|
|
"title":"Creating Image Permissions",
|
|
"uri":"swr_02_0046.html",
|
|
"doc_type":"api",
|
|
"p_code":"2",
|
|
"code":"26"
|
|
},
|
|
{
|
|
"desc":"Delete the image operation permissions of certain users.DELETE /v2/manage/namespaces/{namespace}/repos/{repository}/accessFor details about parameters, see Table 1.Reques",
|
|
"product_code":"swr",
|
|
"title":"Deleting Image Permissions",
|
|
"uri":"swr_02_0047.html",
|
|
"doc_type":"api",
|
|
"p_code":"2",
|
|
"code":"27"
|
|
},
|
|
{
|
|
"desc":"Update the image operation permissions for certain users.PATCH /v2/manage/namespaces/{namespace}/repos/{repository}/accessFor details about parameters, see Table 1.Reques",
|
|
"product_code":"swr",
|
|
"title":"Updating Image Permissions",
|
|
"uri":"swr_02_0048.html",
|
|
"doc_type":"api",
|
|
"p_code":"2",
|
|
"code":"28"
|
|
},
|
|
{
|
|
"desc":"Query image permissions.GET /v2/manage/namespaces/{namespace}/repos/{repository}/accessFor details about parameters, see Table 1.Request parametersN/AN/AExample requestGE",
|
|
"product_code":"swr",
|
|
"title":"Querying Image Permissions",
|
|
"uri":"swr_02_0049.html",
|
|
"doc_type":"api",
|
|
"p_code":"2",
|
|
"code":"29"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"swr",
|
|
"title":"Appendixes",
|
|
"uri":"swr_02_0008.html",
|
|
"doc_type":"api",
|
|
"p_code":"",
|
|
"code":"30"
|
|
},
|
|
{
|
|
"desc":"NormalReturned ValueDescription200 OKThe results of GET and PUT operations are returned as expected.201 CreatedThe results of the POST operation are returned as expected.",
|
|
"product_code":"swr",
|
|
"title":"Status Codes",
|
|
"uri":"swr_02_0023.html",
|
|
"doc_type":"api",
|
|
"p_code":"30",
|
|
"code":"31"
|
|
},
|
|
{
|
|
"desc":"If an error occurs in API calling, no result is returned. Identify the causes of errors based on the error codes of each API. If an error occurs in API calling, HTTP stat",
|
|
"product_code":"swr",
|
|
"title":"Error Code",
|
|
"uri":"swr_02_0024.html",
|
|
"doc_type":"api",
|
|
"p_code":"30",
|
|
"code":"32"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"swr",
|
|
"title":"Change History",
|
|
"uri":"swr_02_0064.html",
|
|
"doc_type":"api",
|
|
"p_code":"",
|
|
"code":"33"
|
|
}
|
|
] |