[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs

Get Access Key By ID

Description

You must get an API key through a HTTP GET operation

Request

Request

URL

URL


get
https://{api_host}/vrlic/api/v1/resources/access-keys/{keyId}
Copy

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

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response 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: ACTIVEREVOKED


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 Samples

Code Samples

cURL Command

curl https://{api_host}/vrlic/api/v1/resources/access-keys/{keyId}


[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs
Feedback

Was this page helpful?