getAllProjects

すべてのプロジェクトを取得します。

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

戻り:
すべてのプロジェクト。

例:

以下の例は、すべてのプロジェクトを取得するための 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:getAllProjects/>
 </soapenv:Body>
</soapenv:Envelope>
以下は、要求に対する SOAP 応答の例です。
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
 <S:Body>
  <ns2:getAllProjectsResponse 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:projects>
    <assets/>
    <configurations>
     <configuration>
      <envId>
       <guidString>A51EDD44BE6C10B2D1335A9D634D407D</guidString>
      </envId>
      <lastmodified>2010-04-03T06:28:42.078Z</lastmodified>
      <name>Default</name>
      <orchestrationValues>
       <orchestrationValue>
        <enabled>true</enabled>
        <syncLoggingEnabled>false</syncLoggingEnabled>
        <loggingLevel>errorValues</loggingLevel>
        <maxJobs>1</maxJobs>
        <orchestrationRelativeurl>project-url://
        Orchestrations/Receive</orchestrationRelativeurl>
        <state>undeployed</state>
       </orchestrationValue>
       <orchestrationValue>
        <enabled>true</enabled>
        <syncLoggingEnabled>false</syncLoggingEnabled>
        <loggingLevel>errorValues</loggingLevel>
        <maxJobs>1</maxJobs>
        <orchestrationRelativeurl>project-url://
        Orchestrations/Post</orchestrationRelativeurl>
        <state>undeployed</state>
       </orchestrationValue>
      </orchestrationValues>
      <projectName>HTTP_363i</projectName>
      <projectVersion>1.0</projectVersion>
      <propertyValues/>
      <state>undeployed</state>
     </configuration>
    </configurations>
    <envId>
     <guidString>A51EDD44BE6C10B2D1335A9D634D407D</guidString>
    </envId>
    <lastpublished>2010-04-03T06:28:41.894Z</lastpublished>
    <name>HTTP_363i</name>
    <orchestrations>
     <orchestration>
      <relativeurl>project-url://Orchestrations/Post</relativeurl>
     </orchestration>
     <orchestration>
      <relativeurl>project-url://Orchestrations/Receive</
      relativeurl>
     </orchestration>
    </orchestrations>
    <properties/>
    <version>1.0</version>
   </ns2:projects>
  </ns2:getAllProjectsResponse>
 </S:Body>
</S:Envelope>