Update details for installed software

Request
Security:
vc-security
path Parameters
id
required
string
name
required
string
Request Body schema: application/json
object (InstalledSoftware)
object (InstalledSoftware)
changeType
string

Describes the reason for the change

uuid
string

Unique id for this change

Responses
200

Updated

400

Bad Request. The request parameters (or body) were malformed or invalid. Fix the issues with the request and try again.

401

Unauthorized request. Make sure token was included and is valid and try again.

403

Forbidden. You are not permitted to access the requested resource.

500

Internal Server Error. An unexpected error has occurred. This may be due to a transient error. Retry the request and if the issue persists, please contact support.

put/endpoint-control-service/v1/endpoint/{id}/software-inventory/{name}
Request samples
application/json
{
  • "previousSoftware": {
    },
  • "currentSoftware": {
    },
  • "changeType": "string",
  • "uuid": "string"
}
Response samples
application/json
{
  • "id": 0,
  • "endpointId": "string",
  • "orgId": "string",
  • "softwareName": "string",
  • "softwareVersion": "string",
  • "platform": "string",
  • "publisher": "string",
  • "installDate": "string",
  • "installPath": "string",
  • "user": "string",
  • "systemComponent": true,
  • "osInstaller": true,
  • "active": true,
  • "firstInstallDate": "string",
  • "inactivatedDate": "string",
  • "version": 0,
  • "createdBy": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedBy": "string",
  • "updatedAt": "2019-08-24T14:15:22Z"
}