{"id":1267,"date":"2019-04-26T20:38:00","date_gmt":"2019-04-26T20:38:00","guid":{"rendered":"https:\/\/live-infoblox-blog.pantheonsite.io\/?p=1267"},"modified":"2020-05-06T10:26:59","modified_gmt":"2020-05-06T17:26:59","slug":"getting-started-with-wapis-using-insomnia","status":"publish","type":"post","link":"https:\/\/www.infoblox.com\/blog\/community\/getting-started-with-wapis-using-insomnia\/","title":{"rendered":"Getting started with WAPIs using Insomnia"},"content":{"rendered":"<p>Infoblox offers a rich set of Web-based Application Programming Interfaces, also called WAPIs, that allow you to easily integrate NIOS into your automation environment.\u00a0<a href=\"https:\/\/community.infoblox.com\/t5\/Best-Practices\/Why-use-Infoblox-WAPIs\/ba-p\/13262\" target=\"_blank\" rel=\"noopener noreferrer\">This<\/a>\u00a0blog gives you an insight on why to use these WAPIs.<\/p>\n<p>To get you started quickly, we have created an Insomnia collection of the RESTful Infoblox APIs.<\/p>\n<p>Insomnia is a free cross-platform desktop application that takes the pain out of interacting with HTTP-based APIs. Insomnia combines an easy-to-use interface with advanced functionality like authentication helpers, code generation, and environment variables.<\/p>\n<p>Insomnia is available for Mac, Windows, and popular Linux distributions. Visit the\u00a0<a href=\"http:\/\/insomnia.rest\/download\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Downloads<\/a>\u00a0page to download the installer for your operating system.<\/p>\n<p>Below is a screenshot of Insomnia for Windows.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1270\" src=\"https:\/\/live-infoblox-blog.pantheonsite.io\/wp-content\/uploads\/Image1_Insomnia.png\" alt=\"Insomnia for Windows\" width=\"600\" height=\"449\" srcset=\"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/Image1_Insomnia.png 600w, https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/Image1_Insomnia-300x225.png 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/p>\n<p>There is one file zipped into an attachment included with the blog.<\/p>\n<p>This file is a collection of a sample set of WAPI calls, and the environment variables (see the table below) that are used within the collection.<\/p>\n<table>\n<tbody>\n<tr>\n<td width=\"198\"><strong>Variable<\/strong><\/td>\n<td width=\"408\"><strong>Description<\/strong><\/td>\n<\/tr>\n<tr>\n<td width=\"198\">grid_master<\/td>\n<td width=\"408\">This is the IP address of your grid master.<br \/>\n(Example: 172.26.1.2)<\/td>\n<\/tr>\n<tr>\n<td width=\"198\">Base64_encoding<\/td>\n<td width=\"408\">The HTTP Authorization request header contains the credentials to authenticate a user agent with a server. Here, we use the &#8220;Basic&#8221; authentication scheme. The credentials are constructed like this:<\/p>\n<ul>\n<li>The username and the password are combined with a colon<br \/>\n(Example:- admin:infoblox)<\/li>\n<li>The resulting string is\u00a0<a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/WindowBase64\/Base64_encoding_and_decoding\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">base64<\/a>\u00a0encoded<br \/>\n(Example:- YWRtaW46aW5mb2Jsb3g=)<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td width=\"198\">wapi_version<\/td>\n<td width=\"408\">This is the WAPI version supported by your grid.<\/p>\n<p>(Example: v2.10)<\/td>\n<\/tr>\n<tr>\n<td width=\"198\">object_reference<\/td>\n<td width=\"408\">Every WAPI Object is referenced by a unique Object Reference that is used to identify the object for all the operations. Substitute this variable with the reference of the object you want to work with.<\/p>\n<p>(Example:- record:host\/ZG5zLmhvc3QkLl9kZWZhdWx0LmNvbS5pbmZvLnByaW50ZXI: printer.info.com\/default)<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>To try out the WAPI calls, download, unzip and import the file into your application.<\/p>\n<ol>\n<li>To import the file into your environment, either\n<ul>\n<li>click on\u00a0<strong>Import from File<\/strong>\u00a0on\u00a0the landing page, or<\/li>\n<li>click on the downward arrow next to\u00a0<strong>Insomnia<\/strong>, and select\u00a0<strong>Import\/Export<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1271\" src=\"https:\/\/live-infoblox-blog.pantheonsite.io\/wp-content\/uploads\/Image2_Import.png\" alt=\"Insomnia, and select\u00a0Import\/ExportInsomnia, and select\u00a0Import\/Export\" width=\"600\" height=\"519\" srcset=\"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/Image2_Import.png 600w, https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/Image2_Import-300x260.png 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><br \/>\n<\/strong><\/li>\n<\/ul>\n<\/li>\n<li>Selecting the latter option, opens a new window. Select\u00a0<strong>Import Data<\/strong>, followed by\u00a0<strong>From File<\/strong>.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1273\" src=\"https:\/\/live-infoblox-blog.pantheonsite.io\/wp-content\/uploads\/Image3_ImportWindow.png\" alt=\"Select\u00a0Import Data, followed by\u00a0From File\" width=\"550\" height=\"361\" srcset=\"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/Image3_ImportWindow.png 550w, https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/Image3_ImportWindow-300x197.png 300w\" sizes=\"auto, (max-width: 550px) 100vw, 550px\" \/><\/li>\n<li>Select the downloaded and unzipped file in the pop-up window.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1274\" src=\"https:\/\/live-infoblox-blog.pantheonsite.io\/wp-content\/uploads\/Image4_Upload.png\" alt=\"Select the downloaded and unzipped file in the pop-up window\" width=\"600\" height=\"424\" srcset=\"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/Image4_Upload.png 600w, https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/Image4_Upload-300x212.png 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/li>\n<li>Once uploaded, you will see the following message.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1275\" src=\"https:\/\/live-infoblox-blog.pantheonsite.io\/wp-content\/uploads\/Image5_UploadMessage.png\" alt=\"Once uploaded, you will see the following message\" width=\"600\" height=\"163\" srcset=\"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/Image5_UploadMessage.png 600w, https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/Image5_UploadMessage-300x82.png 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/li>\n<li>The navigation pane on the left now contains the list of sample WAPI calls that you can try out.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1276\" src=\"https:\/\/live-infoblox-blog.pantheonsite.io\/wp-content\/uploads\/Image6_Collections.png\" alt=\"WAPI calls\" width=\"246\" height=\"402\" srcset=\"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/Image6_Collections.png 246w, https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/Image6_Collections-184x300.png 184w\" sizes=\"auto, (max-width: 246px) 100vw, 246px\" \/><\/li>\n<li>Before getting started, select the Infoblox WAPI environment variables.\n<ul>\n<li>First, populate it with values specific to your environment.\n<ol>\n<li>In order to do so, click on\u00a0<strong>Manage Environments<\/strong>.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1277\" src=\"https:\/\/live-infoblox-blog.pantheonsite.io\/wp-content\/uploads\/Image7_EditEnvironment.png\" alt=\"Manage Environments\" width=\"316\" height=\"360\" srcset=\"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/Image7_EditEnvironment.png 316w, https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/Image7_EditEnvironment-263x300.png 263w\" sizes=\"auto, (max-width: 316px) 100vw, 316px\" \/><\/li>\n<li>Fill in the grid master IP address, Base64_encoding, and wapi_version details.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1278\" src=\"https:\/\/live-infoblox-blog.pantheonsite.io\/wp-content\/uploads\/Image8_EditEnvironmentVariables.png\" alt=\"wapi_version details\" width=\"599\" height=\"228\" srcset=\"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/Image8_EditEnvironmentVariables.png 599w, https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/Image8_EditEnvironmentVariables-300x114.png 300w\" sizes=\"auto, (max-width: 599px) 100vw, 599px\" \/><\/li>\n<li>The object_reference variable only needs to be updated when a WAPI call has it mentioned. For example, PUT Authoritative Zone.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1279\" src=\"https:\/\/live-infoblox-blog.pantheonsite.io\/wp-content\/uploads\/Image9_EditObjectReference.png\" alt=\"PUT Authoritative Zone\" width=\"600\" height=\"364\" srcset=\"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/Image9_EditObjectReference.png 600w, https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/Image9_EditObjectReference-300x182.png 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/li>\n<li>Click on\u00a0<strong>Done<\/strong><\/li>\n<\/ol>\n<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n<ol start=\"7\">\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Select the environment by clicking on\u00a0<strong>Use Infoblox WAPI Environment Variables<\/strong>.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1280\" src=\"https:\/\/live-infoblox-blog.pantheonsite.io\/wp-content\/uploads\/Image10_SelectEnvironment.png\" alt=\"Use Infoblox WAPI Environment Variables\" width=\"314\" height=\"271\" srcset=\"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/Image10_SelectEnvironment.png 314w, https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/Image10_SelectEnvironment-300x259.png 300w\" sizes=\"auto, (max-width: 314px) 100vw, 314px\" \/><\/li>\n<\/ul>\n<\/li>\n<li>You are all set now. To try out any of the WAPI calls in the collection. Select a WAPI and click on the\u00a0<strong>Send<\/strong>. You will see a response in the right pane.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1281\" src=\"https:\/\/live-infoblox-blog.pantheonsite.io\/wp-content\/uploads\/Image11_TryWAPI.png\" alt=\"WAPI calls in the collection\" width=\"600\" height=\"427\" srcset=\"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/Image11_TryWAPI.png 600w, https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/Image11_TryWAPI-300x214.png 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/li>\n<li>Click on the downward arrow next to the WAPI and select the\u00a0<strong>Generate Code\u00a0<\/strong>option to generate a code snippet for the WAPI call in any language of your choice.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1282\" src=\"https:\/\/live-infoblox-blog.pantheonsite.io\/wp-content\/uploads\/Image12_GenerateCode.png\" alt=\"Generate Code\u00a0option to generate a code snippet\" width=\"255\" height=\"231\" \/><\/li>\n<\/ol>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1283\" src=\"https:\/\/live-infoblox-blog.pantheonsite.io\/wp-content\/uploads\/Image13_GeneratedCodeI.png\" alt=\"Generate Code\u00a0option to generate a code snippet\" width=\"600\" height=\"475\" srcset=\"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/Image13_GeneratedCodeI.png 600w, https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/Image13_GeneratedCodeI-300x238.png 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/p>\n<p>Infoblox WAPIs are simple and easy to use with any REST client. Download the attachments and leverage Insomnia to get familiar with them. Happy testing!<\/p>\n<p>P.S: You can refer to\u00a0<a href=\"https:\/\/www.infoblox.com\/resources\/deployment-guides\/infoblox-deployment-infoblox-rest-api?utm_source=blox-community&amp;utm_campaign=community-q2&amp;utm_medium=blox-community\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">this<\/a>\u00a0guide, for more information on WAPIs.<\/p>\n<p><img decoding=\"async\" id=\"display_0\" class=\"lia-img-icon-attachment lia-fa-icon lia-fa-attachment\" title=\"images.icon_attachment.title\" src=\"\/wp-content\/uploads\/icon_attachment.png\" alt=\"images.icon_attachment.alt\" aria-label=\"Attachment\" \/> <a class=\"lia-link-navigation attachment-link\" href=\"\/wp-content\/uploads\/Infoblox-WAPI-Insomnia-Collection.zip\">Infoblox WAPI Insomnia Collection.zip \u200f22 KB<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Infoblox offers a rich set of Web-based Application Programming Interfaces, also called WAPIs, that allow you to easily integrate NIOS into your automation environment.\u00a0This\u00a0blog gives you an insight on why to use these WAPIs. To get you started quickly, we have created an Insomnia collection of the RESTful Infoblox APIs. Insomnia is a free cross-platform [&hellip;]<\/p>\n","protected":false},"author":230,"featured_media":1268,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"categories":[3],"tags":[42,28,16,66,67,60],"class_list":{"0":"post-1267","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-community","8":"tag-cloud-automation","9":"tag-ddi","10":"tag-infoblox","11":"tag-rest-api","12":"tag-tips-tricks","13":"tag-wapi","14":"entry"},"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Getting started with WAPIs using Insomnia<\/title>\n<meta name=\"description\" content=\"Infoblox offers a rich set of Web-based Application Programming Interfaces, also called WAPIs, that allow you to easily integrate NIOS into your automation environment. This blog gives you an insight on why to use these WAPIs.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.infoblox.com\/blog\/community\/getting-started-with-wapis-using-insomnia\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Getting started with WAPIs using Insomnia\" \/>\n<meta property=\"og:description\" content=\"Infoblox offers a rich set of Web-based Application Programming Interfaces, also called WAPIs, that allow you to easily integrate NIOS into your automation environment. This blog gives you an insight on why to use these WAPIs.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.infoblox.com\/blog\/community\/getting-started-with-wapis-using-insomnia\/\" \/>\n<meta property=\"og:site_name\" content=\"Infoblox Blog\" \/>\n<meta property=\"article:published_time\" content=\"2019-04-26T20:38:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-05-06T17:26:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/179487671-660x454-2.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"660\" \/>\n\t<meta property=\"og:image:height\" content=\"454\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Krishna Vasudevan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Krishna Vasudevan\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/getting-started-with-wapis-using-insomnia\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/getting-started-with-wapis-using-insomnia\\\/\"},\"author\":{\"name\":\"Krishna Vasudevan\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#\\\/schema\\\/person\\\/b36c6d54e0fd1947f822a993aab5e8b8\"},\"headline\":\"Getting started with WAPIs using Insomnia\",\"datePublished\":\"2019-04-26T20:38:00+00:00\",\"dateModified\":\"2020-05-06T17:26:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/getting-started-with-wapis-using-insomnia\\\/\"},\"wordCount\":575,\"publisher\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/getting-started-with-wapis-using-insomnia\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/179487671-660x454-2.jpg\",\"keywords\":[\"Cloud Automation\",\"DDI\",\"Infoblox\",\"REST API\",\"Tips &amp; Tricks\",\"WAPI\"],\"articleSection\":[\"Community\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/getting-started-with-wapis-using-insomnia\\\/\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/getting-started-with-wapis-using-insomnia\\\/\",\"name\":\"Getting started with WAPIs using Insomnia\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/getting-started-with-wapis-using-insomnia\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/getting-started-with-wapis-using-insomnia\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/179487671-660x454-2.jpg\",\"datePublished\":\"2019-04-26T20:38:00+00:00\",\"dateModified\":\"2020-05-06T17:26:59+00:00\",\"description\":\"Infoblox offers a rich set of Web-based Application Programming Interfaces, also called WAPIs, that allow you to easily integrate NIOS into your automation environment. This blog gives you an insight on why to use these WAPIs.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/getting-started-with-wapis-using-insomnia\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/getting-started-with-wapis-using-insomnia\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/getting-started-with-wapis-using-insomnia\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/179487671-660x454-2.jpg\",\"contentUrl\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/179487671-660x454-2.jpg\",\"width\":660,\"height\":454,\"caption\":\"Getting started with WAPIs using Insomnia\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/getting-started-with-wapis-using-insomnia\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Community\",\"item\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/category\\\/community\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Getting started with WAPIs using Insomnia\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/\",\"name\":\"infoblox.com\\\/blog\\\/\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#organization\",\"name\":\"Infoblox\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/infoblox-logo-2.svg\",\"contentUrl\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/infoblox-logo-2.svg\",\"width\":137,\"height\":30,\"caption\":\"Infoblox\"},\"image\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#\\\/schema\\\/person\\\/b36c6d54e0fd1947f822a993aab5e8b8\",\"name\":\"Krishna Vasudevan\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/live-infoblox-blog.pantheonsite.io\\\/wp-content\\\/uploads\\\/avatar_user_230_1571768556-96x96.jpg\",\"url\":\"https:\\\/\\\/live-infoblox-blog.pantheonsite.io\\\/wp-content\\\/uploads\\\/avatar_user_230_1571768556-96x96.jpg\",\"contentUrl\":\"https:\\\/\\\/live-infoblox-blog.pantheonsite.io\\\/wp-content\\\/uploads\\\/avatar_user_230_1571768556-96x96.jpg\",\"caption\":\"Krishna Vasudevan\"},\"description\":\"Krishna Vasudevan is a Technical Marketing Engineer at Infoblox. She is currently working on REST APIs, Ansible, Automation, Openstack and DTC. She has also delivered multiple training classes. Previously she was a Technical Marketing Engineer at NetApp. Krishna holds a bachelor\u2019s degree in engineering from Bangalore. She resides in Bangalore and enjoys food, music and travel.\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/author\\\/krishna-vasudevan\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Getting started with WAPIs using Insomnia","description":"Infoblox offers a rich set of Web-based Application Programming Interfaces, also called WAPIs, that allow you to easily integrate NIOS into your automation environment. This blog gives you an insight on why to use these WAPIs.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.infoblox.com\/blog\/community\/getting-started-with-wapis-using-insomnia\/","og_locale":"en_US","og_type":"article","og_title":"Getting started with WAPIs using Insomnia","og_description":"Infoblox offers a rich set of Web-based Application Programming Interfaces, also called WAPIs, that allow you to easily integrate NIOS into your automation environment. This blog gives you an insight on why to use these WAPIs.","og_url":"https:\/\/www.infoblox.com\/blog\/community\/getting-started-with-wapis-using-insomnia\/","og_site_name":"Infoblox Blog","article_published_time":"2019-04-26T20:38:00+00:00","article_modified_time":"2020-05-06T17:26:59+00:00","og_image":[{"width":660,"height":454,"url":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/179487671-660x454-2.jpg","type":"image\/jpeg"}],"author":"Krishna Vasudevan","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Krishna Vasudevan","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.infoblox.com\/blog\/community\/getting-started-with-wapis-using-insomnia\/#article","isPartOf":{"@id":"https:\/\/www.infoblox.com\/blog\/community\/getting-started-with-wapis-using-insomnia\/"},"author":{"name":"Krishna Vasudevan","@id":"https:\/\/www.infoblox.com\/blog\/#\/schema\/person\/b36c6d54e0fd1947f822a993aab5e8b8"},"headline":"Getting started with WAPIs using Insomnia","datePublished":"2019-04-26T20:38:00+00:00","dateModified":"2020-05-06T17:26:59+00:00","mainEntityOfPage":{"@id":"https:\/\/www.infoblox.com\/blog\/community\/getting-started-with-wapis-using-insomnia\/"},"wordCount":575,"publisher":{"@id":"https:\/\/www.infoblox.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.infoblox.com\/blog\/community\/getting-started-with-wapis-using-insomnia\/#primaryimage"},"thumbnailUrl":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/179487671-660x454-2.jpg","keywords":["Cloud Automation","DDI","Infoblox","REST API","Tips &amp; Tricks","WAPI"],"articleSection":["Community"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.infoblox.com\/blog\/community\/getting-started-with-wapis-using-insomnia\/","url":"https:\/\/www.infoblox.com\/blog\/community\/getting-started-with-wapis-using-insomnia\/","name":"Getting started with WAPIs using Insomnia","isPartOf":{"@id":"https:\/\/www.infoblox.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.infoblox.com\/blog\/community\/getting-started-with-wapis-using-insomnia\/#primaryimage"},"image":{"@id":"https:\/\/www.infoblox.com\/blog\/community\/getting-started-with-wapis-using-insomnia\/#primaryimage"},"thumbnailUrl":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/179487671-660x454-2.jpg","datePublished":"2019-04-26T20:38:00+00:00","dateModified":"2020-05-06T17:26:59+00:00","description":"Infoblox offers a rich set of Web-based Application Programming Interfaces, also called WAPIs, that allow you to easily integrate NIOS into your automation environment. This blog gives you an insight on why to use these WAPIs.","breadcrumb":{"@id":"https:\/\/www.infoblox.com\/blog\/community\/getting-started-with-wapis-using-insomnia\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.infoblox.com\/blog\/community\/getting-started-with-wapis-using-insomnia\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.infoblox.com\/blog\/community\/getting-started-with-wapis-using-insomnia\/#primaryimage","url":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/179487671-660x454-2.jpg","contentUrl":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/179487671-660x454-2.jpg","width":660,"height":454,"caption":"Getting started with WAPIs using Insomnia"},{"@type":"BreadcrumbList","@id":"https:\/\/www.infoblox.com\/blog\/community\/getting-started-with-wapis-using-insomnia\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.infoblox.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Community","item":"https:\/\/www.infoblox.com\/blog\/category\/community\/"},{"@type":"ListItem","position":3,"name":"Getting started with WAPIs using Insomnia"}]},{"@type":"WebSite","@id":"https:\/\/www.infoblox.com\/blog\/#website","url":"https:\/\/www.infoblox.com\/blog\/","name":"infoblox.com\/blog\/","description":"","publisher":{"@id":"https:\/\/www.infoblox.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.infoblox.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.infoblox.com\/blog\/#organization","name":"Infoblox","url":"https:\/\/www.infoblox.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.infoblox.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/infoblox-logo-2.svg","contentUrl":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/infoblox-logo-2.svg","width":137,"height":30,"caption":"Infoblox"},"image":{"@id":"https:\/\/www.infoblox.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.infoblox.com\/blog\/#\/schema\/person\/b36c6d54e0fd1947f822a993aab5e8b8","name":"Krishna Vasudevan","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/live-infoblox-blog.pantheonsite.io\/wp-content\/uploads\/avatar_user_230_1571768556-96x96.jpg","url":"https:\/\/live-infoblox-blog.pantheonsite.io\/wp-content\/uploads\/avatar_user_230_1571768556-96x96.jpg","contentUrl":"https:\/\/live-infoblox-blog.pantheonsite.io\/wp-content\/uploads\/avatar_user_230_1571768556-96x96.jpg","caption":"Krishna Vasudevan"},"description":"Krishna Vasudevan is a Technical Marketing Engineer at Infoblox. She is currently working on REST APIs, Ansible, Automation, Openstack and DTC. She has also delivered multiple training classes. Previously she was a Technical Marketing Engineer at NetApp. Krishna holds a bachelor\u2019s degree in engineering from Bangalore. She resides in Bangalore and enjoys food, music and travel.","url":"https:\/\/www.infoblox.com\/blog\/author\/krishna-vasudevan\/"}]}},"_links":{"self":[{"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/posts\/1267","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/users\/230"}],"replies":[{"embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/comments?post=1267"}],"version-history":[{"count":5,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/posts\/1267\/revisions"}],"predecessor-version":[{"id":2791,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/posts\/1267\/revisions\/2791"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/media\/1268"}],"wp:attachment":[{"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/media?parent=1267"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/categories?post=1267"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/tags?post=1267"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}