post https://example.com/ServerManage/GetDiscoveryStatus
Gets the status of a discovery job.
{
"text": "Response\n\nAPI-Result\n\n**success**\tboolean\nIndicates if the request was successful.\n\n**Result**\tObject\nContains information about the discovery.\n\n**Result.FullReportFilePath**\tString\nReturns the full path of the discovery report.\n\n**Result.ComputersScanned**\tInteger\nSpecifies the number of computers scanned\n\n**Result.DomainAccountsAdded**\tInteger\nSpecifies the number of new domain accounts discovered.\n\n**Result.SubmittedAt**\tString\nThe date/time when the discovery job was subbmitted.\n\n**Result.Details**\tString\nA descriptive message of the discovery job's status. \n\n**Result.TotalComputersCount**\tInteger\nSpecifies the number of computers counted.\n\n**Result.JobId**\tString\nThe unique ID of the discovery job.\n\n**Result.ApplicationsAdded**\tInteger\nSpecifies the number of new applications discovered.\n\n**Result.Percent**\tInteger\nSpecifies the current progress of the job as a percentage.\n\n**Result.IsRunning**\tBoolean\nIndicates if the job is still running.\n\n**Result.StartedAt**\tString\nThe date/time when the discovery job was started.\n\n**Result.LocalAccountsAdded**\tInteger\nSpecifies the number of new local accounts discovered.\n\n**Result.ComputersAdded**\tInteger\nSpecifies the number of new computers discovered.\n\n**Result.ScanningComputerIndex**\tInteger\n\n**Result.JobStatus**\tString\nA description of the current job status (e.g. *Running*).\n\n**Result.DomainsAdded**\tInteger\nSpecifies the number of new domains discovered.\n\n**Result.ComputersSkipped**\tInteger\nSpecifies the number of computers skipped.\n\n**Result.Profiles**\tArray of Strings\nProvide the descriptions of each profile included in the discovery. \n\n**Message**\tstring\nError message text on failure, may be null\n\n**ErrorID**\tstring\nUnique support identifier for this occurrence of an error\n\n**success**\tboolean\nIndicates API success or failure",
"sidebar": true
}