{"id":21790,"date":"2018-05-30T10:00:25","date_gmt":"2018-05-30T09:00:25","guid":{"rendered":"https:\/\/home.apeconsulting.co.uk\/adrian\/?p=21790"},"modified":"2018-05-30T13:43:30","modified_gmt":"2018-05-30T12:43:30","slug":"freenas-vm-running-on-freenas-using-iohyve-bhyve","status":"publish","type":"post","link":"https:\/\/home.apeconsulting.co.uk\/adrian\/freenas-vm-running-on-freenas-using-iohyve-bhyve\/","title":{"rendered":"FreeNAS VM running on FreeNAS using iohyve\/bhyve"},"content":{"rendered":"<p>I like playing around with the latest versions of FreeNAS before they are released, but not by running the latest version on my main server. \u00a0Oh no! \u00a0The best way to do this is to create a FreeNAS VM on the FreeNAS server, although after upgrading to 11.1-U4 I was struggling to make this work.<\/p>\n<p>&nbsp;<\/p>\n<p><!--more--><\/p>\n<p>&nbsp;<\/p>\n<p>Thanks must go to KrisBee for his help in <a href=\"https:\/\/forums.freenas.org\/index.php?threads\/struggling-to-create-a-freenas-11-2-vm-in-iohyve-bhyve.64005\/#post-458557\">this<\/a> thread on the FreeNAS forum. \u00a0After a number of failed attempts, he eventually\u00a0found a solution which utilised the little knowledge of iohyve I&#8217;ve gained when I built the VM for CrashPlan, which I blogged about <a href=\"https:\/\/home.apeconsulting.co.uk\/adrian\/crashplan-bhyve-vm\/\">here<\/a>.<\/p>\n<p>&nbsp;<\/p>\n<p>It was actually pretty straightforward, although needed some commands at the CLI as creating using the WUI doesn&#8217;t work. \u00a0Here&#8217;s what you&#8217;d need to do in the FreeNAS shell:<\/p>\n<p>&nbsp;<\/p>\n<h4>Configure and Install<\/h4>\n<p>&nbsp;<\/p>\n<p><span style=\"font-size: 10pt; font-family: 'courier new', courier, monospace;\">[root@freenas ~]# iohyve fetch https:\/\/download.freenas.org\/11.2\/MASTER\/latest\/x64\/FreeNAS-11.2-MASTER-201805280436-ae00627.iso <\/span><br \/><em><span style=\"font-family: 'courier new', courier, monospace;\"><span style=\"font-size: 10pt;\">(changing this path to the version of FreeNAS you want to virtualise. \u00a0Make sure you don&#8217;t select the <\/span>NOGRUB<span style=\"font-size: 10pt;\">\u00a0version!)<\/span><\/span><\/em><br \/><span style=\"font-size: 10pt; font-family: 'courier new', courier, monospace;\">[root@freenas ~]# iohyve create fnas\u00a08G <\/span><br \/><em><span style=\"font-family: 'courier new', courier, monospace;\"><span style=\"font-size: 10pt;\">(I called the VM fnas\u00a0with <\/span>a 8GB<span style=\"font-size: 10pt;\"> drive to boot from, but you can call it whatever you like. \u00a0I&#8217;d suggest not calling it <\/span>freenas<span style=\"font-size: 10pt;\"> as if you use iohyve <\/span>forcekill<span style=\"font-size: 10pt;\">\u00a0<\/span>freenas<span style=\"font-size: 10pt;\"> it will kill the host too!)<\/span><\/span><\/em><br \/><span style=\"font-size: 10pt; font-family: 'courier new', courier, monospace;\">[root@freenas ~]# iohyve set fnas\u00a0ram=4G cpu=1 os=freebsd loader=grub-bhyve <\/span><br \/><em><span style=\"font-size: 10pt; font-family: 'courier new', courier, monospace;\">(this configures the VM properties)<\/span><\/em><br \/><span style=\"font-size: 10pt; font-family: 'courier new', courier, monospace;\">[root@freenas ~]# iohyve install fnas\u00a0FreeNAS-11.2-MASTER-201805280436-ae00627.iso<\/span><\/p>\n<p>&nbsp;<\/p>\n<p>This should start the installation process, so you&#8217;ll need to SSH into your FreeNAS host and run:<\/p>\n<p>&nbsp;<\/p>\n<p class=\"wp-block-verse\"><span style=\"font-size: 10pt; font-family: 'courier new', courier, monospace;\">[root@freenas ~]# iohyve console fnas<\/span><\/p>\n<p>&nbsp;<\/p>\n<p>You should then see the FreeNAS installation process as you would if you were installing FreeNAS onto metal. \u00a0The important step is selecting BIOS Boot when you get toward the end of the menu options, otherwise, it won&#8217;t be bootable after completing the installation.<\/p>\n<p>&nbsp;<\/p>\n<h4>Tweak and Boot<\/h4>\n<p>&nbsp;<\/p>\n<p>When it&#8217;s complete there are a couple of extra steps:<\/p>\n<p>&nbsp;<\/p>\n<p class=\"wp-block-verse\"><span style=\"font-size: 10pt; font-family: 'courier new', courier, monospace;\">[root@freenas ~]# iohyve set fnas loader=byhveload <\/span><br \/><em><span style=\"font-size: 10pt; font-family: 'courier new', courier, monospace;\">(if you leave it set to grub-bhyve it won&#8217;t boot)<\/span><\/em><br \/><span style=\"font-size: 10pt; font-family: 'courier new', courier, monospace;\">[root@freenas ~]# iohyve add fnas 10G <\/span><br \/><em><span style=\"font-size: 10pt; font-family: 'courier new', courier, monospace;\">(this adds some virtual storage drives so you can create a pool in the FreeNAS VM. I just created 2 and mirrored them, but configure as you like)<\/span><\/em><\/p>\n<p>&nbsp;<\/p>\n<p>And that should be it. \u00a0You should now be able to start the FreeNAS VM with:<\/p>\n<p>&nbsp;<\/p>\n<p class=\"wp-block-verse\"><span style=\"font-family: 'courier new', courier, monospace; font-size: 10pt;\">[root@freenas ~]# iohyve start fnas<\/span><\/p>\n<p>&nbsp;<\/p>\n<p>Check back in the SSH console to see what IP address is assigned and then connect to the WUI using any browser (although Chrome is working much better for me than Safari with a 11.2-BETA1 VM) at HTTP:\/\/&lt;IP_address&gt;<\/p>\n<p>&nbsp;<\/p>\n<p>Hope this is of some help if you&#8217;re trying to do this at home! \u00a0It would be nice if the iohyve VM were visible in the FreeNAS WUI, but I&#8217;m just happy that I can create a FreeNAS VM to play with on a FreeNAS host (which I used to do using a \u00a0VirtualBox jail on 9.10.1-U1).<\/p>\n<p>&nbsp;<\/p>\n<p>It will allow me to plan my upgrade to 11.2, which in all honesty is unlikely to be until at least 11.2-U2 \ud83d\ude00<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I like playing around with the latest versions of FreeNAS before they are released, but not by running the latest version on my main server. \u00a0Oh no! \u00a0The best way to do this is to create a FreeNAS VM on the FreeNAS server, although after upgrading to 11.1-U4 I was struggling to make this work. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[19,2],"tags":[21],"class_list":["post-21790","post","type-post","status-publish","format-standard","hentry","category-freenas","category-it","tag-spellchecked"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>FreeNAS VM running on FreeNAS using iohyve\/bhyve - Adrian&#039;s Blog<\/title>\n<meta name=\"description\" content=\"I like playing around with the latest versions of FreeNAS before they are released, but not by running the latest version on my main server. \u00a0Oh no! \u00a0The best way to do this is to create a FreeNAS VM on the FreeNAS server, although after upgrading to 11.1-U4 I was struggling to make this work.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/home.apeconsulting.co.uk\/adrian\/freenas-vm-running-on-freenas-using-iohyve-bhyve\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"FreeNAS VM running on FreeNAS using iohyve\/bhyve - Adrian&#039;s Blog\" \/>\n<meta property=\"og:description\" content=\"I like playing around with the latest versions of FreeNAS before they are released, but not by running the latest version on my main server. \u00a0Oh no! \u00a0The best way to do this is to create a FreeNAS VM on the FreeNAS server, although after upgrading to 11.1-U4 I was struggling to make this work.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/home.apeconsulting.co.uk\/adrian\/freenas-vm-running-on-freenas-using-iohyve-bhyve\/\" \/>\n<meta property=\"og:site_name\" content=\"Adrian&#039;s Blog\" \/>\n<meta property=\"article:published_time\" content=\"2018-05-30T09:00:25+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2018-05-30T12:43:30+00:00\" \/>\n<meta name=\"author\" content=\"Adrian\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Adrian\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated 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:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/freenas-vm-running-on-freenas-using-iohyve-bhyve\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/freenas-vm-running-on-freenas-using-iohyve-bhyve\\\/\"},\"author\":{\"name\":\"Adrian\",\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#\\\/schema\\\/person\\\/f63f15ff50bb8f956afdd86a816c5d2a\"},\"headline\":\"FreeNAS VM running on FreeNAS using iohyve\\\/bhyve\",\"datePublished\":\"2018-05-30T09:00:25+00:00\",\"dateModified\":\"2018-05-30T12:43:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/freenas-vm-running-on-freenas-using-iohyve-bhyve\\\/\"},\"wordCount\":547,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#\\\/schema\\\/person\\\/f63f15ff50bb8f956afdd86a816c5d2a\"},\"keywords\":[\"Checked\"],\"articleSection\":[\"FreeNAS\",\"IT\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/freenas-vm-running-on-freenas-using-iohyve-bhyve\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/freenas-vm-running-on-freenas-using-iohyve-bhyve\\\/\",\"url\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/freenas-vm-running-on-freenas-using-iohyve-bhyve\\\/\",\"name\":\"FreeNAS VM running on FreeNAS using iohyve\\\/bhyve - Adrian&#039;s Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#website\"},\"datePublished\":\"2018-05-30T09:00:25+00:00\",\"dateModified\":\"2018-05-30T12:43:30+00:00\",\"description\":\"I like playing around with the latest versions of FreeNAS before they are released, but not by running the latest version on my main server. \u00a0Oh no! \u00a0The best way to do this is to create a FreeNAS VM on the FreeNAS server, although after upgrading to 11.1-U4 I was struggling to make this work.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/freenas-vm-running-on-freenas-using-iohyve-bhyve\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/freenas-vm-running-on-freenas-using-iohyve-bhyve\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/freenas-vm-running-on-freenas-using-iohyve-bhyve\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"FreeNAS VM running on FreeNAS using iohyve\\\/bhyve\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#website\",\"url\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/\",\"name\":\"Adrian&#039;s Blog\",\"description\":\"Ramblings of an IT Geek\",\"publisher\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#\\\/schema\\\/person\\\/f63f15ff50bb8f956afdd86a816c5d2a\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#\\\/schema\\\/person\\\/f63f15ff50bb8f956afdd86a816c5d2a\",\"name\":\"Adrian\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g\",\"caption\":\"Adrian\"},\"logo\":{\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"FreeNAS VM running on FreeNAS using iohyve\/bhyve - Adrian&#039;s Blog","description":"I like playing around with the latest versions of FreeNAS before they are released, but not by running the latest version on my main server. \u00a0Oh no! \u00a0The best way to do this is to create a FreeNAS VM on the FreeNAS server, although after upgrading to 11.1-U4 I was struggling to make this work.","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:\/\/home.apeconsulting.co.uk\/adrian\/freenas-vm-running-on-freenas-using-iohyve-bhyve\/","og_locale":"en_GB","og_type":"article","og_title":"FreeNAS VM running on FreeNAS using iohyve\/bhyve - Adrian&#039;s Blog","og_description":"I like playing around with the latest versions of FreeNAS before they are released, but not by running the latest version on my main server. \u00a0Oh no! \u00a0The best way to do this is to create a FreeNAS VM on the FreeNAS server, although after upgrading to 11.1-U4 I was struggling to make this work.","og_url":"https:\/\/home.apeconsulting.co.uk\/adrian\/freenas-vm-running-on-freenas-using-iohyve-bhyve\/","og_site_name":"Adrian&#039;s Blog","article_published_time":"2018-05-30T09:00:25+00:00","article_modified_time":"2018-05-30T12:43:30+00:00","author":"Adrian","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Adrian","Estimated reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/freenas-vm-running-on-freenas-using-iohyve-bhyve\/#article","isPartOf":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/freenas-vm-running-on-freenas-using-iohyve-bhyve\/"},"author":{"name":"Adrian","@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#\/schema\/person\/f63f15ff50bb8f956afdd86a816c5d2a"},"headline":"FreeNAS VM running on FreeNAS using iohyve\/bhyve","datePublished":"2018-05-30T09:00:25+00:00","dateModified":"2018-05-30T12:43:30+00:00","mainEntityOfPage":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/freenas-vm-running-on-freenas-using-iohyve-bhyve\/"},"wordCount":547,"commentCount":1,"publisher":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#\/schema\/person\/f63f15ff50bb8f956afdd86a816c5d2a"},"keywords":["Checked"],"articleSection":["FreeNAS","IT"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/home.apeconsulting.co.uk\/adrian\/freenas-vm-running-on-freenas-using-iohyve-bhyve\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/freenas-vm-running-on-freenas-using-iohyve-bhyve\/","url":"https:\/\/home.apeconsulting.co.uk\/adrian\/freenas-vm-running-on-freenas-using-iohyve-bhyve\/","name":"FreeNAS VM running on FreeNAS using iohyve\/bhyve - Adrian&#039;s Blog","isPartOf":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#website"},"datePublished":"2018-05-30T09:00:25+00:00","dateModified":"2018-05-30T12:43:30+00:00","description":"I like playing around with the latest versions of FreeNAS before they are released, but not by running the latest version on my main server. \u00a0Oh no! \u00a0The best way to do this is to create a FreeNAS VM on the FreeNAS server, although after upgrading to 11.1-U4 I was struggling to make this work.","breadcrumb":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/freenas-vm-running-on-freenas-using-iohyve-bhyve\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/home.apeconsulting.co.uk\/adrian\/freenas-vm-running-on-freenas-using-iohyve-bhyve\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/freenas-vm-running-on-freenas-using-iohyve-bhyve\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/home.apeconsulting.co.uk\/adrian\/"},{"@type":"ListItem","position":2,"name":"FreeNAS VM running on FreeNAS using iohyve\/bhyve"}]},{"@type":"WebSite","@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#website","url":"https:\/\/home.apeconsulting.co.uk\/adrian\/","name":"Adrian&#039;s Blog","description":"Ramblings of an IT Geek","publisher":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#\/schema\/person\/f63f15ff50bb8f956afdd86a816c5d2a"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/home.apeconsulting.co.uk\/adrian\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":["Person","Organization"],"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#\/schema\/person\/f63f15ff50bb8f956afdd86a816c5d2a","name":"Adrian","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g","caption":"Adrian"},"logo":{"@id":"https:\/\/secure.gravatar.com\/avatar\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g"}}]}},"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p90DI4-5Fs","jetpack-related-posts":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/posts\/21790","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/comments?post=21790"}],"version-history":[{"count":11,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/posts\/21790\/revisions"}],"predecessor-version":[{"id":21829,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/posts\/21790\/revisions\/21829"}],"wp:attachment":[{"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/media?parent=21790"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/categories?post=21790"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/tags?post=21790"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}