Önceki Başlık: BekletSonraki Başlık: İptal


Yayınla

Bir işlemi serbest bırakmak (veya sürdürmek) için, MdrElementID özelliğinde işlem kimliğini belirtin.

Örneğin, bir işlemi serbest bırakmak için, şu URL'ye bir HTTP POST isteği gönderin:

http://<hostname>:7000/node/rest/CA:00074_CA:00074:01/_ops/Release

Bir istek başlığı ekleyin:

Content-Type=application/xml

Örneğin:

<ReleaseRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                xsi:type="p1:ReleaseRequest"
                xmlns:p1="http://ns.ca.com/2011/09/pam-ops" >
  <EntityID>
    <MdrProduct/>
    <MdrProdInstance/>
    <MdrElementID>TestIRFPrompt_140</MdrElementID>
  </EntityID>
</ReleaseRequest>

İstek şu XML öğesini döndürür:

<usm-core:EntityID xmlns:usm-core="http://ns.ca.com/2009/07/usm-core"
                   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                   xsi:type="usm-core:EntityID">
  <usm-core:MdrProduct/>
  <usm-core:MdrProdInstance/>
  <usm-core:MdrElementID>TestIRFPrompt_140</usm-core:MdrElementID>
</usm-core:EntityID>