Rediscover Devices

post

/rediscovery

Rediscovers the devices for the current configuration.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : Data
Type: object
The rediscovery data.
Show Source
Nested Schema : Configuration
Type: object
Show Source
Nested Schema : IPList
Type: array
The list of IP addresses.
Show Source
Example:
[
    "192.0.2.0",
    "192.0.2.1"
]
Nested Schema : IncludedProtocols
Type: array
Type of polling enabled for discovery. Possible values are 1 for ping, 2 for SNMP, and 3 for REST.
Show Source
Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : DiscoveryCreateResponse
Type: object
Show Source

401 Response

Unauthorized operation

405 Response

Bad request

500 Response

Internal server error
Back to Top