Endpoint
/api/v2/tenants/{tenantId}/patches/compliance/{complianceId}
Delete a patch compliance.
Path Parameters
tenantIdstring
complianceIdstring
Responses
OK
Endpoint
/api/v2/tenants/{tenantId}/patches/compliance/{complianceId}
Updates a patch compliance.
Path Parameters
tenantIdstring
complianceIdstring
createdTimestring
createdUserobject
Child Parameters
- createdUser.email
- createdUser.firstName
- createdUser.lastName
- createdUser.loginName
descriptionstring
(Optional) Description for patch compliance.
idstring
namestring
Unique name for patch compliance.
osTypestring
Patches of a certain OS (operating system). Supported values: WINDOWS, LINUX
updatedTimestring
updatedUserobject
Child Parameters
- updatedUser.email
- updatedUser.firstName
- updatedUser.lastName
- updatedUser.loginName
{
"description": "Compliance check on Linux Devices",
"name": "Linux Compliance",
"osType": "LINUX"
}
Responses
OK
createdTimestring
createdUserobject
Child Parameters
- createdUser.email
- createdUser.firstName
- createdUser.lastName
- createdUser.loginName
descriptionstring
(Optional) Description for patch compliance.
idstring
namestring
Unique name for patch compliance.
osTypestring
Patches of a certain OS (operating system). Supported values: WINDOWS, LINUX
updatedTimestring
updatedUserobject
Child Parameters
- updatedUser.email
- updatedUser.firstName
- updatedUser.lastName
- updatedUser.loginName
{
"createdTime": "2019-02-08T12:37:02+0000",
"createdUser": {
"email": "john.smith@myorganization.com",
"firstName": "John",
"lastName": "Smith",
"loginName": "John.Smith"
},
"description": "Compliance check for Linux Devices",
"id": "PCMP-5c70ea87-2350-4781-9762-df47194d06d3",
"name": "Linux Compliance",
"osType": "LINUX",
"updatedTime": "2019-02-10T10:38:24+0000",
"updatedUser": {
"email": "john.smith@myorganization.com",
"firstName": "John",
"lastName": "Smith",
"loginName": "John.Smith"
}
}