Operations Management/Access Control/AccessKey Operations
GETAccessKey OperationsSince 3.2.0SynchronousAuth Required
QueryAccessKey
QueryAccessKey
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
This API requires no request parameters.
Responses
Endpoint
GET/zstack/v1/accesskeys
/zstack/v1/accesskeys
Request Example
curl -X GET 'http://{host}/zstack/v1/accesskeys' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "inventories": [ { "uuid": "12be3dd32afa3cf2afa4c06037f218b7", "accountUuid": "324ecf74dd5c3b9a9f2b75edfdbd858f", "userUuid": "49c0bc4cfa6d3a67930fe4a4cc32248c", "AccessKeyID": "1234567890abcdedfhij", "AccessKeySecret": "1234567890abcdedfhij1234567890abcdedfhij", "state": "Enabled" } ] }Change History
This API has no change history records yet.
