Querying API Versions
Function
This API is used to query API versions.
URI
GET /
Request Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
X-Auth-Token |
Yes |
String |
User token obtained from IAM. |
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
versions |
Array of Table 3 objects |
List of detailed API version information. |
Example Request
GET https://{endpoint}/
Example Response
Status code: 200
Request succeeded.
{ "versions" : [ { "id" : "v1", "links" : "", "version" : "", "status" : "CURRENT", "updated" : "2021-05-24T05:44:04Z" } ] }
Status Codes
Status code |
Description |
---|---|
200 |
Request succeeded. |
Error Codes
For details, see Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot