diff --git a/docs/cce/api-ref/ALL_META.TXT.json b/docs/cce/api-ref/ALL_META.TXT.json index 415673dc..551f7fa9 100644 --- a/docs/cce/api-ref/ALL_META.TXT.json +++ b/docs/cce/api-ref/ALL_META.TXT.json @@ -3,8 +3,8 @@ "dockw":"API Reference" }, { - "uri":"cce_02_0344.html", - "node_id":"cce_02_0344.xml", + "uri":"cce_02_0004.html", + "node_id":"cce_02_0004.xml", "product_code":"cce", "code":"1", "des":"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 Resourc", @@ -1058,7 +1058,9 @@ "search_title":"", "metedata":[ { - + "documenttype":"api2", + "prodname":"cce", + "opensource":"true" } ], "title":"Node Flavor Description", diff --git a/docs/cce/api-ref/AddNode.html b/docs/cce/api-ref/AddNode.html index 3060f87c..6bd93c56 100644 --- a/docs/cce/api-ref/AddNode.html +++ b/docs/cce/api-ref/AddNode.html @@ -65,7 +65,7 @@

String

-

Requests for calling an API can be authenticated using either a token or AK/SK. If token-based authentication is used, this parameter is mandatory and must be set to a user token. For details, see API Usage Guidelines.

+

Requests for calling an API can be authenticated using either a token or AK/SK. If token-based authentication is used, this parameter is mandatory and must be set to a user token. For details, see API Usage Guidelines.

diff --git a/docs/cce/api-ref/CLASS.TXT.json b/docs/cce/api-ref/CLASS.TXT.json index 09a289f7..e79f2bb7 100644 --- a/docs/cce/api-ref/CLASS.TXT.json +++ b/docs/cce/api-ref/CLASS.TXT.json @@ -3,7 +3,7 @@ "desc":"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 Resourc", "product_code":"cce", "title":"API Usage Guidelines", - "uri":"cce_02_0344.html", + "uri":"cce_02_0004.html", "doc_type":"api2", "p_code":"", "code":"1" diff --git a/docs/cce/api-ref/MigrateNode.html b/docs/cce/api-ref/MigrateNode.html index cd16d9e3..fd6818f7 100644 --- a/docs/cce/api-ref/MigrateNode.html +++ b/docs/cce/api-ref/MigrateNode.html @@ -74,7 +74,7 @@

String

-

Requests for calling an API can be authenticated using either a token or AK/SK. If token-based authentication is used, this parameter is mandatory and must be set to a user token. For details, see API Usage Guidelines.

+

Requests for calling an API can be authenticated using either a token or AK/SK. If token-based authentication is used, this parameter is mandatory and must be set to a user token. For details, see API Usage Guidelines.

diff --git a/docs/cce/api-ref/RemoveNode.html b/docs/cce/api-ref/RemoveNode.html index bd9ea3a0..d3f82884 100644 --- a/docs/cce/api-ref/RemoveNode.html +++ b/docs/cce/api-ref/RemoveNode.html @@ -65,7 +65,7 @@

String

-

Requests for calling an API can be authenticated using either a token or AK/SK. If token-based authentication is used, this parameter is mandatory and must be set to a user token. For details, see API Usage Guidelines.

+

Requests for calling an API can be authenticated using either a token or AK/SK. If token-based authentication is used, this parameter is mandatory and must be set to a user token. For details, see API Usage Guidelines.

diff --git a/docs/cce/api-ref/ResetNode.html b/docs/cce/api-ref/ResetNode.html index e229a8f9..23d8ee86 100644 --- a/docs/cce/api-ref/ResetNode.html +++ b/docs/cce/api-ref/ResetNode.html @@ -65,7 +65,7 @@

String

-

Requests for calling an API can be authenticated using either a token or AK/SK. If token-based authentication is used, this parameter is mandatory and must be set to a user token. For details, see API Usage Guidelines.

+

Requests for calling an API can be authenticated using either a token or AK/SK. If token-based authentication is used, this parameter is mandatory and must be set to a user token. For details, see API Usage Guidelines.

diff --git a/docs/cce/api-ref/cce_02_0344.html b/docs/cce/api-ref/cce_02_0004.html similarity index 53% rename from docs/cce/api-ref/cce_02_0344.html rename to docs/cce/api-ref/cce_02_0004.html index 5ec256ca..e5cc1077 100644 --- a/docs/cce/api-ref/cce_02_0344.html +++ b/docs/cce/api-ref/cce_02_0004.html @@ -1,17 +1,19 @@ - +

API Usage Guidelines

-

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 Resource Identifiers (URIs). An application accesses a resource based on the resource's Unified Resource Locator (URL). A URL is usually in the following format: https://Endpoint/uri. In the URL, uri indicates the resource path, that is, the API access path.

-

Cloud APIs use HTTPS as the transmission protocol. Requests/Responses are transmitted by using JSON messages, with media type represented by Application/json.

-