[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs
Get Access Key By ID
DescriptionYou must get an API key through a HTTP GET operation
Request
URLURL
https://{api_host}/vrlic/api/v1/resources/access-keys/{keyId}
Path Parameters
Path Parameters
string
keyId
Required
keyId is equals to orgId and access key name separated by a hyphen For eg. If access key name and orgId is access_key_1 and test_org_id respectively then keyId is csp_org_id-access_key_1
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
AccessKey
of type */*
{
"key": "string",
"link": "string",
"name": "string",
"orgId": "string",
"status": "ACTIVE",
"updatedAtInMicros": 0,
"version": 0
}
string
key
Optional
Access key
string
link
Optional
Access key link
string
name
Optional
Access key name
string
orgId
Optional
Unique OrgId based on user token
string
status
Optional
Access key status
Possible values are: ACTIVE , REVOKED
integer as int64
updatedAtInMicros
Optional
Time in micros at which access key was updated
integer as int64
version
Optional
Access key version
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl https://{api_host}/vrlic/api/v1/resources/access-keys/{keyId}
[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs