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