Load Configs REST Endpoints
Power Data/Load Configs
The operations from the Power Data/Load Configs category.
- Create a Load Config
- Method: postPath:
/loadConfigs
- Delete a Load Config
- Method: deletePath:
/loadConfigs/{loadConfigGid}
- Get a Load Config
- Method: getPath:
/loadConfigs/{loadConfigGid}
- Get Load Configs
- Method: getPath:
/loadConfigs
- Update a Load Config
- Method: patchPath:
/loadConfigs/{loadConfigGid}