{"id":22896,"date":"2023-03-31T15:54:20","date_gmt":"2023-03-31T14:54:20","guid":{"rendered":"https:\/\/aidanfinn.com\/?p=22896"},"modified":"2023-03-31T15:54:27","modified_gmt":"2023-03-31T14:54:27","slug":"powershell-check-vmss-instance-image-model-versions","status":"publish","type":"post","link":"https:\/\/aidanfinn.com\/?p=22896","title":{"rendered":"PowerShell &#8211; Check VMSS Instance Image\/Model Versions"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Here is a PowerShell script to check the Image or Model versions of each instance in an Azure Virtual Machine Scale Set (VMSS):<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ResourceGroup = \"p-we1dep\"\n$Vmss = \"p-we1dep-windows-vmss\"\n\n\/\/ Find all the instances in the VMSS\n$Instances = Get-AzVmssVM -ResourceGroupName $ResourceGroup -Name $Vmss\n\nWrite-Host \"Instance image versions of VMMS: $Vmss\"\n\n\/\/ For each instance in the VMSS\nforeach ($Instance in $Instances) {\n\n    \/\/ Get the exact version of the instance\n    $InstanceInfo = (Get-AzVmssVM -ResourceGroupName $ResourceGroup -Name $Vmss -InstanceId $Instance.instanceId).StorageProfile.ImageReference.ExactVersion\n    $Id = $Instance.instanceId\n\n    \/\/ Echo the instance ID and Exact Version\n    Write-Host \"Instance $Id - $InstanceExactVersion\"\n}<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Here is a PowerShell script to check the Image or Model versions of each instance in an Azure Virtual Machine Scale Set (VMSS):<\/p>\n","protected":false},"author":1,"featured_media":18900,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"_wpcom_ai_launchpad_first_post":false,"footnotes":""},"categories":[1],"tags":[170,87,512],"class_list":["post-22896","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","tag-azure","tag-powershell","tag-virtual-machine-scale-set"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Here is a PowerShell script to check the Image or Model versions of each instance in an Azure Virtual Machine Scale Set (VMSS): $ResourceGroup = &quot;p-we1dep&quot; $Vmss = &quot;p-we1dep-windows-vmss&quot; \/\/ Find all the instances in the VMSS $Instances = Get-AzVmssVM -ResourceGroupName $ResourceGroup -Name $Vmss Write-Host &quot;Instance image versions of VMMS: $Vmss&quot; \/\/ For each instance\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"AFinn\"\/>\n\t<meta name=\"google-site-verification\" content=\"TDKjbi2McB2eLIfL6KwPB3aQqv5E-mbcb2QYIcovGaI\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/aidanfinn.com\/?p=22896\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_GB\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Aidan Finn, IT Pro - A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"PowerShell \u2013 Check VMSS Instance Image\/Model Versions | Aidan Finn, IT Pro\" \/>\n\t\t<meta property=\"og:description\" content=\"Here is a PowerShell script to check the Image or Model versions of each instance in an Azure Virtual Machine Scale Set (VMSS): $ResourceGroup = &quot;p-we1dep&quot; $Vmss = &quot;p-we1dep-windows-vmss&quot; \/\/ Find all the instances in the VMSS $Instances = Get-AzVmssVM -ResourceGroupName $ResourceGroup -Name $Vmss Write-Host &quot;Instance image versions of VMMS: $Vmss&quot; \/\/ For each instance\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/aidanfinn.com\/?p=22896\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2023-03-31T14:54:20+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2023-03-31T14:54:27+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@joe_elway\" \/>\n\t\t<meta name=\"twitter:title\" content=\"PowerShell \u2013 Check VMSS Instance Image\/Model Versions | Aidan Finn, IT Pro\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Here is a PowerShell script to check the Image or Model versions of each instance in an Azure Virtual Machine Scale Set (VMSS): $ResourceGroup = &quot;p-we1dep&quot; $Vmss = &quot;p-we1dep-windows-vmss&quot; \/\/ Find all the instances in the VMSS $Instances = Get-AzVmssVM -ResourceGroupName $ResourceGroup -Name $Vmss Write-Host &quot;Instance image versions of VMMS: $Vmss&quot; \/\/ For each instance\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@joe_elway\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22896#article\",\"name\":\"PowerShell \\u2013 Check VMSS Instance Image\\\/Model Versions | Aidan Finn, IT Pro\",\"headline\":\"PowerShell &#8211; Check VMSS Instance Image\\\/Model Versions\",\"author\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/wp-content\\\/uploads\\\/2015\\\/09\\\/5315.powershell_2D00_logo.gif_2D00_550x01.png\",\"width\":550,\"height\":372},\"datePublished\":\"2023-03-31T15:54:20+01:00\",\"dateModified\":\"2023-03-31T15:54:27+01:00\",\"inLanguage\":\"en-GB\",\"commentCount\":2,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22896#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22896#webpage\"},\"articleSection\":\"Uncategorized, Azure, PowerShell, Virtual Machine Scale Set\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22896#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/aidanfinn.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=1#listItem\",\"name\":\"Uncategorized\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=1#listItem\",\"position\":2,\"name\":\"Uncategorized\",\"item\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=1\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22896#listItem\",\"name\":\"PowerShell &#8211; Check VMSS Instance Image\\\/Model Versions\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22896#listItem\",\"position\":3,\"name\":\"PowerShell &#8211; Check VMSS Instance Image\\\/Model Versions\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=1#listItem\",\"name\":\"Uncategorized\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#person\",\"name\":\"AFinn\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22896#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"AFinn\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1\",\"name\":\"AFinn\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22896#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"AFinn\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22896#webpage\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22896\",\"name\":\"PowerShell \\u2013 Check VMSS Instance Image\\\/Model Versions | Aidan Finn, IT Pro\",\"description\":\"Here is a PowerShell script to check the Image or Model versions of each instance in an Azure Virtual Machine Scale Set (VMSS): $ResourceGroup = \\\"p-we1dep\\\" $Vmss = \\\"p-we1dep-windows-vmss\\\" \\\/\\\/ Find all the instances in the VMSS $Instances = Get-AzVmssVM -ResourceGroupName $ResourceGroup -Name $Vmss Write-Host \\\"Instance image versions of VMMS: $Vmss\\\" \\\/\\\/ For each instance\",\"inLanguage\":\"en-GB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22896#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/wp-content\\\/uploads\\\/2015\\\/09\\\/5315.powershell_2D00_logo.gif_2D00_550x01.png\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22896\\\/#mainImage\",\"width\":550,\"height\":372},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22896#mainImage\"},\"datePublished\":\"2023-03-31T15:54:20+01:00\",\"dateModified\":\"2023-03-31T15:54:27+01:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#website\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/\",\"name\":\"Aidan Finn, IT Pro\",\"description\":\"A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...\",\"inLanguage\":\"en-GB\",\"publisher\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"PowerShell \u2013 Check VMSS Instance Image\/Model Versions | Aidan Finn, IT Pro","description":"Here is a PowerShell script to check the Image or Model versions of each instance in an Azure Virtual Machine Scale Set (VMSS): $ResourceGroup = \"p-we1dep\" $Vmss = \"p-we1dep-windows-vmss\" \/\/ Find all the instances in the VMSS $Instances = Get-AzVmssVM -ResourceGroupName $ResourceGroup -Name $Vmss Write-Host \"Instance image versions of VMMS: $Vmss\" \/\/ For each instance","canonical_url":"https:\/\/aidanfinn.com\/?p=22896","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"TDKjbi2McB2eLIfL6KwPB3aQqv5E-mbcb2QYIcovGaI","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/aidanfinn.com\/?p=22896#article","name":"PowerShell \u2013 Check VMSS Instance Image\/Model Versions | Aidan Finn, IT Pro","headline":"PowerShell &#8211; Check VMSS Instance Image\/Model Versions","author":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"publisher":{"@id":"https:\/\/aidanfinn.com\/#person"},"image":{"@type":"ImageObject","url":"https:\/\/aidanfinn.com\/wp-content\/uploads\/2015\/09\/5315.powershell_2D00_logo.gif_2D00_550x01.png","width":550,"height":372},"datePublished":"2023-03-31T15:54:20+01:00","dateModified":"2023-03-31T15:54:27+01:00","inLanguage":"en-GB","commentCount":2,"mainEntityOfPage":{"@id":"https:\/\/aidanfinn.com\/?p=22896#webpage"},"isPartOf":{"@id":"https:\/\/aidanfinn.com\/?p=22896#webpage"},"articleSection":"Uncategorized, Azure, PowerShell, Virtual Machine Scale Set"},{"@type":"BreadcrumbList","@id":"https:\/\/aidanfinn.com\/?p=22896#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/aidanfinn.com#listItem","position":1,"name":"Home","item":"https:\/\/aidanfinn.com","nextItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?cat=1#listItem","name":"Uncategorized"}},{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?cat=1#listItem","position":2,"name":"Uncategorized","item":"https:\/\/aidanfinn.com\/?cat=1","nextItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?p=22896#listItem","name":"PowerShell &#8211; Check VMSS Instance Image\/Model Versions"},"previousItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?p=22896#listItem","position":3,"name":"PowerShell &#8211; Check VMSS Instance Image\/Model Versions","previousItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?cat=1#listItem","name":"Uncategorized"}}]},{"@type":"Person","@id":"https:\/\/aidanfinn.com\/#person","name":"AFinn","image":{"@type":"ImageObject","@id":"https:\/\/aidanfinn.com\/?p=22896#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g","width":96,"height":96,"caption":"AFinn"}},{"@type":"Person","@id":"https:\/\/aidanfinn.com\/?author=1#author","url":"https:\/\/aidanfinn.com\/?author=1","name":"AFinn","image":{"@type":"ImageObject","@id":"https:\/\/aidanfinn.com\/?p=22896#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g","width":96,"height":96,"caption":"AFinn"}},{"@type":"WebPage","@id":"https:\/\/aidanfinn.com\/?p=22896#webpage","url":"https:\/\/aidanfinn.com\/?p=22896","name":"PowerShell \u2013 Check VMSS Instance Image\/Model Versions | Aidan Finn, IT Pro","description":"Here is a PowerShell script to check the Image or Model versions of each instance in an Azure Virtual Machine Scale Set (VMSS): $ResourceGroup = \"p-we1dep\" $Vmss = \"p-we1dep-windows-vmss\" \/\/ Find all the instances in the VMSS $Instances = Get-AzVmssVM -ResourceGroupName $ResourceGroup -Name $Vmss Write-Host \"Instance image versions of VMMS: $Vmss\" \/\/ For each instance","inLanguage":"en-GB","isPartOf":{"@id":"https:\/\/aidanfinn.com\/#website"},"breadcrumb":{"@id":"https:\/\/aidanfinn.com\/?p=22896#breadcrumblist"},"author":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"creator":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"image":{"@type":"ImageObject","url":"https:\/\/aidanfinn.com\/wp-content\/uploads\/2015\/09\/5315.powershell_2D00_logo.gif_2D00_550x01.png","@id":"https:\/\/aidanfinn.com\/?p=22896\/#mainImage","width":550,"height":372},"primaryImageOfPage":{"@id":"https:\/\/aidanfinn.com\/?p=22896#mainImage"},"datePublished":"2023-03-31T15:54:20+01:00","dateModified":"2023-03-31T15:54:27+01:00"},{"@type":"WebSite","@id":"https:\/\/aidanfinn.com\/#website","url":"https:\/\/aidanfinn.com\/","name":"Aidan Finn, IT Pro","description":"A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...","inLanguage":"en-GB","publisher":{"@id":"https:\/\/aidanfinn.com\/#person"}}]},"og:locale":"en_GB","og:site_name":"Aidan Finn, IT Pro - A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...","og:type":"article","og:title":"PowerShell \u2013 Check VMSS Instance Image\/Model Versions | Aidan Finn, IT Pro","og:description":"Here is a PowerShell script to check the Image or Model versions of each instance in an Azure Virtual Machine Scale Set (VMSS): $ResourceGroup = &quot;p-we1dep&quot; $Vmss = &quot;p-we1dep-windows-vmss&quot; \/\/ Find all the instances in the VMSS $Instances = Get-AzVmssVM -ResourceGroupName $ResourceGroup -Name $Vmss Write-Host &quot;Instance image versions of VMMS: $Vmss&quot; \/\/ For each instance","og:url":"https:\/\/aidanfinn.com\/?p=22896","article:published_time":"2023-03-31T14:54:20+00:00","article:modified_time":"2023-03-31T14:54:27+00:00","twitter:card":"summary","twitter:site":"@joe_elway","twitter:title":"PowerShell \u2013 Check VMSS Instance Image\/Model Versions | Aidan Finn, IT Pro","twitter:description":"Here is a PowerShell script to check the Image or Model versions of each instance in an Azure Virtual Machine Scale Set (VMSS): $ResourceGroup = &quot;p-we1dep&quot; $Vmss = &quot;p-we1dep-windows-vmss&quot; \/\/ Find all the instances in the VMSS $Instances = Get-AzVmssVM -ResourceGroupName $ResourceGroup -Name $Vmss Write-Host &quot;Instance image versions of VMMS: $Vmss&quot; \/\/ For each instance","twitter:creator":"@joe_elway"},"aioseo_meta_data":{"post_id":"22896","title":null,"description":null,"keywords":[],"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2023-03-31 14:48:58","updated":"2025-06-04 17:36:54","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/aidanfinn.com\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/aidanfinn.com\/?cat=1\" title=\"Uncategorized\">Uncategorized<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tPowerShell \u2013 Check VMSS Instance Image\/Model Versions\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/aidanfinn.com"},{"label":"Uncategorized","link":"https:\/\/aidanfinn.com\/?cat=1"},{"label":"PowerShell &#8211; Check VMSS Instance Image\/Model Versions","link":"https:\/\/aidanfinn.com\/?p=22896"}],"amp_enabled":true,"jetpack_featured_media_url":"https:\/\/aidanfinn.com\/wp-content\/uploads\/2015\/09\/5315.powershell_2D00_logo.gif_2D00_550x01.png","_links":{"self":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts\/22896","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=22896"}],"version-history":[{"count":2,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts\/22896\/revisions"}],"predecessor-version":[{"id":22898,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts\/22896\/revisions\/22898"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/media\/18900"}],"wp:attachment":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=22896"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=22896"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=22896"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}