diff options
Diffstat (limited to 'ipsec/Ipsec_postman_collection.json')
-rw-r--r-- | ipsec/Ipsec_postman_collection.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/ipsec/Ipsec_postman_collection.json b/ipsec/Ipsec_postman_collection.json index cbe0759d3..425cfe8d9 100644 --- a/ipsec/Ipsec_postman_collection.json +++ b/ipsec/Ipsec_postman_collection.json @@ -156,6 +156,41 @@ "response": [] }, { + "name": "Add Ikev2 Local Key", + "request": { + "method": "PUT", + "header": [ + { + "key": "Authorization", + "value": "Basic YWRtaW46YWRtaW4=" + }, + { + "key": "Content-Type", + "value": "application/json" + } + ], + "body": { + "mode": "raw", + "raw": "{\n\t\"ike-global-configuration\": {\n\t\t\"local-key-file\":\"/home/localadmin/certs/client-key.pem\"\n\t}\n}\n" + }, + "url": { + "raw": "http://localhost:8183/restconf/config/hc2vpp-ietf-ipsec:ikev2/ike-global-configuration", + "protocol": "http", + "host": [ + "localhost" + ], + "port": "8183", + "path": [ + "restconf", + "config", + "hc2vpp-ietf-ipsec:ikev2", + "ike-global-configuration" + ] + } + }, + "response": [] + }, + { "name": "Add Ikev2 profile SHARED-KEY", "request": { "method": "PUT", |