X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ONAP-PAP-REST%2FdictionaryItemsAPI.json;fp=ONAP-PAP-REST%2FdictionaryItemsAPI.json;h=cb259f387034e2fc2de2eb91e7f829363798862e;hb=073cc188efe9abb4c010cf674e34e2cf46ef1c52;hp=0000000000000000000000000000000000000000;hpb=4ca818fdfb9b807562166800a086b413593d6894;p=policy%2Fengine.git diff --git a/ONAP-PAP-REST/dictionaryItemsAPI.json b/ONAP-PAP-REST/dictionaryItemsAPI.json new file mode 100644 index 000000000..cb259f387 --- /dev/null +++ b/ONAP-PAP-REST/dictionaryItemsAPI.json @@ -0,0 +1,52 @@ +{ + "dictionary": [{ + "type": "commmon", + "dictionaries": [{ + "name": "attribute", + "table": "Attribute", + "fields": [{ + "name": "xacmlId" + }, { + "name": "description" + }, { + "name": "categoryBean" + }, { + "name": "datatypeBean" + }, { + "name": "priority" + }, { + "name": "attributeValue" + }] + }, { + "name": "onapname", + "table": "OnapName", + "fields": [{ + "name": "onapName" + }, { + "name": "description" + }] + }] + }, { + "type": "action", + "dictionaries": [{ + "name": "action", + "table": "ActionPolicyDict", + "fields": [{ + "name": "type" + }, { + "name": "url" + }, { + "name": "method" + }, { + "name": "header" + }, { + "name": "body" + }, { + "name": "attributeName" + }, { + "name": "description" + }] + }] + }] + +}