Get Agent O Auth App
Get validated status of OAuth application associated to the specified usage metering agent.
Request
URI
GET
https://eapi.broadcom.com/vcf/ums/api/v1/usage-metering-agents/{agentId}/oauth-app
COPY
Path Parameters
string
agentId
Required
The ID of the agent
Responses
200
The client ID for the oauth app.
- 200 There is a valid OAuth application associated with the specified usage metering agent.
- 403 The user has no access to the requested OAuth application.
- 404 There is no registered usage metering agent or the user has no access to it.
- 410 There is no OAuth application created for the specified usage metering agent.
Returns
OAuthApp
of type(s)
*/*
{
"name": "string",
"description": "string",
"clientId": "string",
"createdBy": "string",
"updatedBy": "string",
"createdAt": "string",
"updatedAt": "string"
}
string
name
Optional
name
string
description
Optional
description
string
clientId
Optional
clientId
string
createdBy
Optional
createdBy
string
updatedBy
Optional
updatedBy
string As date-time
As date-time
createdAt
Optional
createdAt
string As date-time
As date-time
updatedAt
Optional
updatedAt
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/vcf/ums/api/v1/usage-metering-agents/{agentId}/oauth-app
Usage Metering Agents Operations
GET
Get Agents
POST
Post Agent
GET
Get Agent
PATCH
Patch Agent
DELETE
Delete Agent
GET
Get Agent O Auth App
POST
Post Agent O Auth App
DELETE
Delete Agent O Auth App