getResourceInventoryEntriesForComponent#

Get current resource inventory entries for a component

This command returns a JSON array of current resource inventory entries for a component deployed to a resource. If there are no versions of the component deployed, the array will be empty. If there is one or more versions deployed, typically the first entry will correspond to a full version and subsequent entries will correspond to incremental versions. The entries are in ascending order by the date the entry was created, which will be when the deploying component process completed.

Format#

udclient [\[global-args...\]](../../com.udeploy.reference.doc/topics/cli_command_format.md) [\[global-flags...\]](../../com.udeploy.reference.doc/topics/cli_command_format.md)
  getResourceInventoryEntriesForComponent [parameters]

Parameters#

Parameter Type Required Description
resource string true ID or path to the resource, such as /ResourceGroup/Agents/Agent1
component string true ID or name of the component

Related REST command: Get current resource inventory entries for a component.

Parent topic: CLI Commands