REST Resources in this API

The following REST resources are available:

Standard Resources

These resources have no individual help topic. For information on their use, see Collections and Instances.

ResourceResource pathDescriptionReturn value example
domains/domainsThe logical groups of projects on the server<Domains>
   <Domain Name="DEFAULT"/>
   <Domain Name="DOMAIN_NAME"/>
</Domains>
projects/domains/DOMAIN_NAME/projectsThe collection of projects in the specified domain<Projects>
  <Project Name="PROJECT_NAME"/>
</Projects>