Rediscover Devices
post
/rediscovery
Rediscovers the devices for the current configuration.
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object
-
Data: object
Data
The rediscovery data.
-
Type: string
Allowed Values:
[ "rediscovery" ]
The request type. -
Version: string
The rediscovery version.Example:
1.0.0
Nested Schema : Data
Type:
object
The rediscovery data.
Show Source
-
apiType(required): string
Allowed Values:
[ "vmware" ]
The type of REST API. -
Configuration: object
Configuration
-
InventoryEngine: string
The inventory engine name.Example:
inventory-engine-name
-
IPList: array
IPList
The list of IP addresses.
Nested Schema : Configuration
Type:
Show Source
object
-
ContextExpiryTimeM: integer
Minimum Value:
0
Maximum Value:2147483647
The number of minutes the discovery is valid before it gets expired.Example:60
-
IncludedProtocols: array
IncludedProtocols
Type of polling enabled for discovery. Possible values are 1 for ping, 2 for SNMP, and 3 for REST.
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
-
Array of:
integer
Allowed Values:
[ "1", "2", "3" ]
Example:1, 2, 3
Response
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : DiscoveryCreateResponse
Type:
Show Source
object
-
DiscoveryContextID: string
The ID obtained from discovery request.Example:
disco-01f107bd-655f-42e0-ae1c-ac4740e734e7
-
time-valid: integer
The number of seconds the discovery result is valid.Example:
3600
401 Response
Unauthorized operation
405 Response
Bad request
500 Response
Internal server error