{ "info": { "_postman_id": "b04a12b1-8b6c-40c3-a749-d2919d1c0acb", "name": "infoblox stuff", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "GET EA _ref Example", "request": { "auth": { "type": "basic", "basic": [ { "key": "password", "value": "infoblox", "type": "string" }, { "key": "username", "value": "admin", "type": "string" } ] }, "method": "DELETE", "header": [ { "key": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"name\":\"SiteNames\"}" }, "url": { "raw": "https://192.168.1.2/wapi/v2.9/extensibleattributedef/b25lLmV4dGVuc2libGVfYXR0cmlidXRlc19kZWYkLlNpdGVOYW1lcw:SiteNames", "protocol": "https", "host": [ "192", "168", "1", "2" ], "path": [ "wapi", "v2.9", "extensibleattributedef", "b25lLmV4dGVuc2libGVfYXR0cmlidXRlc19kZWYkLlNpdGVOYW1lcw:SiteNames" ] }, "description": "This example will help you retrieve the _ref of an existing EA by name." }, "response": [] }, { "name": "Update EA list values example", "request": { "auth": { "type": "basic", "basic": [ { "key": "password", "value": "infoblox", "type": "string" }, { "key": "username", "value": "admin", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"list_values\": [\n {\n \"value\": \"JFK\"\n },\n {\n \"value\": \"DEN\"\n },\n {\n \"value\": \"SLC\"\n },\n {\n \"value\": \"LAX\"\n }\n ]\n}" }, "url": { "raw": "https://192.168.1.2/wapi/v2.9/extensibleattributedef/b25lLmV4dGVuc2libGVfYXR0cmlidXRlc19kZWYkLk5hbWVz:Names?", "protocol": "https", "host": [ "192", "168", "1", "2" ], "path": [ "wapi", "v2.9", "extensibleattributedef", "b25lLmV4dGVuc2libGVfYXR0cmlidXRlc19kZWYkLk5hbWVz:Names" ], "query": [ { "key": "_return_fields", "value": "list_values", "disabled": true } ] }, "description": "This example will update (overwrite) the list values in an existing EA of \"list\" type." }, "response": [] }, { "name": "Create and populate \"list\" type EA", "request": { "auth": { "type": "basic", "basic": [ { "key": "password", "value": "infoblox", "type": "string" }, { "key": "username", "value": "admin", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"name\":\"SiteNames\", \"type\":\"ENUM\",\n\t\"list_values\":[\n\t{\"value\":\"BUR\"}\n\t]\n}\n" }, "url": { "raw": "https://192.168.1.2/wapi/v2.9/extensibleattributedef?", "protocol": "https", "host": [ "192", "168", "1", "2" ], "path": [ "wapi", "v2.9", "extensibleattributedef" ] }, "description": "This example will create a new EA of type \"list\" and populate it with a single value. Modify the JSON \"list_values\" to add more values to your list." }, "response": [] }, { "name": "GET EA _ref Example", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "basic", "basic": [ { "key": "password", "value": "infoblox", "type": "string" }, { "key": "username", "value": "admin", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"name\":\"SiteNames\"}" }, "url": { "raw": "https://192.168.1.2/wapi/v2.9/extensibleattributedef?_return_fields=list_values", "protocol": "https", "host": [ "192", "168", "1", "2" ], "path": [ "wapi", "v2.9", "extensibleattributedef" ], "query": [ { "key": "_return_fields", "value": "list_values" } ] }, "description": "Sample query to get the \"_ref\" for an EA." }, "response": [] } ] }