List Custom Enrollments for REST Proxy

get

/console/admin/api/v2/nodes/restproxies/{restProxyId}/enrollments

Get the list of all custom enrollments for a REST proxy.

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Custom enrollment list
Body ()
Root Schema : customEnrollments
Type: array
Show Source

400 Response

Invalid arguments
Body ()
Root Schema : 400errorModels
Type: object
Show Source
Example:
{
    "respMesg":"invalid argument"
}

401 Response

Unauthorized

500 Response

Internal server error
Body ()
Root Schema : 500errorModels
Type: object
Show Source

Default Response

Unexpected error
Body ()
Root Schema : errorModel
Type: object
Show Source
Back to Top