Subscriber Services API

Services

Reference material for usage on Subscriber Management > Service Profiles.

GET
/v1/services
(subscriber)

List Services.
Service
subscriber
GET
/v1/service/{service_id}
(subscriber)

Show Service.
Service
subscriber
POST
/v1/service
(subscriber)

Create Service.
Service
subscriber
PATCH
/v1/service/{service_id}
(subscriber)

Update Service.
Service
subscriber
DELETE
/v1/service/{service_id}
(subscriber)

Delete Service.
Service
subscriber

Attributes

For adding context attributes and other attributes we will need a list of of supported attributes.

GET
/v1/radius/attributes
(subscriber)

List Radius Atrributes.
Service
subscriber

Context Attributes

Reference material for usage on Subscriber Management > Service Profiles -> Service Profile Radius Attributes.

GET
/v1/service/context_attributes/{service_id}
(subscriber)

List Service Context Attributes.
Service
subscriber
GET
/v1/service/context_attribute/{attribute_id}
(subscriber)

Show Service Context Attribute.
Service
subscriber
POST
/v1/service/context_attributes/{service_id}
(subscriber)

Add Context Attribute to Service.
Service
subscriber
PATCH
/v1/service/context_attribute/{attribute_id}
(subscriber)

Update Context Attribute.
Service
subscriber
DELETE
/v1/service/context_attribute/{attribute_id}
(subscriber)

Delete Context Attribute of Service.
Service
subscriber

Other Attributes

Reference material for usage on Subscriber Management > Service Profiles -> Service Profile Radius Attributes.

GET
/v1/service/other_attributes/{service_id}
(subscriber)

List Service Other Attributes.
Service
subscriber
GET
/v1/service/other_attribute/{attribute_id}
(subscriber)

Show Service Other Attribute.
Service
subscriber
POST
/v1/service/other_attributes/{service_id}
(subscriber)

Add Other Attribute to Service.
Service
subscriber
PATCH
/v1/service/other_attribute/{attribute_id}
(subscriber)

Update Other Attribute.
Service
subscriber
DELETE
/v1/service/other_attribute/{attribute_id}
(subscriber)

Delete Other Attribute of Service.
Service
subscriber