Remove IPs from a discovery task

Use this API to remove specific seed IPs from a discovery task.

Resource Information

Method

URL

Required authentication

DELETE

/V1/CMDB/Discovery/Tasks/{task}/Seeds

Yes

Parameters

Name

Description

Token*required
(header)

Place the token received from the API Log in to get an authentication token.

task*required
(path)

Input the name or ID of the scheduled discovery task. Get a task ID by using the API Get all discovery tasks in a domain.

Request*required
(body)

The body contains the following parameters:

IPs (list): A list with IPs that you want to remove.

Example:

{
  "IPs": [
    "172.24.101.12"
  ]
}

Response

Parameter

Type

Description

Example

statusCode

integer

The returned status code of executing the API.

{
  "statusCode"790200,
  "statusDescription""success"
}

statusDescription

string

The explanation of the status code.