5G Developer Portal
We streamline the development & monetization of 5G Apps and Value Added Services
Getting Started
This section will help you get started with the Slice Load API service.
Authentication
Ensure secure access by including your developer token in the request Authorization header.
Accessible Information
Utilize the GET /slices
and GET /slices/[id]/load
endpoints to retrieve information on existing slices in the network:
-
Get Current Slices: Retrieve a list of the current slices in the network. This provides an overview of the existing network slices, including their names and identifiers.
-
Get Slice Load Information: Obtain detailed information about the load levels for a specific slice identified by
[id]
. This endpoint delivers insights into the resource utilization of the targeted slice, helping you optimize its performance.