Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
REST API Version 17.0 References
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

POST /config/resilient/test

date_range 24-May-22

SUMMARY Perform asynchronous test Resilient connection

Table 1: POST /config/resilient/test resource details:

POST /config/resilient/test resource details

MIME Type

application/json

Table 2: POST /config/resilient/test request parameter details:

POST /config/resilient/test request parameter details

Parameter Type Optionality Data Type MIME Type Description

fields

query

Optional

String

text/plain

Optional - Use this parameter to specify which fields you would like to get back in the response. Fields that are not named are excluded. Specify subfields in brackets and multiple fields in the same object are separated by commas.

Table 3: POST /config/resilient/test response codes:

POST /config/resilient/test response codes

HTTP Response Code Unique Code Description

201

The Resilient Connection Test was started.

404

1002

The connection configuration for Resilient was not defined.

409

1004

There is another test already running.

500

1020

An error occurred while trying to run a test.

500

1022

Timeout while performing the task.

Response Description

Response code and the task status for this Resilient Connection Test request

Response Sample

content_copy zoom_out_map
{
    "completed": 42,
    "created": 42,
    "created_by": "String",
    "error_code": 42,
    "error_message": "String",
    "id": 42,
    "modified": 42,
    "name": "String",
    "started": 42,
    "status": "String <one of: CANCELLED, CANCELING, CANCEL_REQUESTED, COMPLETED, CONFLICT, EXCEPTION, INITIALIZING, INTERRUPTED, PAUSED, PROCESSING, QUEUED, RESUMING>"
}
footer-navigation