getConfiguration

指定されたプロジェクトを取得します。

Cloud および 統合アプライアンス に適用されます。

パラメーター:

projectName
指定されたプロジェクトの名前。
Version
指定されたプロジェクトのバージョン番号。
戻り:
指定されたプロジェクト。

例:

以下の例は、指定されたプロジェクトを取得するための SOAP 要求です。
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:dep="http://www.approuter.com/schemas/2008/1/deployment">
 <soapenv:Header>
  <dep:sessionId>85EBDCE6FF0685C296D79CD55D86405F</dep:sessionId>
 </soapenv:Header>
 <soapenv:Body>
  <dep:getConfiguration>
   <dep:projectName>HTTP_363i</dep:projectName>
   <dep:version>1.0</dep:version>
   <dep:configName>HTTP_363j</dep:configName>
  </dep:getConfiguration>
 </soapenv:Body>
</soapenv:Envelope>
以下は、要求に対する SOAP 応答の例です。
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
 <S:Body>
  <ns2:getConfigurationResponse xmlns:ns2="http://www.approuter.com/
  schemas/2008/1/deployment" xmlns:ns3="http://www.approuter.com/schemas/2008/1/
  deployment/types" xmlns:ns4="http://www.approuter.com/schema/router/1000/
  security/03" xmlns:ns5="http://www.approuter.com/schemas/2008/1/util/types">
   <ns2:configuration>
    <envId>
     <guidString>A51EDD44BE6C10B2D1335A9D634D407D</guidString>
    </envId>
    <lastmodified>2010-04-08T20:58:49.694Z</lastmodified>
    <name>HTTP_363j</name>
    <orchestrationValues>
     <orchestrationValue>
      <enabled>true</enabled>
      <syncLoggingEnabled>false</syncLoggingEnabled>
      <loggingLevel>errorValues</loggingLevel>
      <maxJobs>1</maxJobs>
      <orchestrationRelativeurl>project-url://Orchestrations/
      Post</orchestrationRelativeurl>
      <state>stopped</state>
     </orchestrationValue>
     <orchestrationValue>
      <enabled>true</enabled>
      <syncLoggingEnabled>false</syncLoggingEnabled>
      <loggingLevel>errorValues</loggingLevel>
      <maxJobs>1</maxJobs>
      <orchestrationRelativeurl>project-url://Orchestrations/
      Receive</orchestrationRelativeurl>
      <state>stopped</state>
     </orchestrationValue>
    </orchestrationValues>
    <projectName>HTTP_363i</projectName>
    <projectVersion>1.0</projectVersion>
    <propertyValues/>
    <state>stopped</state>
   </ns2:configuration>
  </ns2:getConfigurationResponse>
 </S:Body>
</S:Envelope>