curl --request POST \
--url https://app.plugchoice.com/api/v3/sites/{site}/groups \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"net_type": "<string>",
"total_amps": 123,
"meter_uuid": "<string>",
"meter_id": 123
}
'curl --request POST \
--url https://app.plugchoice.com/api/v3/sites/{site}/groups \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"net_type": "<string>",
"total_amps": 123,
"meter_uuid": "<string>",
"meter_id": 123
}
'Creates a new load balancing group for the specified location. If a group already exists, it will be deleted and replaced with the new one.Documentation Index
Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
Use this file to discover all available pages before exploring further.
IT, TT, TN, unknown.6.meter_id.meter_uuid.