Get All Enforcements
Returns the list of available Enforcements.
Method Type | URI |
---|---|
GET |
v90/ws/enforcement.ws ?vendorId={vendorId} |
Example URL: http://hostname:8080/ems/v90/ws/enforcement.ws?vendorId=1
URI Parameters
Parameter | Description |
---|---|
vendorId | Identifier of the Vendor in the database. |
Sample Response
HTTP Status Code: 200
Success
Response Body:
<listResponse type="enforcement" count="1"> <instance id="1" name="Sentinel LDK" /> </listResponse>
Failure
Response Body:
<listResponse type="enforcement" count="0" />