Get all IPs added to a discovery task

Use this API to get all IPs added to a discovery task.

Resource Information

Method

URL

Required authentication

GET

/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 added on benchmark page. Get a task ID by using the API Get all discovery tasks in a domain.

Response

Parameter

Type

Description

Example

IPs

list

A list with all seed IPs.

{
  "IPs": [
    "192.168.0.1"
  ],
  "statusCode"790200,
  "statusDescription""success"
}

statusCode

integer

The returned status code of executing the API.

statusDescription

string

The explanation of the status code.