{"id":1440,"date":"2023-10-19T23:24:51","date_gmt":"2023-10-19T15:24:51","guid":{"rendered":"https:\/\/www.insecurewi.re\/?p=1440"},"modified":"2023-10-20T20:23:28","modified_gmt":"2023-10-20T12:23:28","slug":"configuring-vmware-vami-for-internet-access-via-a-proxy-server","status":"publish","type":"post","link":"https:\/\/www.insecurewi.re\/index.php\/2023\/10\/19\/configuring-vmware-vami-for-internet-access-via-a-proxy-server\/","title":{"rendered":"Configuring VMware VAMI for Internet Access via a Proxy Server"},"content":{"rendered":"\n<p>While upgrading VMware vSphere Replication 8.7 to 8.7 recently, I encountered a noteworthy issue. It appears that the upgrade process mandates internet access for the VAMI installation. This is necessary for the VMware Photon OS to update Linux-based packages from the VMware online repositories. The challenge lies in the fact that the VMware documentation for VMware Replication 8.x and VMware Site Recovery Manager 8.x fails to mention this requirement for the appliance. The instructions simply advise users to download the ISO, attach it to the appliance VM, and initiate the upgrade from VAMI. Unfortunately, there is no provision to set a proxy in the VAMI web interface, presenting a complication for those working without direct internet access.<\/p>\n\n\n\n<p>Here is how you can set the proxy via the CLI and then run the upgrade from VAMI and also watch the CLI at the same time:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Take a backup or snapshot of either VSphere Replication appliance or SRM prior the undertaking any upgrade &#8211; the snapshot works and allows you to revert back to pre changes.<\/li>\n\n\n\n<li>First off download the relevant VMware Replication 8.8 or VMware Site Recovery Manager ISO upload it and attached it to the appliance<\/li>\n\n\n\n<li>Log into the CLI of the appliance and then run the following:<br>su (enter your appliance root pw)<br><code>\/opt\/vmware\/share\/vami\/vami_set_proxy 10.0.0.1 8080 (where the ip and port is your proxy servers).<\/code><\/li>\n\n\n\n<li>I also found i had the edit the following file to enable it:<br><code>nano \/etc\/sysconfig\/proxy<\/code><br>Set the HTTP and HTTPS proxy ip and port as per the file<\/li>\n\n\n\n<li>Now you can curl to test its working:<br><code>curl -k google.com<\/code><br>If you get a response (the html code back) then proxy is good.<br>5. Now start the upgrade from VAMI web interface -&gt; Update -&gt; Edit -&gt; Use CDROM click OK<br>Select the radio button and press upgrade.<\/li>\n\n\n\n<li>Switch back over to your SSH session with the VAMI CLI and tail the upgrade txt file:<br><code>tail -f \/opt\/vmware\/var\/log\/vami\/updatecli.log<\/code><br>It will take a few seconds to start the upgrade so just spam the above tail and then you can watch it. <\/li>\n<\/ol>\n\n\n\n<p>Photon OS uses the package manager &#8216;tdnf&#8217; so you&#8217;ll see all those commands installing the packages. The upgrade process for VMware Replication 8.7 to 8.8 and also Site Recovery Manager 8.7 to 8.8 &#8211; required Internet access. If you didnt have it setup it would hang and actually wipe out packages such as VAMI cli commands. This is why I recommend a snapshot prior to the upgrade. Once successful you can then consolidate the snapshot.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"985\" height=\"273\" src=\"https:\/\/www.insecurewi.re\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/www.insecurewi.re\/wp-content\/uploads\/2023\/10\/cli.png\" alt=\"Photon OS Upgrade log file\" class=\"wp-image-1443\" data-srcset=\"https:\/\/www.insecurewi.re\/wp-content\/uploads\/2023\/10\/cli.png 985w, https:\/\/www.insecurewi.re\/wp-content\/uploads\/2023\/10\/cli-300x83.png 300w, https:\/\/www.insecurewi.re\/wp-content\/uploads\/2023\/10\/cli-768x213.png 768w, https:\/\/www.insecurewi.re\/wp-content\/uploads\/2023\/10\/cli-100x28.png 100w, https:\/\/www.insecurewi.re\/wp-content\/uploads\/2023\/10\/cli-700x194.png 700w\" data-sizes=\"auto, (max-width: 985px) 100vw, 985px\" \/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>While upgrading VMware vSphere Replication 8.7 to 8.7 recently, I encountered a noteworthy issue. It appears that the upgrade process mandates internet access for the&#8230;<\/p>\n","protected":false},"author":1,"featured_media":1199,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[212,17],"tags":[214,213,198],"class_list":["post-1440","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-proxy","category-vmware","tag-proxy","tag-vami","tag-vmware"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Configuring VMware VAMI for Internet Access via a Proxy Server - Insecure Wire<\/title>\n<meta name=\"description\" content=\"Configuring VMware VAMI for Internet Access by configuring a proxy server from the photon OS CLI. This post will detail how to configure VAMI\" \/>\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.insecurewi.re\/index.php\/2023\/10\/19\/configuring-vmware-vami-for-internet-access-via-a-proxy-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Configuring VMware VAMI for Internet Access via a Proxy Server - Insecure Wire\" \/>\n<meta property=\"og:description\" content=\"Configuring VMware VAMI for Internet Access by configuring a proxy server from the photon OS CLI. This post will detail how to configure VAMI\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.insecurewi.re\/index.php\/2023\/10\/19\/configuring-vmware-vami-for-internet-access-via-a-proxy-server\/\" \/>\n<meta property=\"og:site_name\" content=\"Insecure Wire\" \/>\n<meta property=\"article:published_time\" content=\"2023-10-19T15:24:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-10-20T12:23:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.insecurewi.re\/wp-content\/uploads\/2021\/09\/vm.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"900\" \/>\n\t<meta property=\"og:image:height\" content=\"450\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"nikonau\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@insecurewire\" \/>\n<meta name=\"twitter:site\" content=\"@insecurewire\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"nikonau\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.insecurewi.re\/index.php\/2023\/10\/19\/configuring-vmware-vami-for-internet-access-via-a-proxy-server\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.insecurewi.re\/index.php\/2023\/10\/19\/configuring-vmware-vami-for-internet-access-via-a-proxy-server\/\"},\"author\":{\"name\":\"nikonau\",\"@id\":\"https:\/\/www.insecurewi.re\/#\/schema\/person\/5ac8f791cae796f3f916df63c5b629be\"},\"headline\":\"Configuring VMware VAMI for Internet Access via a Proxy Server\",\"datePublished\":\"2023-10-19T15:24:51+00:00\",\"dateModified\":\"2023-10-20T12:23:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.insecurewi.re\/index.php\/2023\/10\/19\/configuring-vmware-vami-for-internet-access-via-a-proxy-server\/\"},\"wordCount\":405,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.insecurewi.re\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.insecurewi.re\/index.php\/2023\/10\/19\/configuring-vmware-vami-for-internet-access-via-a-proxy-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.insecurewi.re\/wp-content\/uploads\/2021\/09\/vm.jpg\",\"keywords\":[\"Proxy\",\"VAMI\",\"VMware\"],\"articleSection\":[\"Proxy\",\"VMware\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.insecurewi.re\/index.php\/2023\/10\/19\/configuring-vmware-vami-for-internet-access-via-a-proxy-server\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.insecurewi.re\/index.php\/2023\/10\/19\/configuring-vmware-vami-for-internet-access-via-a-proxy-server\/\",\"url\":\"https:\/\/www.insecurewi.re\/index.php\/2023\/10\/19\/configuring-vmware-vami-for-internet-access-via-a-proxy-server\/\",\"name\":\"Configuring VMware VAMI for Internet Access via a Proxy Server - Insecure Wire\",\"isPartOf\":{\"@id\":\"https:\/\/www.insecurewi.re\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.insecurewi.re\/index.php\/2023\/10\/19\/configuring-vmware-vami-for-internet-access-via-a-proxy-server\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.insecurewi.re\/index.php\/2023\/10\/19\/configuring-vmware-vami-for-internet-access-via-a-proxy-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.insecurewi.re\/wp-content\/uploads\/2021\/09\/vm.jpg\",\"datePublished\":\"2023-10-19T15:24:51+00:00\",\"dateModified\":\"2023-10-20T12:23:28+00:00\",\"description\":\"Configuring VMware VAMI for Internet Access by configuring a proxy server from the photon OS CLI. This post will detail how to configure VAMI\",\"breadcrumb\":{\"@id\":\"https:\/\/www.insecurewi.re\/index.php\/2023\/10\/19\/configuring-vmware-vami-for-internet-access-via-a-proxy-server\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.insecurewi.re\/index.php\/2023\/10\/19\/configuring-vmware-vami-for-internet-access-via-a-proxy-server\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.insecurewi.re\/index.php\/2023\/10\/19\/configuring-vmware-vami-for-internet-access-via-a-proxy-server\/#primaryimage\",\"url\":\"https:\/\/www.insecurewi.re\/wp-content\/uploads\/2021\/09\/vm.jpg\",\"contentUrl\":\"https:\/\/www.insecurewi.re\/wp-content\/uploads\/2021\/09\/vm.jpg\",\"width\":900,\"height\":450,\"caption\":\"CVE-2021-22005\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.insecurewi.re\/index.php\/2023\/10\/19\/configuring-vmware-vami-for-internet-access-via-a-proxy-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.insecurewi.re\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Configuring VMware VAMI for Internet Access via a Proxy Server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.insecurewi.re\/#website\",\"url\":\"https:\/\/www.insecurewi.re\/\",\"name\":\"Insecure Wire\",\"description\":\"A Network Engineer\u2019s Perspective.\",\"publisher\":{\"@id\":\"https:\/\/www.insecurewi.re\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.insecurewi.re\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.insecurewi.re\/#organization\",\"name\":\"Insecure Wire\",\"url\":\"https:\/\/www.insecurewi.re\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.insecurewi.re\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.insecurewi.re\/wp-content\/uploads\/2023\/10\/cloud.png\",\"contentUrl\":\"https:\/\/www.insecurewi.re\/wp-content\/uploads\/2023\/10\/cloud.png\",\"width\":32,\"height\":32,\"caption\":\"Insecure Wire\"},\"image\":{\"@id\":\"https:\/\/www.insecurewi.re\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/insecurewire\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.insecurewi.re\/#\/schema\/person\/5ac8f791cae796f3f916df63c5b629be\",\"name\":\"nikonau\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.insecurewi.re\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/028a7d3c6ce829ba17d770711837dfbac95470619924117ee2ac82993ad83990?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/028a7d3c6ce829ba17d770711837dfbac95470619924117ee2ac82993ad83990?s=96&d=mm&r=g\",\"caption\":\"nikonau\"},\"sameAs\":[\"https:\/\/www.insecurewi.re\"],\"url\":\"https:\/\/www.insecurewi.re\/index.php\/author\/nikonxillioncomputers-com\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Configuring VMware VAMI for Internet Access via a Proxy Server - Insecure Wire","description":"Configuring VMware VAMI for Internet Access by configuring a proxy server from the photon OS CLI. This post will detail how to configure VAMI","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.insecurewi.re\/index.php\/2023\/10\/19\/configuring-vmware-vami-for-internet-access-via-a-proxy-server\/","og_locale":"en_US","og_type":"article","og_title":"Configuring VMware VAMI for Internet Access via a Proxy Server - Insecure Wire","og_description":"Configuring VMware VAMI for Internet Access by configuring a proxy server from the photon OS CLI. This post will detail how to configure VAMI","og_url":"https:\/\/www.insecurewi.re\/index.php\/2023\/10\/19\/configuring-vmware-vami-for-internet-access-via-a-proxy-server\/","og_site_name":"Insecure Wire","article_published_time":"2023-10-19T15:24:51+00:00","article_modified_time":"2023-10-20T12:23:28+00:00","og_image":[{"width":900,"height":450,"url":"https:\/\/www.insecurewi.re\/wp-content\/uploads\/2021\/09\/vm.jpg","type":"image\/jpeg"}],"author":"nikonau","twitter_card":"summary_large_image","twitter_creator":"@insecurewire","twitter_site":"@insecurewire","twitter_misc":{"Written by":"nikonau","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.insecurewi.re\/index.php\/2023\/10\/19\/configuring-vmware-vami-for-internet-access-via-a-proxy-server\/#article","isPartOf":{"@id":"https:\/\/www.insecurewi.re\/index.php\/2023\/10\/19\/configuring-vmware-vami-for-internet-access-via-a-proxy-server\/"},"author":{"name":"nikonau","@id":"https:\/\/www.insecurewi.re\/#\/schema\/person\/5ac8f791cae796f3f916df63c5b629be"},"headline":"Configuring VMware VAMI for Internet Access via a Proxy Server","datePublished":"2023-10-19T15:24:51+00:00","dateModified":"2023-10-20T12:23:28+00:00","mainEntityOfPage":{"@id":"https:\/\/www.insecurewi.re\/index.php\/2023\/10\/19\/configuring-vmware-vami-for-internet-access-via-a-proxy-server\/"},"wordCount":405,"commentCount":0,"publisher":{"@id":"https:\/\/www.insecurewi.re\/#organization"},"image":{"@id":"https:\/\/www.insecurewi.re\/index.php\/2023\/10\/19\/configuring-vmware-vami-for-internet-access-via-a-proxy-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.insecurewi.re\/wp-content\/uploads\/2021\/09\/vm.jpg","keywords":["Proxy","VAMI","VMware"],"articleSection":["Proxy","VMware"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.insecurewi.re\/index.php\/2023\/10\/19\/configuring-vmware-vami-for-internet-access-via-a-proxy-server\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.insecurewi.re\/index.php\/2023\/10\/19\/configuring-vmware-vami-for-internet-access-via-a-proxy-server\/","url":"https:\/\/www.insecurewi.re\/index.php\/2023\/10\/19\/configuring-vmware-vami-for-internet-access-via-a-proxy-server\/","name":"Configuring VMware VAMI for Internet Access via a Proxy Server - Insecure Wire","isPartOf":{"@id":"https:\/\/www.insecurewi.re\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.insecurewi.re\/index.php\/2023\/10\/19\/configuring-vmware-vami-for-internet-access-via-a-proxy-server\/#primaryimage"},"image":{"@id":"https:\/\/www.insecurewi.re\/index.php\/2023\/10\/19\/configuring-vmware-vami-for-internet-access-via-a-proxy-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.insecurewi.re\/wp-content\/uploads\/2021\/09\/vm.jpg","datePublished":"2023-10-19T15:24:51+00:00","dateModified":"2023-10-20T12:23:28+00:00","description":"Configuring VMware VAMI for Internet Access by configuring a proxy server from the photon OS CLI. This post will detail how to configure VAMI","breadcrumb":{"@id":"https:\/\/www.insecurewi.re\/index.php\/2023\/10\/19\/configuring-vmware-vami-for-internet-access-via-a-proxy-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.insecurewi.re\/index.php\/2023\/10\/19\/configuring-vmware-vami-for-internet-access-via-a-proxy-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.insecurewi.re\/index.php\/2023\/10\/19\/configuring-vmware-vami-for-internet-access-via-a-proxy-server\/#primaryimage","url":"https:\/\/www.insecurewi.re\/wp-content\/uploads\/2021\/09\/vm.jpg","contentUrl":"https:\/\/www.insecurewi.re\/wp-content\/uploads\/2021\/09\/vm.jpg","width":900,"height":450,"caption":"CVE-2021-22005"},{"@type":"BreadcrumbList","@id":"https:\/\/www.insecurewi.re\/index.php\/2023\/10\/19\/configuring-vmware-vami-for-internet-access-via-a-proxy-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.insecurewi.re\/"},{"@type":"ListItem","position":2,"name":"Configuring VMware VAMI for Internet Access via a Proxy Server"}]},{"@type":"WebSite","@id":"https:\/\/www.insecurewi.re\/#website","url":"https:\/\/www.insecurewi.re\/","name":"Insecure Wire","description":"A Network Engineer\u2019s Perspective.","publisher":{"@id":"https:\/\/www.insecurewi.re\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.insecurewi.re\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.insecurewi.re\/#organization","name":"Insecure Wire","url":"https:\/\/www.insecurewi.re\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.insecurewi.re\/#\/schema\/logo\/image\/","url":"https:\/\/www.insecurewi.re\/wp-content\/uploads\/2023\/10\/cloud.png","contentUrl":"https:\/\/www.insecurewi.re\/wp-content\/uploads\/2023\/10\/cloud.png","width":32,"height":32,"caption":"Insecure Wire"},"image":{"@id":"https:\/\/www.insecurewi.re\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/insecurewire"]},{"@type":"Person","@id":"https:\/\/www.insecurewi.re\/#\/schema\/person\/5ac8f791cae796f3f916df63c5b629be","name":"nikonau","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.insecurewi.re\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/028a7d3c6ce829ba17d770711837dfbac95470619924117ee2ac82993ad83990?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/028a7d3c6ce829ba17d770711837dfbac95470619924117ee2ac82993ad83990?s=96&d=mm&r=g","caption":"nikonau"},"sameAs":["https:\/\/www.insecurewi.re"],"url":"https:\/\/www.insecurewi.re\/index.php\/author\/nikonxillioncomputers-com\/"}]}},"_links":{"self":[{"href":"https:\/\/www.insecurewi.re\/index.php\/wp-json\/wp\/v2\/posts\/1440","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.insecurewi.re\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.insecurewi.re\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.insecurewi.re\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.insecurewi.re\/index.php\/wp-json\/wp\/v2\/comments?post=1440"}],"version-history":[{"count":6,"href":"https:\/\/www.insecurewi.re\/index.php\/wp-json\/wp\/v2\/posts\/1440\/revisions"}],"predecessor-version":[{"id":1452,"href":"https:\/\/www.insecurewi.re\/index.php\/wp-json\/wp\/v2\/posts\/1440\/revisions\/1452"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.insecurewi.re\/index.php\/wp-json\/wp\/v2\/media\/1199"}],"wp:attachment":[{"href":"https:\/\/www.insecurewi.re\/index.php\/wp-json\/wp\/v2\/media?parent=1440"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.insecurewi.re\/index.php\/wp-json\/wp\/v2\/categories?post=1440"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.insecurewi.re\/index.php\/wp-json\/wp\/v2\/tags?post=1440"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}