Get ADC Retry Profile
get
ss/oc-cnpolicy-configuration/v1/policydata/pcrf/adcretryprofiles/{adcRetryProfileName}
Request
Path Parameters
-
adcRetryProfileName: string
adc Retry Profile Name
Response
Supported Media Types
- application/json
200 Response
OK.pra is returned
Root Schema : RetryProfile
Type:
object
Title:
Show Source
RetryProfile
-
backOffInterval:
integer(int32)
Enter a value between 1 and 86400
-
description(optional):
string
-
id(optional):
string
-
initialRetryInterval:
integer(int32)
Enter a value between 0 and 30
-
maxRetryAttempt:
integer(int32)
Enter a value between 1 and 10
-
maxRetryCycles:
integer(int32)
Enter a value between 1 and 4
-
maxRetryInterval:
integer(int32)
Enter a value between 1 and 180
-
name:
string
-
ruleFailureCode(optional):
array ruleFailureCode
Nested Schema : ruleFailureCode
Type:
Show Source
array
-
Array of:
string
Allowed Values:
[ "AN_GW_FAILED", "CM_AUTHORIZATION_REJECTED", "CM_CREDIT_CONTROL_NOT_APPLICABLE", "CM_END_USER_SERVICE_DENIED", "CM_RATING_FAILED", "CM_USER_UNKNOWN", "FILTER_RESTRICTIONS", "GW_PCEF_MALFUNCTION", "INCORRECT_FLOW_INFORMATION", "MAX_NR_BEARERS_REACHED", "MISSING_BEARER_ID", "MISSING_FLOW_INFORMATION", "MISSING_REDIRECT_SERVER_ADDRESS", "NO_BEARER_BOUND", "PS_TO_CS_HANDOVER", "RATING_GROUP_ERROR", "RESOURCES_LIMITATION", "RESOURCE_ALLOCATION_FAILURE", "SERVICE_IDENTIFIER_ERROR", "TDF_APPLICATION_IDENTIFIER_ERROR", "UNKNOWN_BEARER_ID", "UNKNOWN_RULE_NAME", "UNSUCCESSFUL_QOS_VALIDATION" ]
400 Response
Bad request
401 Response
Unauthorized
403 Response
Forbidden
404 Response
Not Found
429 Response
Too Many Requests
500 Response
Internal Server Error
503 Response
Service Unavailable