All REST Endpoints
Environment
Environment Operations
- Create A New Environment
- Method: postPath:
/management/lifecycle/{version}/environments
- Delete This Environment
- Method: deletePath:
/management/lifecycle/{version}/environments/{environment}
- Get An Environment Create Form
- Method: getPath:
/management/lifecycle/{version}/environmentCreateForm
- View This Collection Of Environments
- Method: getPath:
/management/lifecycle/{version}/environments
- View This Environment
- Method: getPath:
/management/lifecycle/{version}/environments/{environment}
Environment Partition
Environment Partition Operations
- Associate Two Partitions
- Method: postPath:
/management/lifecycle/{version}/environments/{environment}/associatePartitions
- Create A New Partition
- Method: postPath:
/management/lifecycle/{version}/environments/{environment}/partitions
- Delete This Partition
- Method: deletePath:
/management/lifecycle/{version}/environments/{environment}/runtimes/{runtime}/partitions/{partition}
- Dissociate Two Partitions
- Method: postPath:
/management/lifecycle/{version}/environments/{environment}/dissociatePartitions
- Get A Partition Create Form
- Method: getPath:
/management/lifecycle/{version}/environments/{environment}/partitionCreateForm
- View This Collection Of Partitions
- Method: getPath:
/management/lifecycle/{version}/environments/{environment}/partitions
- View This Partition
- Method: getPath:
/management/lifecycle/{version}/environments/{environment}/runtimes/{runtime}/partitions/{partition}
Runtime
Runtime Operations
- Create A New Runtime
- Method: postPath:
/management/lifecycle/{version}/runtimes
- Delete This Runtime
- Method: deletePath:
/management/lifecycle/{version}/runtimes/{runtime}
- Get A Runtime Create Form
- Method: getPath:
/management/lifecycle/{version}/runtimeCreateForm
- Modify This Runtime
- Method: postPath:
/management/lifecycle/{version}/runtimes/{runtime}
- View This Collection Of Runtimes
- Method: getPath:
/management/lifecycle/{version}/runtimes
- View This Runtime
- Method: getPath:
/management/lifecycle/{version}/runtimes/{runtime}
Runtime Partition
Runtime Partition Operations
- Create A New Partition
- Method: postPath:
/management/lifecycle/{version}/runtimes/{runtime}/partitions
- Delete This Partition
- Method: deletePath:
/management/lifecycle/{version}/runtimes/{runtime}/partitions/{partition}
- Get A Partition Create Form
- Method: getPath:
/management/lifecycle/{version}/runtimes/{runtime}/partitionCreateForm
- Modify This Partition
- Method: postPath:
/management/lifecycle/{version}/runtimes/{runtime}/partitions/{partition}
- Unregister A Partition
- Method: deletePath:
/management/lifecycle/{version}/runtimes/{runtime}/partitions
- View This Collection Of Partitions
- Method: getPath:
/management/lifecycle/{version}/runtimes/{runtime}/partitions
- View This Partition
- Method: getPath:
/management/lifecycle/{version}/runtimes/{runtime}/partitions/{partition}
Version
Version Operations
- View This Version
- Method: getPath:
/management/lifecycle/{version}
- View This Version Collection
- Method: getPath:
/management/lifecycle