Find Software Updates Deployment Status

The Find Software Updates Deployment Status operation retrieves the status of the software update that you have deployed. 

The following table describes the <items> XML elements for the Find Software Updates Deployment Status operation.

Elements for the <items> XML elements and adapter request for the Find Software Updates Deployment Status operation

ElementDefinitionRequired
<operation-name>Specifies the name of the operation: find-software-updates-deployment-statusYes
<arguments>Specifies a list of arguments required for this operationYes
<target>Specifies the connection information for the Microsoft System Center Configuration Manager application 

Valid values: The value specified for the <target> element must be the same as that specified for the name attribute of the <config> element in the adapter configuration. 

Default value: The first configuration defined in the adapter configuration
No
<assignment-id>Specifies the ID for the software updates deployment assignmentNo
<ci-id>Specifies the unique configuration identification number of the software update that you have deployedNo
<collection-id>Specifies the collection ID where the software updates are deployedNo
<collection-name>Specifies the name of the collection where the software updates are deployedNo
<deployment-id>Specifies the unique auto-generated identification number for the software update deployment that you want to retrieveNo
<software-name>Specifies the name given to the software update deployment that you to retrieveNo

The following figure shows a sample adapter request for the Find Software Updates Deployment Status operation:

Sample adapter request for the Find Software Updates Deployment Status operation

 <mssccm-request>
      <operation-name>find-software-updates-deployment-status</operation-name>
       <arguments>
           <target>config1</target>
            <assignment-id></assignment-id>
            <ci-id></ci-id>
            <collection-id>PRI00031</collection-id>
            <collection-name></collection-name>
            <deployment-id></deployment-id>
            <software-name></software-name>
        </arguments>
 </mssccm-request>

The following figure shows the adapter response for the sample request:

Sample adapter response for the Find Software Updates Deployment Status operation

<mssccm-response>
      <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>16777343</assignment-id>
            <ci-id>16778017</ci-id>
            <collection-id>PRI00031</collection-id>
            <collection-name><![CDATA[CollectionForDemo]]></collection-name>
            <creation-time>20130726073828.000000+***</creation-time>
            <deployment-id><![CDATA[{47A3CA38-0E18-4545-A1C1-59981B302278}]]></deployment-id>
            <deployment-intent>Install</deployment-intent>
            <deployment-time>20130726221000.000000+***</deployment-time>
            <desired-config-type>REQUIRED</desired-config-type>
            <enforcement-deadline>20140712101000.000000+***</enforcement-deadline>
            <feature-type>SoftwareUpdate</feature-type>
            <model-name><![CDATA[Site_BC1003EE-95CE-4805-B534-81B8F57A688B/SUM_727d05ce-423c-4b75-a785-848eaf433ca6]]></model-name>
            <modification-time>20130726073828.000000+***</modification-time>
            <number-errors>0</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>1</number-unknown>
            <object-type-id>200</object-type-id>
            <package-id />
            <policy-model-id>16778017</policy-model-id>
            <program-name />
            <software-name>811493: Security Update (Windows XP)</software-name>
            <summarization-time>20130726190919.760000+***</summarization-time>
            <summary-type>1</summary-type>
          </output>
          <output>
            <assignment-id>16777383</assignment-id>
            <ci-id>16778017</ci-id>
            <collection-id>PRI00031</collection-id>
            <collection-name><![CDATA[CollectionForDemo]]></collection-name>
            <creation-time>20130801112852.000000+***</creation-time>
            <deployment-id><![CDATA[{81C077E7-682A-4C62-A6D8-15072D66937C}]]></deployment-id>
            <deployment-intent>Install</deployment-intent>
            <deployment-time>20130801201000.000000+***</deployment-time>
            <desired-config-type>REQUIRED</desired-config-type>
            <enforcement-deadline>20140812101000.000000+***</enforcement-deadline>
            <feature-type>SoftwareUpdate</feature-type>
            <model-name><![CDATA[Site_BC1003EE-95CE-4805-B534-81B8F57A688B/SUM_727d05ce-423c-4b75-a785-848eaf433ca6]]></model-name>
            <modification-time>20130801112852.000000+***</modification-time>
            <number-errors>0</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>1</number-unknown>
            <object-type-id>200</object-type-id>
            <package-id />
            <policy-model-id>16778017</policy-model-id>
            <program-name />
            <software-name>811493: Security Update (Windows XP)</software-name>
            <summarization-time>20130801221115.273000+***</summarization-time>
            <summary-type>1</summary-type>
          </output>
        </response>
      </responses>
    </mssccm-response>
Was this page helpful? Yes No Submitting... Thank you

Comments