Network Security with IPS

Prev Next

API definitions

The commands are available on the following appliance:

  • Network Security

  • Version supported is 2.0.0

  • The IPS API base URI is https://<host>/wsapis/v2.0.0/ips (represented as <ips-api-base> in the table).

  • Standard WSAPI authentication and RBAC are used

Asynchronous API response format

Some of the APIs are asynchronous in nature. After validating the input data, these APIs schedule a background worker to perform the operation.

Following is the expected response:

Error Code

Meaning

Response Payload

200

Input is valid, background job scheduled

{"job_code" : "<operation>", "ips_job_status" : "<workState>", "ips_job_id" : "<job uuid>"}

400

Invalid input

JSON document with a human-readable message and error code