Get Agent O Auth App

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


Authentication
This operation uses the following authentication methods.
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