Önceki Başlık: QueryModuleConfigsSonraki Başlık: UpdateModuleConfigProperties


QueryModuleConfigProperties

Modül özelliklerini sorgulamak için, QueryModuleConfigProperties işlevini kullanın.

Örneğin, şu adrese bir HTTP POST isteği gönderin:

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

Bir istek başlığı ekleyin:

Content-Type=application/xml

Örneğin:

<QueryModuleConfigPropertiesRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                      xsi:type="p1:QueryModuleConfigPropertiesRequest"
                      xmlns:p1="http://ns.ca.com/2011/09/pam-ops" >
  <ModuleName>WorkflowServices</ModuleName>           
</QueryModuleConfigPropertiesRequest>

Yanıt, modül özelliklerini içerir:

<?xml version="1.0" encoding="UTF-8"?>
<pam-ops:QueryModuleConfigPropertiesResponse 
           xmlns:pam-ops="http://ns.ca.com/2011/09/pam-ops"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xsi:type="pam-ops:QueryModuleConfigPropertiesResponse">
  <ModuleName>WorkflowServices</ModuleName>
  <Property>
    <Name>TimeToKeepPrompts</Name>
    <Value>5</Value>
    <Label>Time to keep completed user interactions (mins)</Label>
    <Description>Bu parametre, belirli bir bilgi istemi bilgisinin, tamamlanmasının ardından kullanıcı için erişilebilir kalacağı maksimum süreyi dakika olarak belirler.</Description>
    <Page>Default Process Control Properties</Page>
    <Type>Long</Type>
  </Property>
</pam-ops:QueryModuleConfigPropertiesResponse>