Create list of an endpoint's installed software

Request
Security:
vc-security
path Parameters
id
required
string
Request Body schema: application/json
Array
name
string
version
string
publisher
string
installDate
string

Format YYYY-MM-DD [Optional]

installPath
string
user
string

User specific installation, blank if system-wide installation.

systemComponent
boolean
Default: false

System Component vs. Third-party Product

osInstaller
boolean
Default: false

Installed using a system installer. (E.g., MSI or RPM)

Responses
201

Created

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.

post/endpoint-control-service/v1/endpoint/{id}/software-inventory
Request samples
application/json
[
  • {
    }
]
Response samples
application/json
{
  • "message": "Field \"name\" cannot be null",
  • "status": 400,
  • "error": "Bad Request",
  • "timestamp": 1413315159949,
  • "exception": "org.springframework.web.server.ResponseStatusException",
  • "path": "/lte-endpoint"
}