Custom AVP REST Endpoints
Custom AVP
The operations from the Custom AVP category.
- Create Custom AVP
- Method: postPath:
ss/oc-cnpolicy-configuration/v1/policydata/common/customattributes/avp - Delete custom AVP
- Method: deletePath:
ss/oc-cnpolicy-configuration/v1/policydata/common/customattributes/avp/{customAVPName} - Export Custom AVP
- Method: getPath:
ss/oc-cnpolicy-configuration/v1/policydata/common/customattributes/avp/export - Get Custom AVP
- Method: getPath:
ss/oc-cnpolicy-configuration/v1/policydata/common/customattributes/avp/{customAVPName} - Import Custom AVP
- Method: postPath:
ss/oc-cnpolicy-configuration/v1/policydata/common/customattributes/avp/import - Update Custom AVP
- Method: putPath:
ss/oc-cnpolicy-configuration/v1/policydata/common/customattributes/avp/{customAVPName}