Get a list of Vhlr configuration data configurations
GET/vhlr
Get a list of all Vhlr configuration data configurations.
Authorization privilege needed for this endpoint: ss7.sms-mt-in.view.
Errors:
- UNAUTHORIZED - User not authorized
- SS7_INSTANCE_NOT_SET - SS7 instance not found in request context
- INVALID_FILTER_PROPERTY_VALUE - Invalid value for filter parameter
Unknown values from database are marked with 'undefined:' prefix.
This endpoint accepts query parameters for search described at URL Filtering Guidelines.
Sort available fields:
"gt", "cacheTtl", "checkDataMissingErrorCode", "checkSccpDataWrongErrorCode",
"checkUnknownSubErrorCode", "checkImsiNotInDbErrorCode", "checkImsiNotInCacheErrorCode",
"checkImsiWasProcessedErrorCode".
Filter fields are:
"instanceId", "gt", "cacheTtl", "checkDataMissingErrorCode", "checkSccpDataWrongErrorCode",
"checkUnknownSubErrorCode", "checkImsiNotInDbErrorCode", "checkImsiNotInCacheErrorCode",
"checkImsiWasProcessedErrorCode".
Paging example: .../vhlr?page_number=1&page_size=10.
Sort example: .../vhlr?page_number=1&page_size=10&sort=-gty.
Filter example: .../vhlr?page_number=1&page_size=10&startswith(gt)=Y.
Request
Responses
- 200
- default
Successfully got a list of Vhlr configuration data configurations.
Unexpected error.