diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-08-09 16:01:24 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-08-09 16:01:31 -0400 |
commit | a260f8486c5acdc20625a3a88a28d81f33154682 (patch) | |
tree | 02ff162b22c4a53c1898307bbea73dde98f46e9c | |
parent | 176de86fcec998b378510b9f2a48e7be67023dad (diff) |
Update postman collection for pap api's
Update postman collection in pap to sync with recent changes made in audit & statistics api's.
Issue-ID: POLICY-3528
Change-Id: I38fe28cb6f7303ecb78f74c3546dee1962af9531
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
-rw-r--r-- | postman/pap-api-collection.json | 58 |
1 files changed, 49 insertions, 9 deletions
diff --git a/postman/pap-api-collection.json b/postman/pap-api-collection.json index 0e3e1d4f..421b9a73 100644 --- a/postman/pap-api-collection.json +++ b/postman/pap-api-collection.json @@ -1,6 +1,6 @@ { "info": { - "_postman_id": "76860e78-4c44-45c1-9da0-ba001c0be587", + "_postman_id": "cf7db76a-e5a7-4c92-a3b7-7b97ffd006bf", "name": "Policy Framework Administration API", "description": "This collection lists all the Administration API's supported by ONAP Policy Framework. These API's are used to perform administrative operations for managing policies, groups, statistics & health information for all registered PDP engines.", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" @@ -592,6 +592,16 @@ { "key": "recordCount", "value": "5" + }, + { + "key": "startTime", + "value": "1627219515", + "disabled": true + }, + { + "key": "endTime", + "value": "1627478715", + "disabled": true } ] }, @@ -639,6 +649,16 @@ { "key": "recordCount", "value": "5" + }, + { + "key": "startTime", + "value": "1627219515", + "disabled": true + }, + { + "key": "endTime", + "value": "1627478715", + "disabled": true } ] }, @@ -687,6 +707,16 @@ { "key": "recordCount", "value": "5" + }, + { + "key": "startTime", + "value": "1627219515", + "disabled": true + }, + { + "key": "endTime", + "value": "1627478715", + "disabled": true } ] }, @@ -736,6 +766,16 @@ { "key": "recordCount", "value": "5" + }, + { + "key": "startTime", + "value": "1627219515", + "disabled": true + }, + { + "key": "endTime", + "value": "1627478715", + "disabled": true } ] }, @@ -795,12 +835,12 @@ "value": "5" }, { - "key": "fromDate", + "key": "startTime", "value": "1627219515", "disabled": true }, { - "key": "toDate", + "key": "endTime", "value": "1627478715", "disabled": true } @@ -852,12 +892,12 @@ "value": "5" }, { - "key": "fromDate", + "key": "startTime", "value": "1627219515", "disabled": true }, { - "key": "toDate", + "key": "endTime", "value": "1627478715", "disabled": true } @@ -911,12 +951,12 @@ "value": "5" }, { - "key": "fromDate", + "key": "startTime", "value": "1627219515", "disabled": true }, { - "key": "toDate", + "key": "endTime", "value": "1627478715", "disabled": true } @@ -969,12 +1009,12 @@ "value": "5" }, { - "key": "fromDate", + "key": "startTime", "value": "1627219515", "disabled": true }, { - "key": "toDate", + "key": "endTime", "value": "1627478715", "disabled": true } |