doc-exports/docs/sfs/api-ref/ALL_META.TXT.json
Wei, Hongmin 61f4bfc2ef SFS API initial version
Reviewed-by: gtema <artem.goncharov@gmail.com>
Co-authored-by: Wei, Hongmin <weihongmin1@huawei.com>
Co-committed-by: Wei, Hongmin <weihongmin1@huawei.com>
2022-10-18 16:36:56 +00:00

542 lines
22 KiB
JSON

[
{
"uri":"sfs_02_0001.html",
"product_code":"sfs",
"code":"1",
"des":"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 ",
"doc_type":"api",
"kw":"API Usage Guidelines,API Reference",
"title":"API Usage Guidelines",
"githuburl":""
},
{
"uri":"sfs_02_0016.html",
"product_code":"sfs",
"code":"2",
"des":"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.",
"doc_type":"api",
"kw":"SFS APIs",
"title":"SFS APIs",
"githuburl":""
},
{
"uri":"sfs_02_0017.html",
"product_code":"sfs",
"code":"3",
"des":"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.",
"doc_type":"api",
"kw":"API Version Querying",
"title":"API Version Querying",
"githuburl":""
},
{
"uri":"sfs_02_0018.html",
"product_code":"sfs",
"code":"4",
"des":"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",
"doc_type":"api",
"kw":"Querying All API Versions,API Version Querying,API Reference",
"title":"Querying All API Versions",
"githuburl":""
},
{
"uri":"sfs_02_0019.html",
"product_code":"sfs",
"code":"5",
"des":"This API is used for querying details about API versions.GET /{api_version}/Parameter descriptionParameterMandatoryTypeDescriptionapi_versionYesStringSpecifies the API ve",
"doc_type":"api",
"kw":"Querying Details About API Versions,API Version Querying,API Reference",
"title":"Querying Details About API Versions",
"githuburl":""
},
{
"uri":"sfs_02_0020.html",
"product_code":"sfs",
"code":"6",
"des":"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.",
"doc_type":"api",
"kw":"File Sharing",
"title":"File Sharing",
"githuburl":""
},
{
"uri":"sfs_02_0021.html",
"product_code":"sfs",
"code":"7",
"des":"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",
"doc_type":"api",
"kw":"Creating a Shared File System,File Sharing,API Reference",
"title":"Creating a Shared File System",
"githuburl":""
},
{
"uri":"sfs_02_0022.html",
"product_code":"sfs",
"code":"8",
"des":"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",
"doc_type":"api",
"kw":"Querying All Shared File Systems,File Sharing,API Reference",
"title":"Querying All Shared File Systems",
"githuburl":""
},
{
"uri":"sfs_02_0023.html",
"product_code":"sfs",
"code":"9",
"des":"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",
"doc_type":"api",
"kw":"Querying Details About All Shared File Systems,File Sharing,API Reference",
"title":"Querying Details About All Shared File Systems",
"githuburl":""
},
{
"uri":"sfs_02_0024.html",
"product_code":"sfs",
"code":"10",
"des":"This API is used to query the details about a shared file system.GET /v2/{project_id}/shares/{share_id}Parameter descriptionParameterMandatoryTypeDescriptionshare_idYesSt",
"doc_type":"api",
"kw":"Querying Details About a Shared File System,File Sharing,API Reference",
"title":"Querying Details About a Shared File System",
"githuburl":""
},
{
"uri":"sfs_02_0025.html",
"product_code":"sfs",
"code":"11",
"des":"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 ",
"doc_type":"api",
"kw":"Querying Mount Locations of a Shared File System,File Sharing,API Reference",
"title":"Querying Mount Locations of a Shared File System",
"githuburl":""
},
{
"uri":"sfs_02_0026.html",
"product_code":"sfs",
"code":"12",
"des":"This API is used to modify the name and description of a shared file system.PUT /v2/{project_id}/shares/{share_id}Parameter descriptionParameterMandatoryTypeDescriptionsh",
"doc_type":"api",
"kw":"Modifying a Shared File System,File Sharing,API Reference",
"title":"Modifying a Shared File System",
"githuburl":""
},
{
"uri":"sfs_02_0027.html",
"product_code":"sfs",
"code":"13",
"des":"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",
"doc_type":"api",
"kw":"Deleting a Shared File System,File Sharing,API Reference",
"title":"Deleting a Shared File System",
"githuburl":""
},
{
"uri":"sfs_02_0028.html",
"product_code":"sfs",
"code":"14",
"des":"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.",
"doc_type":"api",
"kw":"Share Access Rules",
"title":"Share Access Rules",
"githuburl":""
},
{
"uri":"sfs_02_0029.html",
"product_code":"sfs",
"code":"15",
"des":"This API is used to add share access rules.This API is an asynchronous API. If the returned status code is 200, the API request is successfully delivered and received. La",
"doc_type":"api",
"kw":"Adding Share Access Rules,Share Access Rules,API Reference",
"title":"Adding Share Access Rules",
"githuburl":""
},
{
"uri":"sfs_02_0030.html",
"product_code":"sfs",
"code":"16",
"des":"This API is used to delete a share access rule.This API is an asynchronous API. If the returned status code is 202, the API request is successfully delivered and received",
"doc_type":"api",
"kw":"Deleting Share Access Rules,Share Access Rules,API Reference",
"title":"Deleting Share Access Rules",
"githuburl":""
},
{
"uri":"sfs_02_0031.html",
"product_code":"sfs",
"code":"17",
"des":"This API is used to query a share access rule.POST /v2/{project_id}/shares/{share_id}/actionParameter descriptionParameterMandatoryTypeDescriptionshare_idYesStringSpecifi",
"doc_type":"api",
"kw":"Querying Share Access Rules,Share Access Rules,API Reference",
"title":"Querying Share Access Rules",
"githuburl":""
},
{
"uri":"sfs_02_0032.html",
"product_code":"sfs",
"code":"18",
"des":"This API is used to query quota information.GET /v2/{project_id}/os-quota-sets/{project_id}Parameter descriptionParameterMandatoryTypeDescriptionproject_idYesStringSpecif",
"doc_type":"api",
"kw":"Quota Management,SFS APIs,API Reference",
"title":"Quota Management",
"githuburl":""
},
{
"uri":"sfs_02_0033.html",
"product_code":"sfs",
"code":"19",
"des":"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.",
"doc_type":"api",
"kw":"Expansion and Shrinking",
"title":"Expansion and Shrinking",
"githuburl":""
},
{
"uri":"sfs_02_0034.html",
"product_code":"sfs",
"code":"20",
"des":"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",
"doc_type":"api",
"kw":"Expanding a Shared File System,Expansion and Shrinking,API Reference",
"title":"Expanding a Shared File System",
"githuburl":""
},
{
"uri":"sfs_02_0035.html",
"product_code":"sfs",
"code":"21",
"des":"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",
"doc_type":"api",
"kw":"Shrinking a Shared File System,Expansion and Shrinking,API Reference",
"title":"Shrinking a Shared File System",
"githuburl":""
},
{
"uri":"sfs_02_0036.html",
"product_code":"sfs",
"code":"22",
"des":"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.",
"doc_type":"api",
"kw":"Share Tag",
"title":"Share Tag",
"githuburl":""
},
{
"uri":"sfs_02_0037.html",
"product_code":"sfs",
"code":"23",
"des":"This API is used to add a tag to a specified shared file system.A shared file system can have a maximum of 10 tags.The keys of multiple tags added to a shared file system",
"doc_type":"api",
"kw":"Adding a Tag to a Shared File System,Share Tag,API Reference",
"title":"Adding a Tag to a Shared File System",
"githuburl":""
},
{
"uri":"sfs_02_0038.html",
"product_code":"sfs",
"code":"24",
"des":"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",
"doc_type":"api",
"kw":"Deleting a Tag from a Shared File System,Share Tag,API Reference",
"title":"Deleting a Tag from a Shared File System",
"githuburl":""
},
{
"uri":"sfs_02_0039.html",
"product_code":"sfs",
"code":"25",
"des":"This API is used to query all tag information about the specified shared file system.GET /v2/{project_id}/sfs/{share_id}/tagsParameter descriptionParameterMandatoryTypeDe",
"doc_type":"api",
"kw":"Querying Tag Information About a Shared File System,Share Tag,API Reference",
"title":"Querying Tag Information About a Shared File System",
"githuburl":""
},
{
"uri":"sfs_02_0040.html",
"product_code":"sfs",
"code":"26",
"des":"This API is used to query the tag set of a tenant's all shared file systems.GET /v2/{project_id}/sfs/tagsParameter descriptionParameterMandatoryTypeDescriptionproject_idY",
"doc_type":"api",
"kw":"Querying Tags of a Tenant's All Shared File Systems,Share Tag,API Reference",
"title":"Querying Tags of a Tenant's All Shared File Systems",
"githuburl":""
},
{
"uri":"sfs_02_0041.html",
"product_code":"sfs",
"code":"27",
"des":"This API is used to batch add tags to a specified shared file system.A shared file system can have a maximum of 10 tags.The keys of multiple tags added to a shared file s",
"doc_type":"api",
"kw":"Batch Adding Tags to a Shared File System,Share Tag,API Reference",
"title":"Batch Adding Tags to a Shared File System",
"githuburl":""
},
{
"uri":"sfs_02_0042.html",
"product_code":"sfs",
"code":"28",
"des":"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",
"doc_type":"api",
"kw":"Batch Deleting Tags from a Shared File System,Share Tag,API Reference",
"title":"Batch Deleting Tags from a Shared File System",
"githuburl":""
},
{
"uri":"sfs_02_0043.html",
"product_code":"sfs",
"code":"29",
"des":"This API is used to query details about a shared file system based on tags.POST /v2/{project_id}/sfs/resource_instances/actionParameter descriptionParameterMandatoryTypeD",
"doc_type":"api",
"kw":"Querying Details About a Shared File System Based on Tags,Share Tag,API Reference",
"title":"Querying Details About a Shared File System Based on Tags",
"githuburl":""
},
{
"uri":"sfs_02_0044.html",
"product_code":"sfs",
"code":"30",
"des":"This API is used to query the number of shared file systems based on tags.POST /v2/{project_id}/sfs/resource_instances/actionParameter descriptionParameterMandatoryTypeDe",
"doc_type":"api",
"kw":"Querying the Number of Shared File Systems Based on Tags,Share Tag,API Reference",
"title":"Querying the Number of Shared File Systems Based on Tags",
"githuburl":""
},
{
"uri":"sfs_02_0049.html",
"product_code":"sfs",
"code":"31",
"des":"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.",
"doc_type":"api",
"kw":"SFS Turbo APIs",
"title":"SFS Turbo APIs",
"githuburl":""
},
{
"uri":"sfs_02_0050.html",
"product_code":"sfs",
"code":"32",
"des":"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.",
"doc_type":"api",
"kw":"Life Cycle Management",
"title":"Life Cycle Management",
"githuburl":""
},
{
"uri":"sfs_02_0051.html",
"product_code":"sfs",
"code":"33",
"des":"This API is used to create an SFS Turbo file system.URI formatPOST /v1/{project_id}/sfs-turbo/sharesPOST /v1/{project_id}/sfs-turbo/sharesParameter descriptionParameterMa",
"doc_type":"api",
"kw":"Creating a File System,Life Cycle Management,API Reference",
"title":"Creating a File System",
"githuburl":""
},
{
"uri":"sfs_02_0052.html",
"product_code":"sfs",
"code":"34",
"des":"This API is used to delete an SFS Turbo file system.URI formatDELETE /v1/{project_id}/sfs-turbo/shares/{share_id}DELETE /v1/{project_id}/sfs-turbo/shares/{share_id}Parame",
"doc_type":"api",
"kw":"Deleting a File System,Life Cycle Management,API Reference",
"title":"Deleting a File System",
"githuburl":""
},
{
"uri":"sfs_02_0053.html",
"product_code":"sfs",
"code":"35",
"des":"This API is used to query details about all SFS Turbo file systems.URI formatGET /v1/{project_id}/sfs-turbo/shares/detail?limit={limit}&offset={offset}GET /v1/{project_id",
"doc_type":"api",
"kw":"Querying Details About All File Systems,Life Cycle Management,API Reference",
"title":"Querying Details About All File Systems",
"githuburl":""
},
{
"uri":"sfs_02_0054.html",
"product_code":"sfs",
"code":"36",
"des":"This API is used to query details about an SFS Turbo file system.URI formatGET /v1/{project_id}/sfs-turbo/shares/{share_id}GET /v1/{project_id}/sfs-turbo/shares/{share_id",
"doc_type":"api",
"kw":"Querying Details About a Single File System,Life Cycle Management,API Reference",
"title":"Querying Details About a Single File System",
"githuburl":""
},
{
"uri":"sfs_02_0055.html",
"product_code":"sfs",
"code":"37",
"des":"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.",
"doc_type":"api",
"kw":"Storage Capacity Management",
"title":"Storage Capacity Management",
"githuburl":""
},
{
"uri":"sfs_02_0056.html",
"product_code":"sfs",
"code":"38",
"des":"This API is used to expand the capacity of an SFS Turbo file system. Capacity expansion is an asynchronous operation. You can check whether the expansion is successful by",
"doc_type":"api",
"kw":"Expanding the Capacity of a File System,Storage Capacity Management,API Reference",
"title":"Expanding the Capacity of a File System",
"githuburl":""
},
{
"uri":"sfs_02_0096.html",
"product_code":"sfs",
"code":"39",
"des":"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.",
"doc_type":"api",
"kw":"Connection Management",
"title":"Connection Management",
"githuburl":""
},
{
"uri":"sfs_02_0097.html",
"product_code":"sfs",
"code":"40",
"des":"This API is used to change the security group bound to an SFS Turbo file system. Security group change is an asynchronous task. You can determine whether the security gro",
"doc_type":"api",
"kw":"Changing a Security Group,Connection Management,API Reference",
"title":"Changing a Security Group",
"githuburl":""
},
{
"uri":"sfs_02_0074.html",
"product_code":"sfs",
"code":"41",
"des":"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.",
"doc_type":"api",
"kw":"Share Tag",
"title":"Share Tag",
"githuburl":""
},
{
"uri":"sfs_02_0075.html",
"product_code":"sfs",
"code":"42",
"des":"This API is used to add a tag to a specified shared file system.A shared file system can have a maximum of 10 tags.The keys of multiple tags added to a shared file system",
"doc_type":"api",
"kw":"Creating a Tag,Share Tag,API Reference",
"title":"Creating a Tag",
"githuburl":""
},
{
"uri":"sfs_02_0076.html",
"product_code":"sfs",
"code":"43",
"des":"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",
"doc_type":"api",
"kw":"Deleting a Tag from a Shared File System,Share Tag,API Reference",
"title":"Deleting a Tag from a Shared File System",
"githuburl":""
},
{
"uri":"sfs_02_0077.html",
"product_code":"sfs",
"code":"44",
"des":"This API is used to query information of all tags about the specified shared file system.GET /v1/{project_id}/sfs-turbo/{share_id}/tagsParameter descriptionParameterManda",
"doc_type":"api",
"kw":"Querying Tag Information About a Shared File System,Share Tag,API Reference",
"title":"Querying Tag Information About a Shared File System",
"githuburl":""
},
{
"uri":"sfs_02_0078.html",
"product_code":"sfs",
"code":"45",
"des":"This API is used to batch add tags to a specified shared file system.A shared file system can have a maximum of 10 tags.The keys of multiple tags added to a shared file s",
"doc_type":"api",
"kw":"Batch Adding Tags to a Shared File System,Share Tag,API Reference",
"title":"Batch Adding Tags to a Shared File System",
"githuburl":""
},
{
"uri":"sfs_02_0094.html",
"product_code":"sfs",
"code":"46",
"des":"This API is used to query the tag set of a tenant's all shared file systems.GET /v1/{project_id}/sfs-turbo/tagsParameter descriptionParameterMandatoryTypeDescriptionproje",
"doc_type":"api",
"kw":"Querying All Tags of a Tenant's Shared File Systems,Share Tag,API Reference",
"title":"Querying All Tags of a Tenant's Shared File Systems",
"githuburl":""
},
{
"uri":"sfs_02_0095.html",
"product_code":"sfs",
"code":"47",
"des":"This API is used to query details about a shared file system based on tags.POST /v1/{project_id}/sfs-turbo/resource_instances/actionParameter descriptionParameterMandator",
"doc_type":"api",
"kw":"Querying Details About a Shared File System Based on Tags,Share Tag,API Reference",
"title":"Querying Details About a Shared File System Based on Tags",
"githuburl":""
},
{
"uri":"sfs_02_0084.html",
"product_code":"sfs",
"code":"48",
"des":"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.",
"doc_type":"api",
"kw":"Common Parameters",
"title":"Common Parameters",
"githuburl":""
},
{
"uri":"sfs_02_0085.html",
"product_code":"sfs",
"code":"49",
"des":"SFS Turbo file system status elementsReturned ValueDescription100CREATING: The file system is being created.200ACTIVE: The file system is active. An SFS Turbo file system",
"doc_type":"api",
"kw":"SFS Turbo File System Statuses,Common Parameters,API Reference",
"title":"SFS Turbo File System Statuses",
"githuburl":""
},
{
"uri":"sfs_02_0086.html",
"product_code":"sfs",
"code":"50",
"des":"SFS Turbo file system substatus elementsReturned ValueDescription121Expanding the capacity online.221Online capacity expansion succeeded.321Failed to perform online capac",
"doc_type":"api",
"kw":"SFS Turbo File System Substatuses,Common Parameters,API Reference",
"title":"SFS Turbo File System Substatuses",
"githuburl":""
},
{
"uri":"sfs_02_0088.html",
"product_code":"sfs",
"code":"51",
"des":"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.",
"doc_type":"api",
"kw":"Appendix",
"title":"Appendix",
"githuburl":""
},
{
"uri":"sfs_02_0089.html",
"product_code":"sfs",
"code":"52",
"des":"NormalReturned ValueDescription200 OKSpecifies the normal response for the GET and PUT operations.201 CreatedSpecifies the normal response for the POST operation.202 Acce",
"doc_type":"api",
"kw":"Status Codes,Appendix,API Reference",
"title":"Status Codes",
"githuburl":""
},
{
"uri":"ErrorCode.html",
"product_code":"sfs",
"code":"53",
"des":"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.",
"doc_type":"api",
"kw":"Error Codes,Appendix,API Reference",
"title":"Error Codes",
"githuburl":""
},
{
"uri":"sfs_02_0092.html",
"product_code":"sfs",
"code":"54",
"des":"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.",
"doc_type":"api",
"kw":"Change History,API Reference",
"title":"Change History",
"githuburl":""
}
]