Obtain listeners and mappings info
GET {{HOST}}/admin/v1/RadiusProxies?filter=oauthClient.clientId eq "{{RPOAuthClientClientId}}"&attributes=mappings,listeners,oauthClient,lastModifiedTime,active
This is presently used only by the RADIUS Agent so that it can obtain the listeners and mappings info in a single call, instead of having to make three calls. This is supported to ensure performance gains.
Query parameter format:
filter=oauthClient.clientId eq {Client ID of OAuth App corresponding to RADIUS Proxy}
&attributes=mappings,listeners,oauthClient,lastModifiedTime,active
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
filter | string | ||
attributes | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |