GET /config/resilient/test/{task_id}

Get the test Resilient connection task status You must have the System Administrator or Security Admin permission (ADMIN | SAASADMIN capability) to use this endpoint.

Table 1. GET /config/resilient/test/{task_id} resource details
MIME Type

application/json

Table 2. GET /config/resilient/test/{task_id} request parameter details
Parameter Type Optionality Data Type MIME Type Description

task_id

path

Required

Number (Integer)

text/plain

- The ID for the test Resilient connection task

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. GET /config/resilient/test/{task_id} response codes
HTTP Response Code Unique Code Description

200

The status for Resilient Connection Task request was retrieved

404

23001

- The task status ID does not exist.

500

1020

- Some unspecified error occurred

Response Description

200 and the status for the Resilient Connection Test task

Response Sample


{
    "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>"
}