Get all available traffic policy profile services
Get all available PCEF services that can be used in traffic policy profiles.
Query parameters
The page number to load.
The size of the page.
Filter services by group.
Filter services by name.
Response
Successful Response
Example response
{
"data": [
{
"group": "Streaming",
"id": "service_123",
"name": "Netflix",
"resource_type": "wireless_pcrf_service"
}
],
"meta": {
"page_number": 2,
"page_size": 25,
"total_pages": 3,
"total_results": 55
}
}Changes
Changed in 2 of the 61 revisions of this API.2
- ▲
the
errors/items/coderesponse's property type/format changed frominteger/int32tostring/for statusdefaultresponse-property-type-changed
This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
errors/items/coderesponse's property type/format changed fromstring/tointeger/int32for statusdefaultresponse-property-type-changed
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲