Cycle Definitions REST Endpoints
Power Data/Cycle Definitions
The operations from the Power Data/Cycle Definitions category.
- Create a Cycle Definition
- Method: postPath:
/cycleDefinitions - Delete a Cycle Definition
- Method: deletePath:
/cycleDefinitions/{cycleDefinitionGid} - Get a Cycle Definition
- Method: getPath:
/cycleDefinitions/{cycleDefinitionGid} - Get Cycle Definitions
- Method: getPath:
/cycleDefinitions - Update a Cycle Definition
- Method: patchPath:
/cycleDefinitions/{cycleDefinitionGid}