API Guide
Table Of Contents
- OpenManage Integration for VMware vCenter Version 5.3 API Guide
- Contents
- Overview
- Get started
- Security
- Use cases
- Session management
- License management
- Console management
- Repository profile management
- Cluster profile management
- Firmware repository inventory management
- Firmware inventory management
- Firmware update management
- System profile management
- Drift management
- Get subsystem health report (OMIVV Host Health)
- Host management
- Request body
- Response body
- OMIVV-Specific error codes
Get specified drift detection job
Description: Gets specified drift detection job.
Command or URL: /Services/DriftDetectionService/Jobs/{id}
Method: GET
Authorization: Bearer authentication
Parameters:
Table 42. Parameters
Parameter Value Description Default value Parameter
type
Data type
id (required) Resource ID. Use the vCenter ID
received from the Get all drift
detection jobs API. For more
information, see Get all drift detection
job on page 72.
N/A Path String
vCenter privileges required: Dell.Inventory.Configure Inventory
HTTP response code:
Table 43. HTTP response code
Code Description or response object
200 Drift job MetaData
400 Operational Context not set
401 Authorization failure
403 vCenter permission denied
429 Too many requests
500 Internal Server error / timeout
For OMIVV-Specific error codes, see OMIVV-Specific error codes on page 112.
Example Response:
{
"jobname": "{Drift detection job name}",
"lastrun": "{Drift detection job last run}",
"nextrun": "{Drift detection job next run}",
"collectionSize": "0",
"associatedClusterProfile": {
"id": "{drift detection job ID}",
"href": "https://{OMIVVIP}/Spectre/api/rest/v1/Services/PluginProfileService/
ClusterProfiles/{job ID}",
"objectType": "ClusterProfile",
"data": {
"profileName": "{cluster profile name}",
"description": "{Profile description}",
"clusters": [
{
"id": "{cluster ID}",
"href": "https://{OMIVVIP}/Spectre/api/rest/v1/Services/
ConsoleService/Clusters/{cluster ID}",
"objectType": "ClusterMetadata",
"name": "{cluster name}"
}
],
"repo": [
{
"id": "{repository profile ID}",
"href": "https://{OMIVVIP}/Spectre/api/rest/v1/Services/
Drift management
73