diff options
Diffstat (limited to 'ioam/ioam_postman_collection.json')
-rw-r--r-- | ioam/ioam_postman_collection.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/ioam/ioam_postman_collection.json b/ioam/ioam_postman_collection.json index abc0292f1..17ef05263 100644 --- a/ioam/ioam_postman_collection.json +++ b/ioam/ioam_postman_collection.json @@ -106,6 +106,31 @@ "description": "Read ioam pot config from VPP" }, "response": [] + }, + { + "name": "iaom export - config", + "request": { + "url": "http://localhost:8183/restconf/config/ioam-sb-export:ioam-export", + "method": "PUT", + "header": [ + { + "key": "Authorization", + "value": "Basic YWRtaW46YWRtaW4=", + "description": "" + }, + { + "key": "Content-Type", + "value": "application/json", + "description": "" + } + ], + "body": { + "mode": "raw", + "raw": "{ \n\t\"ioam-export\":{\n\t\t\"source-address\":\"127.0.0.1\",\n\t\t\"collector-address\":\"127.0.0.2\",\n\t\t\"disable\":false\n\t}\n}\n" + }, + "description": "Configure ioam export config on VPP" + }, + "response": [] } ] }
\ No newline at end of file |