Environment Partition REST Endpoints
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}