RoutingPolicies
RoutingPolicies - Create
https://api-server-host-name/configapi/{pool_UUID}/{logpoint_identifier}/RoutingPoliciesParameters
Field
Label in UI
Type
Description
Request Example
{
"data": {
"catch_all": "default",
"routing_criteria": [
{
"repo": "_logpoint",
"drop": "store",
"type": "KeyPresent",
"key": "aa",
"value": ""
},
{
"repo": "",
"drop": "store",
"type": "KeyPresentValueMatches",
"key": "hh",
"value": "oo"
}
],
"policy_name": "testPolicy"
}
}Success Response
RoutingPolicies - Edit
Parameters
Field
Label in UI
Type
Description
Request Example
Success Response
RoutingPolicies - Get
Parameter
Field
Label in UI
Type
Description
Success Response
RoutingPolicies - List
Success Response
RoutingPolicies - Trash
Parameter
Field
Label in UI
Type
Description
Success Response
Last updated
Was this helpful?