Reference Guide

Table Of Contents
},
{
"@odata.type": "#JobService.JobType",
"@odata.id": "/api/JobService/JobTypes(50)",
"Id": 50,
"Name": "Device_Config_Task",
"Internal": false
},
{
"@odata.type": "#JobService.JobType",
"@odata.id": "/api/JobService/JobTypes(37)",
"Id": 37,
"Name": "MCMOnBoarding_Task",
"Internal": false
},
{
"@odata.type": "#JobService.JobType",
"@odata.id": "/api/JobService/JobTypes(38)",
"Id": 38,
"Name": "MCMOffBoarding_Task",
"Internal": false
},
{
"@odata.type": "#JobService.JobType",
"@odata.id": "/api/JobService/JobTypes(39)",
"Id": 39,
"Name": "MCMGroupCreation_Task",
"Internal": false
},
{
"@odata.type": "#JobService.JobType",
"@odata.id": "/api/JobService/JobTypes(41)",
"Id": 41,
"Name": "ProfileUpdate_Task",
"Internal": false
},
{
"@odata.type": "#JobService.JobType",
"@odata.id": "/api/JobService/JobTypes(42)",
"Id": 42,
"Name": "QuickDeploy_Task",
"Internal": false
}
]
}
Table 128. Attributes
Attribute Description
Id ID of the job type.
Name Name of the job type.
Internal Indicates if the job is internal.
/api/JobService/JobTypes(Id)
This URI represents the details of a job type.
GET method for JobTypes(Id)
This method returns the details of a specific job type.
Description
Returns details of a job type.
Privilege VIEW
Monitor 377