Prefix Service



[tags: DMA]

Resource Root

https://localhost:8443/api/rest/prefix-services

Summary


Resources Methods
https://localhost:8443/api/rest/prefix-services

GET  Retrieves a list of all prefix services/devices configured in system.

Resources


https://localhost:8443/api/rest/prefix-services


Methods

GET


Retrieves a list of all prefix services/devices configured in system.
[tags: DMA]

Request

Response

Status Representation Description
200 application/vnd.plcm.plcm-prefix-service-list+xml
application/vnd.plcm.plcm-prefix-service-list+json
Prefix services retrieved successfully.
304
Prefix Services information has not changed since the last search.

Note: The API client must provide the "plcm-prefix-service-list"
representation's ETag value in the "If-None-Match" HTTP header to ensure conditional retrieval.
This will improve network performance by reducing bandwidth consumption.

If the API client chooses to exclude an ETag value from a previous, identical
search in the "If-None-Match" header, then the HTTP response will contain the
search results in the message body.

The "plcm-prefix-service-list" ETag can be accessed from the initial search result's HTTP
response header. Also, subsequent searches require the identical search filter
to ensure an equivalent ETag value. This also assumes no other client made changes to
prefix services on the server.
401 application/vnd.plcm.plcm-error+xml
application/vnd.plcm.plcm-error+json
Unauthorized. DMA role required: administrator | provisioner
403 application/vnd.plcm.plcm-error+xml
application/vnd.plcm.plcm-error+json
Unable to get permission. User roles required: administrator | provisioner.