Find Application Deployment Status operation
The Find Application Deployment Status operation retrieves the status of the application deployed assignments based on the specified search criteria.
The following table describes the <items> XML elements for the Find Application Deployment Status operation.
Elements for the <items> XML elements and adapter request for the Find Application Deployment Status operation
Element | Definition | Required |
---|---|---|
<operation-name> | Specifies the name of the operation: find-application-deployment-status | Yes |
<arguments> | Specifies a list of arguments required for this operation | Yes |
<target> | Specifies the connection information for the Microsoft System Center Configuration Manager application | No |
<assignment-id> | Specifies the identification number for the deployed assignment that you want to retrieve | No |
<ci-id> | Specifies the unique configuration item number of the application used for the deployed assignment that you want to retrieve | No |
<collection-id> | Specifies a string identifier for the collection to which the applications to be retrieved are deployed | No |
<collection-name> | Specifies the name of the collection at which the application is deployed | No |
<deployment-id> | Specifies the unique auto-generated identification number for the application deployment that you want to retrieve | No |
<application-name> | Specifies the name of the application that you want to retrieve | No |
The following figure shows a sample adapter request for the Find Application Deployment Status operation:
Sample adapter request for the Find Application Deployment Status operation
<operation-name>find-application-deployment-status</operation-name>
<arguments>
<assignment-id></assignment-id>
<ci-id></ci-id>
<collection-id>PRI00031</collection-id>
<collection-name></collection-name>
<deployment-id></deployment-id>
<application-name></application-name>
</arguments>
</mssccm-request>
The following figure shows the adapter response for the sample request:
Sample adapter response for the Find Application Deployment Status operation
<metadata>
<status>success</status>
<response-count>1</response-count>
</metadata>
<responses>
<response>
<metadata>
<target>config1</target>
<status>success</status>
<count>2</count>
</metadata>
<output>
<assignment-id>16777354</assignment-id>
<ci-id>16783279</ci-id>
<collection-id>PRI00031</collection-id>
<collection-name><![CDATA[CollectionForDemo]]></collection-name>
<creation-time>20130728155529.000000+***</creation-time>
<deployment-id><![CDATA[{BBEA0B49-2200-4BF9-8DCF-790C90D618DF}]]></deployment-id>
<deployment-intent>Uninstall</deployment-intent>
<deployment-time>20130728155400.000000+***</deployment-time>
<desired-config-type>REQUIRED</desired-config-type>
<enforcement-deadline />
<feature-type>Application</feature-type>
<model-name><![CDATA[ScopeId_BC1003EE-95CE-4805-B534-81B8F57A688B/Application_e74277af-cdf7-4682-b0cc-ac0edc3bc101]]></model-name>
<modification-time>20130728155529.000000+***</modification-time>
<number-errors>1</number-errors>
<number-in-progress>0</number-in-progress>
<number-other>0</number-other>
<number-success>0</number-success>
<number-targeted>1</number-targeted>
<number-unknown>0</number-unknown>
<object-type-id>200</object-type-id>
<package-id>PRI0001C</package-id>
<policy-model-id>16783272</policy-model-id>
<program-name />
<application-name>Notepad++</application-name>
<summarization-time>20130807070621.977000+***</summarization-time>
<summary-type>1</summary-type>
</output>
<output>
<assignment-id>16777385</assignment-id>
<ci-id>16783283</ci-id>
<collection-id>PRI00031</collection-id>
<collection-name><![CDATA[CollectionForDemo]]></collection-name>
<creation-time>20130801113359.000000+***</creation-time>
<deployment-id><![CDATA[{F04575D3-CAC5-4F28-8A58-36DE6FEF08FE}]]></deployment-id>
<deployment-intent>Install</deployment-intent>
<deployment-time>20130801163000.000000+***</deployment-time>
<desired-config-type>REQUIRED</desired-config-type>
<enforcement-deadline>20140728130000.000000+***</enforcement-deadline>
<feature-type>Application</feature-type>
<model-name><![CDATA[ScopeId_BC1003EE-95CE-4805-B534-81B8F57A688B/Application_ed38491e-df99-4346-a048-4ab10cd46f2e]]></model-name>
<modification-time>20130801113359.000000+***</modification-time>
<number-errors>0</number-errors>
<number-in-progress>0</number-in-progress>
<number-other>1</number-other>
<number-success>0</number-success>
<number-targeted>1</number-targeted>
<number-unknown>0</number-unknown>
<object-type-id>200</object-type-id>
<package-id>PRI0001D</package-id>
<policy-model-id>16783276</policy-model-id>
<program-name />
<application-name>Bazaar</application-name>
<summarization-time>20130807070622.447000+***</summarization-time>
<summary-type>1</summary-type>
</output>
</response>
</responses>
</mssccm-response>