Get an inventory compliancy report for an environment.
Returns an inventory compliancy report for an environment. By default, it returns the complete inventory organized by component and then by version. Alternatively, it can return a summary of inventory compliancy counts
Request
GET https://{hostname}:{port}
/cli/environment/environmentCompliancy?{parameters}
Accept: {contentType}
| Parameter | Type | Required | Description |
|---|---|---|---|
| environment | string | true | Name or ID of the environment |
| application | string | false | Name or ID of the application; optional if the environment is referenced by ID |
| summary | boolean | false | True to get a summary of environment compliance. The default is false. |
| Parameter | Type | Required | Description |
|---|---|---|---|
| Accept |
|
true |
Related CLI command: getEnvironmentCompliancy.