doc-exports/docs/css/api-ref/CLASS.TXT.json
Zheng, Xiu bf0cbd66f9 CSS API 22.4.1 Version
Reviewed-by: Kacur, Michal <michal.kacur@t-systems.com>
Co-authored-by: Zheng, Xiu <zhengxiu@huawei.com>
Co-committed-by: Zheng, Xiu <zhengxiu@huawei.com>
2023-04-12 00:11:02 +00:00

677 lines
24 KiB
JSON

[
{
"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":"css",
"title":"Before You Start",
"uri":"css_03_0001.html",
"doc_type":"api",
"p_code":"",
"code":"1"
},
{
"desc":"Welcome to Cloud Search Service API Reference. Cloud Search Service (CSS) provides hosted, distributed search engine services. It is fully compatible with open-source Ela",
"product_code":"css",
"title":"Overview",
"uri":"css_03_0051.html",
"doc_type":"api",
"p_code":"1",
"code":"2"
},
{
"desc":"An endpoint is the request address for calling an API. Endpoints vary depending on services and regions. For the endpoints of all services, see Regions and Endpoints.",
"product_code":"css",
"title":"Endpoints",
"uri":"css_03_0053.html",
"doc_type":"api",
"p_code":"1",
"code":"3"
},
{
"desc":"AccountAn account is created after you register with the cloud platform. It has full access permissions on its resources and cloud services, such as resetting password an",
"product_code":"css",
"title":"Concepts",
"uri":"css_03_0055.html",
"doc_type":"api",
"p_code":"1",
"code":"4"
},
{
"desc":"In CSS, Elasticsearch 7.6.2, 7.9.3, 7.10.2 and Opensearch_1.3.6 and Kibana 7.6.2, 7.9.3, 7.10.2 and Opensearch_1.3.6 are supported.",
"product_code":"css",
"title":"Supported Cluster Versions",
"uri":"css_03_0056.html",
"doc_type":"api",
"p_code":"1",
"code":"5"
},
{
"desc":"The CSS API is a self-developed API that complies with RESTful API design specifications. You can call CSS APIs to implement the CSS functions described in Table 1.",
"product_code":"css",
"title":"API Overview",
"uri":"css_03_0057.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":"css",
"title":"Calling APIs",
"uri":"iam_01_0023.html",
"doc_type":"api",
"p_code":"",
"code":"7"
},
{
"desc":"This section describes the structure of a RESTful API request, and uses the API for Obtaining a User Token as an example to describe how to call an API. A token is a user",
"product_code":"css",
"title":"Making an API Request",
"uri":"iam_02_0008.html",
"doc_type":"api",
"p_code":"7",
"code":"8"
},
{
"desc":"CSS supports token authentication.The validity period of a token is 24 hours. When using a token for authentication, cache it to prevent frequently calling the IAM API.A ",
"product_code":"css",
"title":"Authentication",
"uri":"iam_02_0510.html",
"doc_type":"api",
"p_code":"7",
"code":"9"
},
{
"desc":"After sending a request, you will receive a response containing the status code, response header, and response body.A status code is a group of digits, ranging from 1xx t",
"product_code":"css",
"title":"Returned Values",
"uri":"iam_02_0511.html",
"doc_type":"api",
"p_code":"7",
"code":"10"
},
{
"desc":"This section describes how to create a CSS cluster by using APIs. Figure 1 illustrates the API calling process.The token obtained on IAM is valid for only 24 hours. If yo",
"product_code":"css",
"title":"Getting Started",
"uri":"css_03_0062.html",
"doc_type":"api",
"p_code":"",
"code":"11"
},
{
"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":"css",
"title":"Cluster Management APIs",
"uri":"css_03_0008.html",
"doc_type":"api",
"p_code":"",
"code":"12"
},
{
"desc":"This API is used to create a cluster.Table 2 describes the request parameters.Table 11 describes the response parameters.Example requestExample response{\n \"cluster\": {\n ",
"product_code":"css",
"title":"Creating a Cluster",
"uri":"css_03_0019.html",
"doc_type":"api",
"p_code":"12",
"code":"13"
},
{
"desc":"This API is used to query and display the cluster list and cluster status.NoneTable 2 describes the response parameters.Example requestExample request of querying cluster",
"product_code":"css",
"title":"Querying the List of Clusters",
"uri":"css_03_0018.html",
"doc_type":"api",
"p_code":"12",
"code":"14"
},
{
"desc":"This API is used to query and display the details of a cluster.GET /v1.0/{project_id}/clusters/{cluster_id}NoneStatus code: 200NoneStatus code: 200Request succeeded.",
"product_code":"css",
"title":"Querying Cluster Details",
"uri":"css_03_0026.html",
"doc_type":"api",
"p_code":"12",
"code":"15"
},
{
"desc":"This API is used to change the password of a cluster.POST /v1.0/{project_id}/clusters/{cluster_id}/password/resetNoneNone",
"product_code":"css",
"title":"Renaming a Cluster",
"uri":"css_03_0084.html",
"doc_type":"api",
"p_code":"12",
"code":"16"
},
{
"desc":"This API is used to restart a cluster. Restarting the cluster will interrupt ongoing services.NoneExample requestExample responseTable 3 describes the status code.",
"product_code":"css",
"title":"Restarting a Cluster",
"uri":"css_03_0021.html",
"doc_type":"api",
"p_code":"12",
"code":"17"
},
{
"desc":"This API is used to delete a cluster. All resources, including customer data, of the deleted cluster will be released. For data security reasons, create a snapshot for th",
"product_code":"css",
"title":"Deleting a Cluster",
"uri":"css_03_0020.html",
"doc_type":"api",
"p_code":"12",
"code":"18"
},
{
"desc":"This API is used to change the password of a cluster.POST /v1.0/{project_id}/clusters/{cluster_id}/password/resetNoneNone",
"product_code":"css",
"title":"Changing the Password of a Cluster",
"uri":"css_03_0085.html",
"doc_type":"api",
"p_code":"12",
"code":"19"
},
{
"desc":"This API is used to modify the specifications of a cluster. Only the nodes of the ESS type can be modified.POST /v1.0/{project_id}/clusters/{cluster_id}/flavorNoneNone",
"product_code":"css",
"title":"Changing Specifications",
"uri":"css_03_0086.html",
"doc_type":"api",
"p_code":"12",
"code":"20"
},
{
"desc":"This API is used to modify cluster specifications. The following node types can be changed:ess: data nodeess-cold: cold data nodeess-client: client nodeess-master: master",
"product_code":"css",
"title":"Changing the Specifications of a Specified Node Type",
"uri":"css_03_0087.html",
"doc_type":"api",
"p_code":"12",
"code":"21"
},
{
"desc":"This API is used to scale out a cluster with only common nodes. Clusters with master, client, or cold data nodes cannot use this API.Table 2 describes the request paramet",
"product_code":"css",
"title":"Scaling Out a Cluster with only Common Nodes",
"uri":"css_03_0025.html",
"doc_type":"api",
"p_code":"12",
"code":"22"
},
{
"desc":"This API is used to scale out a cluster with special nodes. That is, if a cluster has master, client, or cold data nodes, this API is used for scale-out.Table 2 describes",
"product_code":"css",
"title":"Scaling Out a Cluster with Special Nodes",
"uri":"css_03_0038.html",
"doc_type":"api",
"p_code":"12",
"code":"23"
},
{
"desc":"This API is used to scale in a cluster by removing a specified node.POST /v1.0/{project_id}/clusters/{cluster_id}/node/offlineNoneNone",
"product_code":"css",
"title":"Scaling In a Cluster by Removing a Specific Node",
"uri":"css_03_0088.html",
"doc_type":"api",
"p_code":"12",
"code":"24"
},
{
"desc":"This API is used to remove instances of different types and reduce instance storage capacity in a cluster.POST /v1.0/extend/{project_id}/clusters/{cluster_id}/role/shrink",
"product_code":"css",
"title":"Scaling In Nodes of a Specific Type",
"uri":"css_03_0089.html",
"doc_type":"api",
"p_code":"12",
"code":"25"
},
{
"desc":"This API is used to query and display the IDs of supported instance flavors.NoneTable 2 describes the response parameters.Example requestGET /v1.0/6204a5bd270343b5885144c",
"product_code":"css",
"title":"Obtaining the List of Instance Flavors",
"uri":"css_03_0023.html",
"doc_type":"api",
"p_code":"12",
"code":"26"
},
{
"desc":"This API is used to download the HTTPS certificate file of the server.NoneExample requestExample responseAfter obtaining the preceding character string, run the following",
"product_code":"css",
"title":"Downloading a Certificate File",
"uri":"css_03_0050.html",
"doc_type":"api",
"p_code":"12",
"code":"27"
},
{
"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":"css",
"title":"Tag Management APIs",
"uri":"css_03_0077.html",
"doc_type":"api",
"p_code":"12",
"code":"28"
},
{
"desc":"This API is used to query the tag information about a specified cluster.NoneTable 2 describes the response parameters.Example requestExample responseTable 4 describes the",
"product_code":"css",
"title":"Querying Tags of a Specified Cluster",
"uri":"css_03_0078.html",
"doc_type":"api",
"p_code":"28",
"code":"29"
},
{
"desc":"This API is used to query all tags in a specified region.NoneTable 2 describes the response parameters.Example requestExample responseTable 4 describes the status code.",
"product_code":"css",
"title":"Querying All Tags",
"uri":"css_03_0079.html",
"doc_type":"api",
"p_code":"28",
"code":"30"
},
{
"desc":"This API is used to add tags to a cluster. A cluster can have a maximum of 10 tags.NoneExample requestPOST /v1.0/458d905f22da49c39f609e3347d65723/css-cluster/4f3deec3-efa",
"product_code":"css",
"title":"Adding Tags to a Cluster",
"uri":"css_03_0083.html",
"doc_type":"api",
"p_code":"28",
"code":"31"
},
{
"desc":"This API is used to add or delete tags to or from a specified cluster in batches. Tag Management Service (TMS) uses this API to batch manage tags of a cluster. A cluster ",
"product_code":"css",
"title":"Adding or Deleting Cluster Tags in Batches",
"uri":"css_03_0081.html",
"doc_type":"api",
"p_code":"28",
"code":"32"
},
{
"desc":"This API is used to delete specified cluster tags.NoneNoneExample requestDELETE /v1.0/458d905f22da49c39f609e3347d65723/css-cluster/4f3deec3-efa8-4598-bf91-560aad1377a3/ta",
"product_code":"css",
"title":"Deleting Specified Cluster Tags",
"uri":"css_03_0082.html",
"doc_type":"api",
"p_code":"28",
"code":"33"
},
{
"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":"css",
"title":"Log Management",
"uri":"css_03_0093.html",
"doc_type":"api",
"p_code":"",
"code":"34"
},
{
"desc":"This API is used to enable the log function.POST /v1.0/{project_id}/clusters/{cluster_id}/logs/openNoneNone",
"product_code":"css",
"title":"Enabling the Log Function",
"uri":"css_03_0094.html",
"doc_type":"api",
"p_code":"34",
"code":"35"
},
{
"desc":"This API is used to disable the log function.PUT /v1.0/{project_id}/clusters/{cluster_id}/logs/closeNoneNoneNoneNone",
"product_code":"css",
"title":"Disabling the Log Function",
"uri":"css_03_0095.html",
"doc_type":"api",
"p_code":"34",
"code":"36"
},
{
"desc":"This API is used to query the job list in the logs of a cluster.GET /v1.0/{project_id}/clusters/{cluster_id}/logs/recordsNoneStatus code: 200NoneStatus code: 200Request s",
"product_code":"css",
"title":"Querying the Job List",
"uri":"css_03_0096.html",
"doc_type":"api",
"p_code":"34",
"code":"37"
},
{
"desc":"This API is used to query basic log configurations.GET /v1.0/{project_id}/clusters/{cluster_id}/logs/settingsNoneStatus code: 200NoneStatus code: 200Request succeeded.",
"product_code":"css",
"title":"Querying Basic Log Configurations",
"uri":"css_03_0097.html",
"doc_type":"api",
"p_code":"34",
"code":"38"
},
{
"desc":"This API is used to modify basic log configurations.POST /v1.0/{project_id}/clusters/{cluster_id}/logs/settingsNoneNone",
"product_code":"css",
"title":"Modifying Basic Log Configurations",
"uri":"css_03_0098.html",
"doc_type":"api",
"p_code":"34",
"code":"39"
},
{
"desc":"This API is used to enable the automatic log backup policy.POST /v1.0/{project_id}/clusters/{cluster_id}/logs/policy/updateNoneNone",
"product_code":"css",
"title":"Enabling the Automatic Log Backup Policy",
"uri":"css_03_0099.html",
"doc_type":"api",
"p_code":"34",
"code":"40"
},
{
"desc":"This API is used to disable the automatic log backup policy.PUT /v1.0/{project_id}/clusters/{cluster_id}/logs/policy/closeNoneNoneNoneNone",
"product_code":"css",
"title":"Disabling the Automatic Log Backup Policy",
"uri":"css_03_0100.html",
"doc_type":"api",
"p_code":"34",
"code":"41"
},
{
"desc":"This API is used to back up logs.POST /v1.0/{project_id}/clusters/{cluster_id}/logs/collectNoneNoneNoneNone",
"product_code":"css",
"title":"Backing Up Logs",
"uri":"css_03_0101.html",
"doc_type":"api",
"p_code":"34",
"code":"42"
},
{
"desc":"This API is used to query log information.POST /v1.0/{project_id}/clusters/{cluster_id}/logs/searchStatus code: 200Status code: 200Request succeeded.",
"product_code":"css",
"title":"Searching for Logs",
"uri":"css_03_0102.html",
"doc_type":"api",
"p_code":"34",
"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":"css",
"title":"Public Network Access",
"uri":"css_03_0103.html",
"doc_type":"api",
"p_code":"",
"code":"44"
},
{
"desc":"This API is used to enable public network access.POST /v1.0/{project_id}/clusters/{cluster_id}/public/openStatus code: 200Status code: 200Request succeeded.",
"product_code":"css",
"title":"Enabling Public Network Access",
"uri":"css_03_0104.html",
"doc_type":"api",
"p_code":"44",
"code":"45"
},
{
"desc":"This API is used to disable public network access to Kibana.PUT /v1.0/{project_id}/clusters/{cluster_id}/public/closeStatus code: 200Status code: 200Request succeeded.",
"product_code":"css",
"title":"Disabling Public Network Access",
"uri":"css_03_0105.html",
"doc_type":"api",
"p_code":"44",
"code":"46"
},
{
"desc":"This API is used to modify the public network access bandwidth.POST /v1.0/{project_id}/clusters/{cluster_id}/public/bandwidthNoneNone",
"product_code":"css",
"title":"Modifying Public Network Access Bandwidth",
"uri":"css_03_0106.html",
"doc_type":"api",
"p_code":"44",
"code":"47"
},
{
"desc":"This API is used to enable the public network access control whitelist.POST /v1.0/{project_id}/clusters/{cluster_id}/public/whitelist/updateNoneNone",
"product_code":"css",
"title":"Enabling the Public Network Access Control Whitelist",
"uri":"css_03_0107.html",
"doc_type":"api",
"p_code":"44",
"code":"48"
},
{
"desc":"This API is used to disable the public network access control whitelist.PUT /v1.0/{project_id}/clusters/{cluster_id}/public/whitelist/closeNoneNoneNoneNone",
"product_code":"css",
"title":"Disabling the Public Network Access Control Whitelist",
"uri":"css_03_0108.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":"css",
"title":"Snapshot Management APIs",
"uri":"css_03_0010.html",
"doc_type":"api",
"p_code":"",
"code":"50"
},
{
"desc":"The API for automatically configuring a cluster snapshot can automatically create OBS buckets and agencies for storing snapthos. If you have multiple clusters, an OBS buc",
"product_code":"css",
"title":"(Not Recommended) Automatically Configuring Basic Settings of a Cluster Snapshot",
"uri":"css_03_0037.html",
"doc_type":"api",
"p_code":"50",
"code":"51"
},
{
"desc":"Using this API will automatically enable the snapshot function.This API is used to modify the basic configurations of a cluster snapshot. The basic configurations include",
"product_code":"css",
"title":"Modifying Basic Configurations of a Cluster Snapshot",
"uri":"css_03_0030.html",
"doc_type":"api",
"p_code":"50",
"code":"52"
},
{
"desc":"This API is used to set parameters related to automatic snapshot creation. By default, a snapshot is created per day.Table 2 describes the request parameters.NoneExample ",
"product_code":"css",
"title":"Setting the Automatic Snapshot Creation Policy",
"uri":"css_03_0031.html",
"doc_type":"api",
"p_code":"50",
"code":"53"
},
{
"desc":"This API is used to query the automatic snapshot creation policy for a cluster.NoneTable 2 describes the response parameters.Example requestExample responseTable 3 descri",
"product_code":"css",
"title":"Querying the Automatic Snapshot Creation Policy for a Cluster",
"uri":"css_03_0032.html",
"doc_type":"api",
"p_code":"50",
"code":"54"
},
{
"desc":"This API is used to manually create a snapshot.Table 2 describes the request parameters.Table 3 describes the response parameters.Example requestExample responseTable 5 d",
"product_code":"css",
"title":"Manually Creating a Snapshot",
"uri":"css_03_0033.html",
"doc_type":"api",
"p_code":"50",
"code":"55"
},
{
"desc":"This API is used to query all snapshots of a cluster.NoneExample requestExample responseTable 5 describes the status code.",
"product_code":"css",
"title":"Querying the List of Snapshots",
"uri":"css_03_0034.html",
"doc_type":"api",
"p_code":"50",
"code":"56"
},
{
"desc":"This API is used to manually restore a snapshot.Table 2 describes the request parameters.NoneExample requestExample responseThe return value is empty.Table 3 describes th",
"product_code":"css",
"title":"Restoring a Snapshot",
"uri":"css_03_0035.html",
"doc_type":"api",
"p_code":"50",
"code":"57"
},
{
"desc":"This API is used to delete a snapshot.NoneNoneExample requestTable 2 describes the status code.",
"product_code":"css",
"title":"Deleting a Snapshot",
"uri":"css_03_0036.html",
"doc_type":"api",
"p_code":"50",
"code":"58"
},
{
"desc":"This API is used to disable the snapshot function.NoneNoneExample requestTable 2 describes the status code.",
"product_code":"css",
"title":"Disabling the Snapshot Function",
"uri":"css_03_0039.html",
"doc_type":"api",
"p_code":"50",
"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":"css",
"title":"VPC Endpoint",
"uri":"css_03_0109.html",
"doc_type":"api",
"p_code":"",
"code":"60"
},
{
"desc":"This API is used to enable the VPC endpoint service.POST /v1.0/{project_id}/clusters/{cluster_id}/vpcepservice/openStatus code: 200Status code: 200Request succeeded.",
"product_code":"css",
"title":"Enabling the VPC Endpoint Service",
"uri":"css_03_0110.html",
"doc_type":"api",
"p_code":"60",
"code":"61"
},
{
"desc":"This API is used to disable the VPC endpoint service.PUT /v1.0/{project_id}/clusters/{cluster_id}/vpcepservice/closeNoneStatus code: 200NoneStatus code: 200Request succee",
"product_code":"css",
"title":"Disabling the VPC Endpoint Service",
"uri":"css_03_0111.html",
"doc_type":"api",
"p_code":"60",
"code":"62"
},
{
"desc":"This API is used to obtain a VPC endpoint connection.GET /v1.0/{project_id}/clusters/{cluster_id}/vpcepservice/connectionsNoneStatus code: 200NoneStatus code: 200Request ",
"product_code":"css",
"title":"Obtaining an Endpoint Connection",
"uri":"css_03_0112.html",
"doc_type":"api",
"p_code":"60",
"code":"63"
},
{
"desc":"This API is used to update an endpoint connection.POST /v1.0/{project_id}/clusters/{cluster_id}/vpcepservice/connectionsNoneNone",
"product_code":"css",
"title":"Updating an Endpoint Connection",
"uri":"css_03_0113.html",
"doc_type":"api",
"p_code":"60",
"code":"64"
},
{
"desc":"This API is used to modify the endpoint service whitelist.POST /v1.0/{project_id}/clusters/{cluster_id}/vpcepservice/permissionsNoneNone",
"product_code":"css",
"title":"Modifying the Endpoint Service Whitelist",
"uri":"css_03_0114.html",
"doc_type":"api",
"p_code":"60",
"code":"65"
},
{
"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":"css",
"title":"Parameter Configuration",
"uri":"css_03_0115.html",
"doc_type":"api",
"p_code":"",
"code":"66"
},
{
"desc":"This API is used to modify the parameter settings of a cluster.POST /v1.0/{project_id}/clusters/{cluster_id}/ymls/updateStatus code: 200Status code: 200Request succeeded.",
"product_code":"css",
"title":"Modifying Cluster Parameters",
"uri":"css_03_0116.html",
"doc_type":"api",
"p_code":"66",
"code":"67"
},
{
"desc":"This API is used to obtain the parameter configuration task list of a cluster.GET /v1.0/{project_id}/clusters/{cluster_id}/ymls/joblistsNoneStatus code: 200NoneStatus cod",
"product_code":"css",
"title":"Obtaining the Task List of Parameter Configurations",
"uri":"css_03_0117.html",
"doc_type":"api",
"p_code":"66",
"code":"68"
},
{
"desc":"This API is used to obtain the parameter configuration list of the current cluster.GET /v1.0/{project_id}/clusters/{cluster_id}/ymls/templateNoneStatus code: 200NoneStatu",
"product_code":"css",
"title":"Obtaining the Parameter Configuration List",
"uri":"css_03_0118.html",
"doc_type":"api",
"p_code":"66",
"code":"69"
},
{
"desc":"This section describes fine-grained permissions management for your CSS. If your account does not need individual IAM users, then you may skip over this chapter.By defaul",
"product_code":"css",
"title":"Permissions Policies and Supported Actions",
"uri":"css_03_0065.html",
"doc_type":"api",
"p_code":"",
"code":"70"
},
{
"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":"css",
"title":"Common Parameters",
"uri":"css_03_0040.html",
"doc_type":"api",
"p_code":"",
"code":"71"
},
{
"desc":"A project ID or project name is required in some API requests. You need to obtain the project ID and name before calling an API.Log in to the console.In the upper right c",
"product_code":"css",
"title":"Obtaining a Project ID and Name",
"uri":"css_03_0071.html",
"doc_type":"api",
"p_code":"71",
"code":"72"
},
{
"desc":"Table 1 describes the status code.",
"product_code":"css",
"title":"Status Code",
"uri":"css_03_0075.html",
"doc_type":"api",
"p_code":"71",
"code":"73"
},
{
"desc":"No data is returned if an API fails to be invoked. You can locate the cause of an error according to the error code of each API. When the API calling fails, HTTPS status ",
"product_code":"css",
"title":"Error Code",
"uri":"css_03_0076.html",
"doc_type":"api",
"p_code":"71",
"code":"74"
},
{
"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":"css",
"title":"Change History",
"uri":"css_03_0024.html",
"doc_type":"api",
"p_code":"",
"code":"75"
}
]