doc-exports/docs/sfs/api-ref/CLASS.TXT.json
zhangyue 49ac6fa9ce SFS HPC API DOC
Reviewed-by: Miskanin, Jan <jan.miskanin@t-systems.com>
Co-authored-by: zhangyue <zhangyue164@huawei.com>
Co-committed-by: zhangyue <zhangyue164@huawei.com>
2024-08-16 12:25:57 +00:00

650 lines
25 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":"sfs",
"title":"API Usage Guidelines",
"uri":"sfs_02_0001.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":"sfs",
"title":"Calling APIs",
"uri":"sfs_02_0008.html",
"doc_type":"api",
"p_code":"",
"code":"2"
},
{
"desc":"This section describes the structure of a REST API request, and uses the IAM API for obtaining a user token as an example to demonstrate how to call an API. The obtained ",
"product_code":"sfs",
"title":"Making an API Request",
"uri":"sfs_02_0009.html",
"doc_type":"api",
"p_code":"2",
"code":"3"
},
{
"desc":"Requests for calling an API can be authenticated using either of the following methods:AK/SK authentication: Requests are encrypted using AK/SK pairs. AK/SK authenticatio",
"product_code":"sfs",
"title":"Authentication",
"uri":"sfs_02_0011.html",
"doc_type":"api",
"p_code":"2",
"code":"4"
},
{
"desc":"After sending a request, you will receive a response, including a status code, response header, and response body.A status code is a group of digits, ranging from 1xx to ",
"product_code":"sfs",
"title":"Response",
"uri":"sfs_02_0012.html",
"doc_type":"api",
"p_code":"2",
"code":"5"
},
{
"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":"sfs",
"title":"SFS Capacity-Oriented APIs",
"uri":"sfs_02_0016.html",
"doc_type":"api",
"p_code":"",
"code":"6"
},
{
"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":"sfs",
"title":"API Version Queries",
"uri":"sfs_02_0017.html",
"doc_type":"api",
"p_code":"6",
"code":"7"
},
{
"desc":"This API is used to query all available versions of APIs provided by SFS.To support function extension, SFS APIs can be distinguished by version. SFS has two types API ve",
"product_code":"sfs",
"title":"Querying All API Versions",
"uri":"sfs_02_0018.html",
"doc_type":"api",
"p_code":"7",
"code":"8"
},
{
"desc":"This API is used for querying details about an API version.GET /{api_version}/Parameter descriptionParameterMandatoryTypeDescriptionapi_versionYesStringSpecifies the API ",
"product_code":"sfs",
"title":"Querying Details About an API Version",
"uri":"sfs_02_0019.html",
"doc_type":"api",
"p_code":"7",
"code":"9"
},
{
"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":"sfs",
"title":"File Systems",
"uri":"sfs_02_0020.html",
"doc_type":"api",
"p_code":"6",
"code":"10"
},
{
"desc":"This API is used to create a shared file system. After the file system is created, you need to mount the file system to ECSs to achieve shared file storage.This API is an",
"product_code":"sfs",
"title":"Creating a Shared File System",
"uri":"sfs_02_0021.html",
"doc_type":"api",
"p_code":"10",
"code":"11"
},
{
"desc":"This API is used to list the basic information of all shared file systems.GET /v2/{project_id}/shares?all_tenants={all_tenants}&status={status}&limit={limit}&offset={offs",
"product_code":"sfs",
"title":"Querying All Shared File Systems",
"uri":"sfs_02_0022.html",
"doc_type":"api",
"p_code":"10",
"code":"12"
},
{
"desc":"This API is used to query the details about all shared file systems.GET /v2/{project_id}/shares/detail?all_tenants={all_tenants}&project_id={project_id}&status={status}&l",
"product_code":"sfs",
"title":"Querying Details About All Shared File Systems",
"uri":"sfs_02_0023.html",
"doc_type":"api",
"p_code":"10",
"code":"13"
},
{
"desc":"This API is used to query the details about a shared file system.GET /v2/{project_id}/shares/{share_id}Parameter descriptionParameterMandatoryTypeDescriptionshare_idYesSt",
"product_code":"sfs",
"title":"Querying Details About a Shared File System",
"uri":"sfs_02_0024.html",
"doc_type":"api",
"p_code":"10",
"code":"14"
},
{
"desc":"This API is used to query mount locations of a shared file system.This API exists only when X-Openstack-Manila-Api-Version in the request header is greater than or equal ",
"product_code":"sfs",
"title":"Querying Mount Locations of a Shared File System",
"uri":"sfs_02_0025.html",
"doc_type":"api",
"p_code":"10",
"code":"15"
},
{
"desc":"This API is used to modify the name and description of a shared file system.PUT /v2/{project_id}/shares/{share_id}Parameter descriptionParameterMandatoryTypeDescriptionsh",
"product_code":"sfs",
"title":"Modifying a Shared File System",
"uri":"sfs_02_0026.html",
"doc_type":"api",
"p_code":"10",
"code":"16"
},
{
"desc":"This API is used to delete a shared file system.This API is an asynchronous API. If the returned status code is 202, the API request is successfully delivered and receive",
"product_code":"sfs",
"title":"Deleting a Shared File System",
"uri":"sfs_02_0027.html",
"doc_type":"api",
"p_code":"10",
"code":"17"
},
{
"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":"sfs",
"title":"File System Access Rules",
"uri":"sfs_02_0028.html",
"doc_type":"api",
"p_code":"6",
"code":"18"
},
{
"desc":"This API is used to add a file system access rule.This API is an asynchronous API. If the returned status code is 200, the API request is successfully delivered and recei",
"product_code":"sfs",
"title":"Adding a File System Access Rule",
"uri":"sfs_02_0029.html",
"doc_type":"api",
"p_code":"18",
"code":"19"
},
{
"desc":"This API is used to delete a file system access rule.This API is an asynchronous API. If the returned status code is 202, the API request is successfully delivered and re",
"product_code":"sfs",
"title":"Deleting a File System Access Rule",
"uri":"sfs_02_0030.html",
"doc_type":"api",
"p_code":"18",
"code":"20"
},
{
"desc":"This API is used to query the access rules of a shared file system.POST /v2/{project_id}/shares/{share_id}/actionParameter descriptionParameterMandatoryTypeDescriptionsha",
"product_code":"sfs",
"title":"Querying File System Access Rules",
"uri":"sfs_02_0031.html",
"doc_type":"api",
"p_code":"18",
"code":"21"
},
{
"desc":"This API is used to query quota information.GET /v2/{project_id}/os-quota-sets/{project_id}Parameter descriptionParameterMandatoryTypeDescriptionproject_idYesStringSpecif",
"product_code":"sfs",
"title":"Quota Management",
"uri":"sfs_02_0032.html",
"doc_type":"api",
"p_code":"6",
"code":"22"
},
{
"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":"sfs",
"title":"Expansion and Shrinking",
"uri":"sfs_02_0033.html",
"doc_type":"api",
"p_code":"6",
"code":"23"
},
{
"desc":"This API is used to expand the capacity of a shared file system.This API is an asynchronous API. If the returned status code is 202, the API request is successfully deliv",
"product_code":"sfs",
"title":"Expanding a Shared File System",
"uri":"sfs_02_0034.html",
"doc_type":"api",
"p_code":"23",
"code":"24"
},
{
"desc":"This API is used to shrink the capacity of a shared file system.This API is an asynchronous API. If the returned status code is 202, the API request is successfully deliv",
"product_code":"sfs",
"title":"Shrinking a Shared File System",
"uri":"sfs_02_0035.html",
"doc_type":"api",
"p_code":"23",
"code":"25"
},
{
"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":"sfs",
"title":"Tag Management",
"uri":"sfs_02_0036.html",
"doc_type":"api",
"p_code":"6",
"code":"26"
},
{
"desc":"This API is used to add a tag to a specified shared file system.A shared file system can have a maximum of 20 tags.The keys of multiple tags added to a shared file system",
"product_code":"sfs",
"title":"Adding a Tag to a Shared File System",
"uri":"sfs_02_0037.html",
"doc_type":"api",
"p_code":"26",
"code":"27"
},
{
"desc":"This API is used to delete a tag from a specified shared file system.If the key to be deleted does not exist in the shared file system, error 404 is returned after API ca",
"product_code":"sfs",
"title":"Deleting a Tag from a Shared File System",
"uri":"sfs_02_0038.html",
"doc_type":"api",
"p_code":"26",
"code":"28"
},
{
"desc":"This API is used to query all tags of a specified shared file system.GET /v2/{project_id}/sfs/{share_id}/tagsParameter descriptionParameterMandatoryTypeDescriptionproject",
"product_code":"sfs",
"title":"Querying Tags of a Shared File System",
"uri":"sfs_02_0039.html",
"doc_type":"api",
"p_code":"26",
"code":"29"
},
{
"desc":"This API is used to query the tags of all file systems of a tenant.GET /v2/{project_id}/sfs/tagsParameter descriptionParameterMandatoryTypeDescriptionproject_idYesStringS",
"product_code":"sfs",
"title":"Querying Tags of All File Systems of a Tenant",
"uri":"sfs_02_0040.html",
"doc_type":"api",
"p_code":"26",
"code":"30"
},
{
"desc":"This API is used to batch add tags to a shared file system.A shared file system can have a maximum of 20 tags.The keys of multiple tags added to a shared file system must",
"product_code":"sfs",
"title":"Batch Adding Tags to a Shared File System",
"uri":"sfs_02_0041.html",
"doc_type":"api",
"p_code":"26",
"code":"31"
},
{
"desc":"This API is used to batch delete tags from a specified shared file system.This API is idempotent. If the tags to be deleted do not exist on the shared file system, the de",
"product_code":"sfs",
"title":"Batch Deleting Tags from a Shared File System",
"uri":"sfs_02_0042.html",
"doc_type":"api",
"p_code":"26",
"code":"32"
},
{
"desc":"This API is used to query shared file systems by tag.POST /v2/{project_id}/sfs/resource_instances/actionParameter descriptionParameterMandatoryTypeDescriptionproject_idYe",
"product_code":"sfs",
"title":"Querying Shared File Systems by Tag",
"uri":"sfs_02_0043.html",
"doc_type":"api",
"p_code":"26",
"code":"33"
},
{
"desc":"This API is used to query the number of shared file systems by tag.POST /v2/{project_id}/sfs/resource_instances/actionParameter descriptionParameterMandatoryTypeDescripti",
"product_code":"sfs",
"title":"Querying the Number of Shared File Systems by Tag",
"uri":"sfs_02_0044.html",
"doc_type":"api",
"p_code":"26",
"code":"34"
},
{
"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":"sfs",
"title":"SFS Turbo APIs",
"uri":"sfs_02_0049.html",
"doc_type":"api",
"p_code":"",
"code":"35"
},
{
"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":"sfs",
"title":"Lifecycle Management",
"uri":"topic_300000000.html",
"doc_type":"api",
"p_code":"35",
"code":"36"
},
{
"desc":"This API is used to create a file system.POST /v1/{project_id}/sfs-turbo/sharesStatus code: 202Previous-generation SFS Turbo file system: This example creates an SFS Turb",
"product_code":"sfs",
"title":"Creating a File System",
"uri":"CreateShare.html",
"doc_type":"api",
"p_code":"36",
"code":"37"
},
{
"desc":"This API is used to query details about an SFS Turbo file system.GET /v1/{project_id}/sfs-turbo/shares/{share_id}Status code: 200Querying the file system whose ID is 77ba",
"product_code":"sfs",
"title":"Querying Details About a File System",
"uri":"ShowShare.html",
"doc_type":"api",
"p_code":"36",
"code":"38"
},
{
"desc":"This API is used to delete a file system.DELETE /v1/{project_id}/sfs-turbo/shares/{share_id}NoneDeleting the file system whose ID is 77ba6f4b-6365-4895-8dda-bc7142af4ddeN",
"product_code":"sfs",
"title":"Deleting a File System",
"uri":"DeleteShare.html",
"doc_type":"api",
"p_code":"36",
"code":"39"
},
{
"desc":"This API is used to obtain the file system list.GET /v1/{project_id}/sfs-turbo/shares/detailStatus code: 200Querying file systems in the project whose ID e1e45b08f3ea4480",
"product_code":"sfs",
"title":"Obtaining the File System List",
"uri":"ListShares.html",
"doc_type":"api",
"p_code":"36",
"code":"40"
},
{
"desc":"This API is used to expand the capacity of a file system.POST /v1/{project_id}/sfs-turbo/shares/{share_id}/actionStatus code: 202Expanding the capacity of a file system t",
"product_code":"sfs",
"title":"Expanding the Capacity of a File System",
"uri":"ExpandShare.html",
"doc_type":"api",
"p_code":"36",
"code":"41"
},
{
"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":"sfs",
"title":"Connection Management",
"uri":"topic_300000001.html",
"doc_type":"api",
"p_code":"35",
"code":"42"
},
{
"desc":"This API is used to change the security group associated with an SFS Turbo file system. Security group change is an asynchronous task. You can check whether the security ",
"product_code":"sfs",
"title":"Changing the Security Group Associated with a File System",
"uri":"ChangeSecurityGroup.html",
"doc_type":"api",
"p_code":"42",
"code":"43"
},
{
"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":"sfs",
"title":"Tag Management",
"uri":"topic_300000002.html",
"doc_type":"api",
"p_code":"35",
"code":"44"
},
{
"desc":"This API is used to add a tag to a specified file system. A maximum of 20 tags can be added to a file system. Tag keys added to the same file system must be unique. This ",
"product_code":"sfs",
"title":"Adding a Tag for a File System",
"uri":"CreateSharedTag.html",
"doc_type":"api",
"p_code":"44",
"code":"45"
},
{
"desc":"This API is used to query all tags of a specified file system.GET /v1/{project_id}/sfs-turbo/{share_id}/tagsStatus code: 200Querying tags of the file system whose ID is 7",
"product_code":"sfs",
"title":"Querying Tags of a File System",
"uri":"ShowSharedTags.html",
"doc_type":"api",
"p_code":"44",
"code":"46"
},
{
"desc":"This API is used to delete a tag of a specified file system. If the key to be deleted does not exist, error 404 will be returned.DELETE /v1/{project_id}/sfs-turbo/{share_",
"product_code":"sfs",
"title":"Deleting a Tag of a File System",
"uri":"DeleteSharedTag.html",
"doc_type":"api",
"p_code":"44",
"code":"47"
},
{
"desc":"This API is used to batch add tags for a specified file system.A maximum of 20 tags can be added to a file system. Tag keys added to the same file system must be unique. ",
"product_code":"sfs",
"title":"Batch Adding Tags to a File System",
"uri":"BatchAddSharedTags.html",
"doc_type":"api",
"p_code":"44",
"code":"48"
},
{
"desc":"This API is used to query the tags of all file systems of a tenant.GET /v1/{project_id}/sfs-turbo/tagsStatus code: 200Query tags of all file systems in the project whose ",
"product_code":"sfs",
"title":"Querying Tags of All File Systems of a Tenant",
"uri":"ListSharedTags.html",
"doc_type":"api",
"p_code":"44",
"code":"49"
},
{
"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":"sfs",
"title":"Name Management",
"uri":"topic_300000003.html",
"doc_type":"api",
"p_code":"35",
"code":"50"
},
{
"desc":"This API is used to change the name of an SFS Turbo file system.POST /v1/{project_id}/sfs-turbo/shares/{share_id}/actionNoneChanging the name of an SFS Turbo file system ",
"product_code":"sfs",
"title":"Changing the Name of a File System",
"uri":"ChangeShareName.html",
"doc_type":"api",
"p_code":"50",
"code":"51"
},
{
"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":"sfs",
"title":"Permissions Management",
"uri":"topic_300000007.html",
"doc_type":"api",
"p_code":"35",
"code":"52"
},
{
"desc":"This API is used to create a permission rule.A maximum of 64 permissions rules can be configured for a file system.POST /v1/{project_id}/sfs-turbo/shares/{share_id}/fs/pe",
"product_code":"sfs",
"title":"Creating a Permission Rule",
"uri":"CreatePermRule.html",
"doc_type":"api",
"p_code":"52",
"code":"53"
},
{
"desc":"This API is used to query the permission rules of a file system.GET /v1/{project_id}/sfs-turbo/shares/{share_id}/fs/perm-rulesStatus code: 200Status code: 500Querying the",
"product_code":"sfs",
"title":"Querying Permission Rules of a File System",
"uri":"ListPermRules.html",
"doc_type":"api",
"p_code":"52",
"code":"54"
},
{
"desc":"This API is used to query a specific permission rule of a file system.GET /v1/{project_id}/sfs-turbo/shares/{share_id}/fs/perm-rules/{rule_id}Status code: 200Status code:",
"product_code":"sfs",
"title":"Querying a Permission Rule by ID",
"uri":"ShowPermRule.html",
"doc_type":"api",
"p_code":"52",
"code":"55"
},
{
"desc":"This API is used to modify a permission rule.PUT /v1/{project_id}/sfs-turbo/shares/{share_id}/fs/perm-rules/{rule_id}Status code: 200Status code: 400Status code: 500Statu",
"product_code":"sfs",
"title":"Modifying a Permission Rule",
"uri":"UpdatePermRule.html",
"doc_type":"api",
"p_code":"52",
"code":"56"
},
{
"desc":"This API is used to delete a permission rule.DELETE /v1/{project_id}/sfs-turbo/shares/{share_id}/fs/perm-rules/{rule_id}Status code: 400Status code: 500Deleting the permi",
"product_code":"sfs",
"title":"Deleting a Permissions Rule",
"uri":"DeletePermRule.html",
"doc_type":"api",
"p_code":"52",
"code":"57"
},
{
"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":"sfs",
"title":"Task Management",
"uri":"topic_300000008.html",
"doc_type":"api",
"p_code":"35",
"code":"58"
},
{
"desc":"This API is used to query the execution status of an SFS Turbo asynchronous task. For example, you can query the task execution status using the jobId returned after you ",
"product_code":"sfs",
"title":"Querying Details About a Task",
"uri":"ShowJobDetail.html",
"doc_type":"api",
"p_code":"58",
"code":"59"
},
{
"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":"sfs",
"title":"Permissions Policies and Supported Actions",
"uri":"sfs_02_0079.html",
"doc_type":"api",
"p_code":"",
"code":"60"
},
{
"desc":"This section describes fine-grained permissions management for your SFS resources. If your cloud account does not need individual IAM users, then you may skip over this s",
"product_code":"sfs",
"title":"Introduction",
"uri":"sfs_02_0080.html",
"doc_type":"api",
"p_code":"60",
"code":"61"
},
{
"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":"sfs",
"title":"Supported Actions",
"uri":"sfs_02_0081.html",
"doc_type":"api",
"p_code":"60",
"code":"62"
},
{
"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":"sfs",
"title":"SFS Turbo Actions",
"uri":"sfs_02_0083.html",
"doc_type":"api",
"p_code":"62",
"code":"63"
},
{
"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":"sfs",
"title":"Common Parameters",
"uri":"sfs_02_0084.html",
"doc_type":"api",
"p_code":"",
"code":"64"
},
{
"desc":"SFS Turbo file system status elementsReturned ValueDescription100CREATING: The file system is being created.200ACTIVE: The file system is active. An SFS Turbo file system",
"product_code":"sfs",
"title":"SFS Turbo File System Statuses",
"uri":"sfs_02_0085.html",
"doc_type":"api",
"p_code":"64",
"code":"65"
},
{
"desc":"SFS Turbo file system substatus elementsReturned ValueDescription121Expanding the capacity online.221Online capacity expansion succeeded.321Failed to perform online capac",
"product_code":"sfs",
"title":"SFS Turbo File System Substatuses",
"uri":"sfs_02_0086.html",
"doc_type":"api",
"p_code":"64",
"code":"66"
},
{
"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":"sfs",
"title":"Appendix",
"uri":"sfs_02_0088.html",
"doc_type":"api",
"p_code":"",
"code":"67"
},
{
"desc":"NormalReturned ValueDescription200 OKSpecifies the normal response for the GET and PUT operations.201 CreatedSpecifies the normal response for the POST operation.202 Acce",
"product_code":"sfs",
"title":"Status Codes",
"uri":"sfs_02_0089.html",
"doc_type":"api",
"p_code":"67",
"code":"68"
},
{
"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":"sfs",
"title":"SFS Turbo Error Codes",
"uri":"ErrorCode.html",
"doc_type":"api",
"p_code":"67",
"code":"69"
},
{
"desc":"When calling an API, you need to use the AK/SK to verify the signature. To obtain the AK/SK, perform the following steps:Keep the AK/SK file properly to prevent informati",
"product_code":"sfs",
"title":"Obtaining Access Keys (AK/SK)",
"uri":"sfs_02_0120.html",
"doc_type":"api",
"p_code":"67",
"code":"70"
},
{
"desc":"A project ID is required for some URLs when an API is called. Therefore, you need to obtain a project ID in advance. Two methods are available:Obtain the Project ID by Ca",
"product_code":"sfs",
"title":"Obtaining a Project ID",
"uri":"sfs_02_0090.html",
"doc_type":"api",
"p_code":"67",
"code":"71"
},
{
"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":"sfs",
"title":"Change History",
"uri":"sfs_02_0092.html",
"doc_type":"api",
"p_code":"",
"code":"72"
}
]