Access Device Management

Retrieve Access Device list

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

The API is mapped to GroupAccessDeviceGetListRequest

Retrieve Access Device details

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

The API is mapped to GroupAccessDeviceGetRequest

Additional informations

Response JSON Object:

Create an access device

POST /api/v1/tenants/(string: tenant_id)/groups/(string: group_id)/access_devices/

The API is mapped to GroupAccessDeviceAddRequest

Additional restrictions

Request JSON Object:

Update an access device

PUT /api/v1/tenants/(string: tenant_id)/groups/(string: group_id)/access_devices/(string: instance_name)/

The API is mapped to GroupAccessDeviceModifyRequest

Additional restrictions

Request JSON Object:

Remove an access device

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

The API is mapped to GroupAccessDeviceDeleteRequest