Peripheral Gateway API

Use the Peripheral Gateway (PG) API to retrieve peripheral gateway information.

URL

https://<server>/unifiedconfig/config/peripheralgateway

Operations

Parameters

Search and Sort Values

The following table shows the parameters that are searched and the parameters that are sortable.

Search Parameters

Sort Parameters

name

  • name (Default)

See Search and Sort.

Advanced search parameters

The Peripheral Gateway API has an advanced search for datacenters.

Example Get Response

<peripheralGateway xsi:type="peripheralGateway">
     <changeStamp>0</changeStamp>
     <refURL>/unifiedconfig/config/peripheralgateway/5001</refURL>
     <name>MR_PG</name>
     <logicalControllerID>5001</logicalControllerID> 

     <peripherals>
         <peripheral>
             <changeStamp>824</changeStamp>
             <clientType>47</clientType>
             <name>Multichannel</name>
             <peripheralID>5005</peripheralID>
             <routingClientID>5005</routingClientID>
             <routingType>3</routingType>
         </peripheral>
         <peripheral>
             <changeStamp>822</changeStamp>
             <clientType>47</clientType>
             <name>Outbound</name>
             <peripheralID>5007</peripheralID>
             <routingClientID>5007</routingClientID>
             <routingType>4</routingType>
         </peripheral>
     </peripherals>
</peripheralGateway>