Querying the AK/SK of a Tenant
Function
This API is used to query the AK/SK of a tenant.
URI
GET /v1/apm2/access-keys
Request Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
X-Auth-Token |
Yes |
String |
User token obtained from IAM. |
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
access_ak_sk_models |
Array of AccessAkskVO objects |
AK/SK data model. |
Parameter |
Type |
Description |
---|---|---|
id |
Integer |
AK/SK ID. |
gmt_create |
String |
Time when the AK/SK was generated. |
gmt_modify |
String |
Time when the AK/SK was modified. |
inner_domain_id |
Integer |
Internal tenant ID. |
ak |
String |
Generated AK. |
sk |
String |
Generated SK. |
status |
String |
AK/SK status. |
descp |
String |
AK/SK description. |
Example Requests
Query the AK/SK of a tenant. No input parameter is required.
/v1/apm2/access-keys
Example Responses
Status code: 200
OK: The request is successful.
{ "access_ak_sk_models" : [ { "ak" : "vca******04j", "sk" : "ktns******6iq6t9m", "status" : "enable", "descp" : "auto create", "id" : 1, "gmt_create" : "2020-11-26 16:51:08", "gmt_modify" : "2021-03-27 11:02:50", "inner_domain_id" : 1 } ] }
Status Codes
Status Code |
Description |
---|---|
200 |
OK: The request is successful. |
401 |
Unauthorized: No permissions. |
403 |
Forbidden: Access forbidden. |
404 |
Not Found: The requested resource is not found. |
Error Codes
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