Endpoint
/api/v2/tenants/{tenantId}/patches/compliance/{complianceId}

Delete a patch compliance.

Path Parameters
tenantId
string

complianceId
string

Responses

OK

Endpoint
/api/v2/tenants/{tenantId}/patches/compliance/{complianceId}

Updates a patch compliance.

Path Parameters
tenantId
string

complianceId
string

createdTime
string

createdUser
object

createdUser.email
createdUser.firstName
createdUser.lastName
createdUser.loginName
description
string

(Optional) Description for patch compliance.

id
string

name
string

Unique name for patch compliance.

osType
string

Patches of a certain OS (operating system). Supported values: WINDOWS, LINUX

updatedTime
string

updatedUser
object

updatedUser.email
updatedUser.firstName
updatedUser.lastName
updatedUser.loginName
{
  "description": "Compliance check on Linux Devices",
  "name": "Linux Compliance",
  "osType": "LINUX"
}

Responses

OK

createdTime
string

createdUser
object

createdUser.email
createdUser.firstName
createdUser.lastName
createdUser.loginName
description
string

(Optional) Description for patch compliance.

id
string

name
string

Unique name for patch compliance.

osType
string

Patches of a certain OS (operating system). Supported values: WINDOWS, LINUX

updatedTime
string

updatedUser
object

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"
  }
}