Session Admission Control Group

List all session admission control group in a Group

GET /api/v1/tenants/(string: tenant_id)/groups/(string: group_id)/sacgs/

The API is implemented using the GroupSessionAdmissionControlGroupGetListRequest

Additional informations

Response JSON Object:

Retrieve a session admission control group in a Group

GET /api/v1/tenants/(string: tenant_id)/groups/(string: group_id)/sacgs/(string: instance_name)/

The API is implemented using the GroupSessionAdmissionControlGroupGetRequest

Additional informations

Request JSON Object:
  • name (string) – Length in range 1 - 40.

Response JSON Object:
  • devices (array) – See Access Device.

  • maxSession (integer) – Non-negative value.

  • maxUserOriginatingSessions (integer) – Non-negative value.

  • maxUserTerminatingSessions (integer) – Non-negative value.

  • reservedSession (integer) – Non-negative value.

  • reservedUserOriginatingSessions (integer) – Non-negative value.

  • reservedUserTerminatingSessions (integer) – Non-negative value.

Assign a list of account authorization codes in a Group

POST /api/v1/tenants/(string: tenant_id)/groups/(string: group_id)/sacgs/(string: instance_name)/devices/

The API is implemented using the GroupSessionAdmissionControlGroupAddDeviceListRequest

Additional restrictions

Request JSON Object:
  • name (string) – Length in range 1 - 40.

  • devices (array) – See Access Device. NOTE: name and level are required.

Unassign a list of account authorization codes from a Group

DELETE /api/v1/tenants/(string: tenant_id)/groups/(string: group_id)/sacgs/(string: instance_name)/devices/

The API implemented using the GroupSessionAdmissionControlGroupDeleteDeviceListRequest

Additional restrictions

Request JSON Object:
  • name (string) – Length in range 1 - 40.

  • devices (array) – See Access Device. NOTE: name and level are required.