Get the latest desired inventory for an environment.#

This command returns a JSON array of all of the desired inventory for an environment.

Request#

GET https://{hostname}:{port}
    /cli/environment/{environmentId}/latestDesiredInventory/
Accept: application/json

Parameter Type Required Description
environmentId string true Name or ID of the environment
Parameter Type Required Description
Accept application/json true  

Related CLI command: getLatestDesiredInventory.

Parent topic: environment resource