getAllProjects

Gets all the projects.

Applies to Clouds and Integration Appliances.

Returns:
All the projects.

Examples:

The following example is a SOAP request to get all projects.
<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>
The following example is the SOAP response to the request.
<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>



Feedback | Notices


Timestamp icon Last updated: Tuesday, 27 September 2016


http://pic.dhe.ibm.com/infocenter/wci/v7r0m0/topic/com.ibm.wci.api.doc/ci00106.html