Service IpAuth

HTTP Method

Resource

Request

Response

Description

GET

.../ip_auth

   

WiredCollectionQuery

WiredElementList

Returns the list of IP Auth Configuration matching the given query.

POST

.../ip_auth

   

IpAuth

IpAuth

Adds the given IP Auth Configuration to the system.

DELETE

.../ip_auth/{IpAuth.id}

   

N/A

Void

Deletes the IP Auth Configuration with the given ID from the model.

GET

.../ip_auth/{IpAuth.id}

   

N/A

IpAuth

Returns the IP Auth Configuration matching the given ID.