{"id":38956,"date":"2022-11-10T14:10:13","date_gmt":"2022-11-10T20:10:13","guid":{"rendered":"https:\/\/verticalagetechnologies.com\/?p=38956"},"modified":"2022-11-10T16:04:07","modified_gmt":"2022-11-10T22:04:07","slug":"fun-with-citrix-functional-levels","status":"publish","type":"post","link":"https:\/\/verticalagetechnologies.com\/index.php\/2022\/11\/10\/fun-with-citrix-functional-levels","title":{"rendered":"Fun with Citrix Functional Levels"},"content":{"rendered":"\n<p>I recently had to figure out which Functional Level goes to which Citrix version\/release.  I figured I would provide the full list as of Citrix 2209 along with some of the Powershell code I used to gather details.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Citrix says &#8220;The functional level controls which product features are available to machines in the catalog. Setting a minimum functional level makes all features introduced since that version available to the catalog. Machines will fail to register if they are running an earlier VDA version, unless it meets the minimum functional level.&#8221;<\/p>\n<\/blockquote>\n\n\n\n<p>I for the life of me couldn&#8217;t find a Powershell command that correlated the L# versions with the specific minimum Citrix version that shows up in the GUI.  If you know of a way, please let me know.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/verticalagetechnologies.com\/wp-content\/uploads\/2022\/11\/2022-11-10-13_54_42-DesktopOS-DG-Desktop-Viewer.png\"><img loading=\"lazy\" decoding=\"async\" width=\"246\" height=\"152\" src=\"https:\/\/verticalagetechnologies.com\/wp-content\/uploads\/2022\/11\/2022-11-10-13_54_42-DesktopOS-DG-Desktop-Viewer.png\" alt=\"\" class=\"wp-image-38960\"\/><\/a><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>List:<\/strong><\/h2>\n\n\n\n<p>L5 = &#8220;VDA 5.6 FP1&#8221;<br>L7 = &#8220;VDA 7.0&#8221;<br>L7_6 = &#8220;VDA 7.6&#8221;<br>L7_7 = &#8220;VDA 7.7&#8221;<br>L7_8 = &#8220;VDA 7.8&#8221;<br>L7_9 = &#8220;VDA 7.9&#8221;<br>L7_20 = &#8220;VDA 1811&#8221;<br>L7_25 = &#8220;VDA 2003&#8221;<br>L7_30 = &#8220;VDA 2106&#8221;<br>L7_34 = &#8220;VDA 2206&#8221;<br>LMIN = &#8220;Earliest Available Level&#8221;<br>LMAX = &#8220;Latest Available Level&#8221;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Powershell Commands:<\/h2>\n\n\n\n<p><strong>Get Functional Level of Machine Catalogs and Delivery Groups:<\/strong><\/p>\n\n\n\n<p><code>get-brokercatalog -Property Name,MinimumFunctionalLevel<br>get-brokerDesktopGroup -Property Name,MinimumFunctionalLevel<\/code><\/p>\n\n\n\n<p><strong>List available levels to set:<\/strong><\/p>\n\n\n\n<p><code>Get-BrokerServiceAddedCapability<\/code><\/p>\n\n\n\n<p><strong>List ALL Functional Levels (no matter what version you are on)<\/strong><\/p>\n\n\n\n<p><code>((Get-Command Get-Brokercatalog).Parameters.Values | Where-Object {$_.Name -like \"minimumfunctionallevel\"}).Parametertype.DeclaredFields | Where-Object {$_.name -like \"L*\"}<\/code><\/p>\n\n\n\n<p><strong>Set Functional Levels by Specific Machine Catalogue or Delivery Group Name:<\/strong><\/p>\n\n\n\n<p><code>Set-BrokerDesktopGroup -Name DGname -MinimumFunctionalLevel L7_30<br>Set-BrokerCatalog -Name MCname -MinimumFunctionalLevel L7_30<\/code><\/p>\n\n\n\n<p>Should Citrix do away with Functional Levels?  Are they really needed?  And why are they needed for Machine Catalogues AND Delivery Groups? Don&#8217;t you just expect to get the features when you upgrade the VDA? I know I do.  Obviously if the VDA wasn&#8217;t upgraded, any configured Citrix Site Policies that target the VDA would not apply.  Seems fair to me.<\/p>\n\n\n","protected":false},"excerpt":{"rendered":"<p>I recently had to figure out which Functional Level goes to which Citrix version\/release. I figured I would provide the full list as of Citrix 2209 along with some of the Powershell code I used to gather details. Citrix says &#8220;The functional level controls which product features are available to machines in the catalog. Setting&#8230;<\/p>\n","protected":false},"author":1,"featured_media":38967,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"categories":[8,12],"tags":[14],"class_list":["post-38956","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-citrix","category-xendesktopxenapp","tag-citrix"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\r\n<title>Fun with Citrix Functional Levels - Vertical Age Technologies, LLC<\/title>\r\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\r\n<link rel=\"canonical\" href=\"https:\/\/verticalagetechnologies.com\/index.php\/2022\/11\/10\/fun-with-citrix-functional-levels\" \/>\r\n<meta property=\"og:locale\" content=\"en_US\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"Fun with Citrix Functional Levels - Vertical Age Technologies, LLC\" \/>\r\n<meta property=\"og:description\" content=\"I recently had to figure out which Functional Level goes to which Citrix version\/release. I figured I would provide the full list as of Citrix 2209 along with some of the Powershell code I used to gather details. Citrix says &#8220;The functional level controls which product features are available to machines in the catalog. Setting...\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/verticalagetechnologies.com\/index.php\/2022\/11\/10\/fun-with-citrix-functional-levels\" \/>\r\n<meta property=\"og:site_name\" content=\"Vertical Age Technologies, LLC\" \/>\r\n<meta property=\"article:published_time\" content=\"2022-11-10T20:10:13+00:00\" \/>\r\n<meta property=\"article:modified_time\" content=\"2022-11-10T22:04:07+00:00\" \/>\r\n<meta property=\"og:image\" content=\"https:\/\/verticalagetechnologies.com\/wp-content\/uploads\/2022\/11\/image-2.png\" \/>\r\n\t<meta property=\"og:image:width\" content=\"821\" \/>\r\n\t<meta property=\"og:image:height\" content=\"202\" \/>\r\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\r\n<meta name=\"author\" content=\"Steve Noel\" \/>\r\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\r\n<meta name=\"twitter:creator\" content=\"@steve_noel\" \/>\r\n<meta name=\"twitter:site\" content=\"@steve_noel\" \/>\r\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Steve Noel\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/verticalagetechnologies.com\\\/index.php\\\/2022\\\/11\\\/10\\\/fun-with-citrix-functional-levels#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/verticalagetechnologies.com\\\/index.php\\\/2022\\\/11\\\/10\\\/fun-with-citrix-functional-levels\"},\"author\":{\"name\":\"Steve Noel\",\"@id\":\"https:\\\/\\\/verticalagetechnologies.com\\\/#\\\/schema\\\/person\\\/8770e41ed31650ba3b32a4e7482e5de6\"},\"headline\":\"Fun with Citrix Functional Levels\",\"datePublished\":\"2022-11-10T20:10:13+00:00\",\"dateModified\":\"2022-11-10T22:04:07+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/verticalagetechnologies.com\\\/index.php\\\/2022\\\/11\\\/10\\\/fun-with-citrix-functional-levels\"},\"wordCount\":265,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/verticalagetechnologies.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/verticalagetechnologies.com\\\/index.php\\\/2022\\\/11\\\/10\\\/fun-with-citrix-functional-levels#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/verticalagetechnologies.com\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/image-2.png\",\"keywords\":[\"Citrix\"],\"articleSection\":[\"Citrix\",\"Xendesktop\\\/Xenapp\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/verticalagetechnologies.com\\\/index.php\\\/2022\\\/11\\\/10\\\/fun-with-citrix-functional-levels#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/verticalagetechnologies.com\\\/index.php\\\/2022\\\/11\\\/10\\\/fun-with-citrix-functional-levels\",\"url\":\"https:\\\/\\\/verticalagetechnologies.com\\\/index.php\\\/2022\\\/11\\\/10\\\/fun-with-citrix-functional-levels\",\"name\":\"Fun with Citrix Functional Levels - Vertical Age Technologies, LLC\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/verticalagetechnologies.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/verticalagetechnologies.com\\\/index.php\\\/2022\\\/11\\\/10\\\/fun-with-citrix-functional-levels#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/verticalagetechnologies.com\\\/index.php\\\/2022\\\/11\\\/10\\\/fun-with-citrix-functional-levels#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/verticalagetechnologies.com\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/image-2.png\",\"datePublished\":\"2022-11-10T20:10:13+00:00\",\"dateModified\":\"2022-11-10T22:04:07+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/verticalagetechnologies.com\\\/index.php\\\/2022\\\/11\\\/10\\\/fun-with-citrix-functional-levels#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/verticalagetechnologies.com\\\/index.php\\\/2022\\\/11\\\/10\\\/fun-with-citrix-functional-levels\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/verticalagetechnologies.com\\\/index.php\\\/2022\\\/11\\\/10\\\/fun-with-citrix-functional-levels#primaryimage\",\"url\":\"https:\\\/\\\/verticalagetechnologies.com\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/image-2.png\",\"contentUrl\":\"https:\\\/\\\/verticalagetechnologies.com\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/image-2.png\",\"width\":821,\"height\":202},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/verticalagetechnologies.com\\\/index.php\\\/2022\\\/11\\\/10\\\/fun-with-citrix-functional-levels#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/verticalagetechnologies.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Fun with Citrix Functional Levels\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/verticalagetechnologies.com\\\/#website\",\"url\":\"https:\\\/\\\/verticalagetechnologies.com\\\/\",\"name\":\"Vertical Age Technologies, LLC\",\"description\":\"A Blogging and Portfolio website on everything technology.\",\"publisher\":{\"@id\":\"https:\\\/\\\/verticalagetechnologies.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/verticalagetechnologies.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/verticalagetechnologies.com\\\/#organization\",\"name\":\"Vertical Age Technologies\",\"url\":\"https:\\\/\\\/verticalagetechnologies.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/verticalagetechnologies.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/verticalagetechnologies.com\\\/wp-content\\\/uploads\\\/2015\\\/11\\\/VA-Green-Alpha.png\",\"contentUrl\":\"https:\\\/\\\/verticalagetechnologies.com\\\/wp-content\\\/uploads\\\/2015\\\/11\\\/VA-Green-Alpha.png\",\"width\":1683,\"height\":462,\"caption\":\"Vertical Age Technologies\"},\"image\":{\"@id\":\"https:\\\/\\\/verticalagetechnologies.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/steve_noel\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/snoel\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/verticalagetechnologies.com\\\/#\\\/schema\\\/person\\\/8770e41ed31650ba3b32a4e7482e5de6\",\"name\":\"Steve Noel\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8a54091a24f06514e9fa9b1702fdb589dced4bdf85d9ebced7ef6047b79a3ca3?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8a54091a24f06514e9fa9b1702fdb589dced4bdf85d9ebced7ef6047b79a3ca3?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8a54091a24f06514e9fa9b1702fdb589dced4bdf85d9ebced7ef6047b79a3ca3?s=96&d=mm&r=g\",\"caption\":\"Steve Noel\"},\"sameAs\":[\"http:\\\/\\\/VerticalAge.com\"]}]}<\/script>\r\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Fun with Citrix Functional Levels - Vertical Age Technologies, LLC","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:\/\/verticalagetechnologies.com\/index.php\/2022\/11\/10\/fun-with-citrix-functional-levels","og_locale":"en_US","og_type":"article","og_title":"Fun with Citrix Functional Levels - Vertical Age Technologies, LLC","og_description":"I recently had to figure out which Functional Level goes to which Citrix version\/release. I figured I would provide the full list as of Citrix 2209 along with some of the Powershell code I used to gather details. Citrix says &#8220;The functional level controls which product features are available to machines in the catalog. Setting...","og_url":"https:\/\/verticalagetechnologies.com\/index.php\/2022\/11\/10\/fun-with-citrix-functional-levels","og_site_name":"Vertical Age Technologies, LLC","article_published_time":"2022-11-10T20:10:13+00:00","article_modified_time":"2022-11-10T22:04:07+00:00","og_image":[{"width":821,"height":202,"url":"https:\/\/verticalagetechnologies.com\/wp-content\/uploads\/2022\/11\/image-2.png","type":"image\/png"}],"author":"Steve Noel","twitter_card":"summary_large_image","twitter_creator":"@steve_noel","twitter_site":"@steve_noel","twitter_misc":{"Written by":"Steve Noel","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/verticalagetechnologies.com\/index.php\/2022\/11\/10\/fun-with-citrix-functional-levels#article","isPartOf":{"@id":"https:\/\/verticalagetechnologies.com\/index.php\/2022\/11\/10\/fun-with-citrix-functional-levels"},"author":{"name":"Steve Noel","@id":"https:\/\/verticalagetechnologies.com\/#\/schema\/person\/8770e41ed31650ba3b32a4e7482e5de6"},"headline":"Fun with Citrix Functional Levels","datePublished":"2022-11-10T20:10:13+00:00","dateModified":"2022-11-10T22:04:07+00:00","mainEntityOfPage":{"@id":"https:\/\/verticalagetechnologies.com\/index.php\/2022\/11\/10\/fun-with-citrix-functional-levels"},"wordCount":265,"commentCount":0,"publisher":{"@id":"https:\/\/verticalagetechnologies.com\/#organization"},"image":{"@id":"https:\/\/verticalagetechnologies.com\/index.php\/2022\/11\/10\/fun-with-citrix-functional-levels#primaryimage"},"thumbnailUrl":"https:\/\/verticalagetechnologies.com\/wp-content\/uploads\/2022\/11\/image-2.png","keywords":["Citrix"],"articleSection":["Citrix","Xendesktop\/Xenapp"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/verticalagetechnologies.com\/index.php\/2022\/11\/10\/fun-with-citrix-functional-levels#respond"]}]},{"@type":"WebPage","@id":"https:\/\/verticalagetechnologies.com\/index.php\/2022\/11\/10\/fun-with-citrix-functional-levels","url":"https:\/\/verticalagetechnologies.com\/index.php\/2022\/11\/10\/fun-with-citrix-functional-levels","name":"Fun with Citrix Functional Levels - Vertical Age Technologies, LLC","isPartOf":{"@id":"https:\/\/verticalagetechnologies.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/verticalagetechnologies.com\/index.php\/2022\/11\/10\/fun-with-citrix-functional-levels#primaryimage"},"image":{"@id":"https:\/\/verticalagetechnologies.com\/index.php\/2022\/11\/10\/fun-with-citrix-functional-levels#primaryimage"},"thumbnailUrl":"https:\/\/verticalagetechnologies.com\/wp-content\/uploads\/2022\/11\/image-2.png","datePublished":"2022-11-10T20:10:13+00:00","dateModified":"2022-11-10T22:04:07+00:00","breadcrumb":{"@id":"https:\/\/verticalagetechnologies.com\/index.php\/2022\/11\/10\/fun-with-citrix-functional-levels#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/verticalagetechnologies.com\/index.php\/2022\/11\/10\/fun-with-citrix-functional-levels"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/verticalagetechnologies.com\/index.php\/2022\/11\/10\/fun-with-citrix-functional-levels#primaryimage","url":"https:\/\/verticalagetechnologies.com\/wp-content\/uploads\/2022\/11\/image-2.png","contentUrl":"https:\/\/verticalagetechnologies.com\/wp-content\/uploads\/2022\/11\/image-2.png","width":821,"height":202},{"@type":"BreadcrumbList","@id":"https:\/\/verticalagetechnologies.com\/index.php\/2022\/11\/10\/fun-with-citrix-functional-levels#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/verticalagetechnologies.com\/"},{"@type":"ListItem","position":2,"name":"Fun with Citrix Functional Levels"}]},{"@type":"WebSite","@id":"https:\/\/verticalagetechnologies.com\/#website","url":"https:\/\/verticalagetechnologies.com\/","name":"Vertical Age Technologies, LLC","description":"A Blogging and Portfolio website on everything technology.","publisher":{"@id":"https:\/\/verticalagetechnologies.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/verticalagetechnologies.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/verticalagetechnologies.com\/#organization","name":"Vertical Age Technologies","url":"https:\/\/verticalagetechnologies.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/verticalagetechnologies.com\/#\/schema\/logo\/image\/","url":"https:\/\/verticalagetechnologies.com\/wp-content\/uploads\/2015\/11\/VA-Green-Alpha.png","contentUrl":"https:\/\/verticalagetechnologies.com\/wp-content\/uploads\/2015\/11\/VA-Green-Alpha.png","width":1683,"height":462,"caption":"Vertical Age Technologies"},"image":{"@id":"https:\/\/verticalagetechnologies.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/steve_noel","https:\/\/www.linkedin.com\/in\/snoel\/"]},{"@type":"Person","@id":"https:\/\/verticalagetechnologies.com\/#\/schema\/person\/8770e41ed31650ba3b32a4e7482e5de6","name":"Steve Noel","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/8a54091a24f06514e9fa9b1702fdb589dced4bdf85d9ebced7ef6047b79a3ca3?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/8a54091a24f06514e9fa9b1702fdb589dced4bdf85d9ebced7ef6047b79a3ca3?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/8a54091a24f06514e9fa9b1702fdb589dced4bdf85d9ebced7ef6047b79a3ca3?s=96&d=mm&r=g","caption":"Steve Noel"},"sameAs":["http:\/\/VerticalAge.com"]}]}},"_links":{"self":[{"href":"https:\/\/verticalagetechnologies.com\/index.php\/wp-json\/wp\/v2\/posts\/38956","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/verticalagetechnologies.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/verticalagetechnologies.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/verticalagetechnologies.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/verticalagetechnologies.com\/index.php\/wp-json\/wp\/v2\/comments?post=38956"}],"version-history":[{"count":8,"href":"https:\/\/verticalagetechnologies.com\/index.php\/wp-json\/wp\/v2\/posts\/38956\/revisions"}],"predecessor-version":[{"id":38970,"href":"https:\/\/verticalagetechnologies.com\/index.php\/wp-json\/wp\/v2\/posts\/38956\/revisions\/38970"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/verticalagetechnologies.com\/index.php\/wp-json\/wp\/v2\/media\/38967"}],"wp:attachment":[{"href":"https:\/\/verticalagetechnologies.com\/index.php\/wp-json\/wp\/v2\/media?parent=38956"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/verticalagetechnologies.com\/index.php\/wp-json\/wp\/v2\/categories?post=38956"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/verticalagetechnologies.com\/index.php\/wp-json\/wp\/v2\/tags?post=38956"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}