Rehome REST Endpoints
Reconfigure Network Resources/Rehome
Create and Process rehome activities.
- Create a Rehome Activity
- Method: postPath:
/rehome - Delete a Rehome Activity
- Method: deletePath:
/rehome/{projectName}/{activityName} - Get Rehome Activity by Name
- Method: getPath:
/rehome/{projectName}/{activityName} - Process a Rehome Activity
- Method: postPath:
/rehome/{projectName}/{activityName}/{task}