Hitachi

JP1 Version 12 JP1/Operations Analytics REST API Reference Guide


1.3.5 Members of the execution result of the Discovery

This section explains the Members of the execution result of the Discovery(DiscoveryLog resource).

Member name Data type Description Whether to change Whether applicable to filter conditions ($query) Whether applicable to sort conditions ($order-by)
status enum Discovery progress status. If a discovery has not been run, properties other than the status are not output. For details about the specifiable values, see the table DiscoveryStatusType in 1.6 List of enumerators. N N N
autoManage boolean To automatically manage discovered resources, set true. N N N
startTime datetime Discovery start time N N N
completionTime datetime Discovery end time. If the discovery is in progress, this value is null. N N N
elapsedTime int Time elapsed during discovery (in seconds) N N N
discoveredResources int Number of discovered resources N N N
failedProtocols int Number of resources for which discovery failed N N N
noResponseIpAddresses int Number of resources for which there was no response N N N
skippedResources int Number of skipped resources N N N
denominatorForProgress int Denominator for the progress calculation N N N
numeratorForProgress int Numerator for the progress calculation. This is the number of IP addresses (from among the discovery targets) for which processing is complete. N N N
lastTime datetime Time when the discovery status was last checked N N N
discoverdLogTargetIPRange DiscoveryLogTargetIPRange[] List of IP-address ranges included in the discovery results N N N

(Legend) Y: Applicable, N: Not applicable