{"id":894,"date":"2022-01-11T13:21:24","date_gmt":"2022-01-11T12:21:24","guid":{"rendered":"http:\/\/thomas-kopton.de\/vblog\/?p=894"},"modified":"2022-01-11T13:21:24","modified_gmt":"2022-01-11T12:21:24","slug":"exclude-aggregate-instanced-metric-using-vrealize-operations-super-metric","status":"publish","type":"post","link":"https:\/\/thomas-kopton.de\/vblog\/?p=894","title":{"rendered":"Exclude &#8220;Aggregate&#8221; Instanced Metric using vRealize Operations Super Metric"},"content":{"rendered":"\n<p>As you know vRealize Operations is collecting tons of various metrics. Some of these metrics are so-called &#8220;Instanced Metrics&#8221; and disabled in the default configuration in newer vROps versions. A list of disabled instanced metrics for e.g. Virtual Machine object type is available here:<\/p>\n\n\n\n<p><a href=\"https:\/\/docs.vmware.com\/en\/vRealize-Operations\/8.6\/com.vmware.vcom.metrics.doc\/GUID-1322F5A4-DA1D-481F-BBEA-99B228E96AF2.html#disabled-instanced-metrics-18\">https:\/\/docs.vmware.com\/en\/vRealize-Operations\/8.6\/com.vmware.vcom.metrics.doc\/GUID-1322F5A4-DA1D-481F-BBEA-99B228E96AF2.html#disabled-instanced-metrics-18<\/a><\/p>\n\n\n\n<p>If you need any of those metrics, you can enable them in your vRealize Operations Policy.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2022\/01\/figure-01-1.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"400\" src=\"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2022\/01\/figure-01-1-1024x400.png\" alt=\"\" class=\"wp-image-900\" srcset=\"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2022\/01\/figure-01-1-1024x400.png 1024w, https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2022\/01\/figure-01-1-300x117.png 300w, https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2022\/01\/figure-01-1-768x300.png 768w, https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2022\/01\/figure-01-1-1536x600.png 1536w, https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2022\/01\/figure-01-1-2048x801.png 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption><em>Figure 01: Enabling disabled instanced metric in vROps policy.<\/em><\/figcaption><\/figure>\n\n\n\n<p>As you can see in the previous picture, there is an option to specify instances you would like to include or exclude. In my example, I am excluding the CPU (or CPUs) containing &#8220;1&#8221; in the instanced metric name. Yes, it does not make any sense, it is just an example:-)<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Problem statement<\/h4>\n\n\n\n<p>In addition or as a replacement for some of the disabled instanced metrics vRealize Operations provides the &#8220;Aggregate of all instances&#8221; metric, like in this example for Virtual Disk metrics.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><a href=\"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2022\/01\/figure-02.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2022\/01\/figure-02-552x1024.png\" alt=\"\" class=\"wp-image-902\" width=\"414\" height=\"768\" srcset=\"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2022\/01\/figure-02-552x1024.png 552w, https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2022\/01\/figure-02-162x300.png 162w, https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2022\/01\/figure-02-768x1425.png 768w, https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2022\/01\/figure-02-828x1536.png 828w, https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2022\/01\/figure-02.png 896w\" sizes=\"auto, (max-width: 414px) 100vw, 414px\" \/><\/a><figcaption><em>Figure 02: &#8220;Aggregate of all instances&#8221; metric.<\/em><\/figcaption><\/figure>\n\n\n\n<p>The problem now is that in certain situations where you would like to evaluate the instanced metrics to find the maximum, minimum, etc. the aggregated metric may also be taken into the equation, like in views or super metrics.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Use case<\/h4>\n\n\n\n<p>One of my customers described a very interesting and important use case.<\/p>\n\n\n\n<p><strong><span class=\"has-inline-color has-vivid-red-color\">&#8220;I want to determine the highest average write request size&#8221;<\/span><\/strong>.<\/p>\n\n\n\n<p>One logical way would be to use vRealize Operations Super Metric and create a formula like this one:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>max({This Resource:\u00a0Virtual Disk|Average Write request size (bytes)})<\/code>\u00a0<\/pre>\n\n\n\n<p>Unfortunately, that approach does not work.<\/p>\n\n\n\n<p>As described in the &#8220;Problem statement&#8221; this calculation includes the aggregated metric, \u201cVirtualDisk|Aggregate of all Instances\u201d, which leads to a wrong result.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Possible solution<\/h4>\n\n\n\n<p><strong><span class=\"has-inline-color has-luminous-vivid-orange-color\">Please be aware that this is ONE possible solution with one drawback that I will explain at the end.<\/span><\/strong><\/p>\n\n\n\n<p>The approach is to exclude the aggregated metric from the formula.<\/p>\n\n\n\n<p>What we cannot do, or at least I do not know how is to exclude a metric based on the instance name.<\/p>\n\n\n\n<p>What we can do is to leverage the assumption that the aggregate will be usually greater than any single instance as it is the sum of all instances. And this is the mentioned drawback. The approach works only when the following assumption is true:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>count of instances is > 1<\/li><li>at least 2 instances have a value > 0 at the occurrence of super metric evaluation<\/li><\/ul>\n\n\n\n<p>I am working on an improved version of the formula to get rid of the assumption. For the time being this is what is working taking the mentioned assumption into account:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">max(${this, attribute=virtualDisk|writeIOSize_latest, where=($value &lt; ${metric=virtualDisk:Aggregate of all instances|writeIOSize_latest})})<\/pre>\n\n\n\n<p>This formula is evaluating only the metrics with values &lt; the value of the aggregated metric.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2022\/01\/figure-03.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"528\" src=\"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2022\/01\/figure-03-1024x528.png\" alt=\"\" class=\"wp-image-910\" srcset=\"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2022\/01\/figure-03-1024x528.png 1024w, https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2022\/01\/figure-03-300x155.png 300w, https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2022\/01\/figure-03-768x396.png 768w, https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2022\/01\/figure-03-1536x792.png 1536w, https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2022\/01\/figure-03-2048x1056.png 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption><em>Figure 03: Highest average write request size.<\/em><\/figcaption><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">Outlook<\/h4>\n\n\n\n<p>The improved formula will include some if-then-else statements.<\/p>\n\n\n\n<p><meta charset=\"utf-8\"><strong><span style=\"color:#0579ab\" class=\"has-inline-color\">Stay safe<\/span><\/strong><\/p>\n\n\n\n<p>Thomas \u2013\u00a0<a href=\"https:\/\/twitter.com\/ThomasKopton\">https:\/\/twitter.com\/<\/a><a href=\"https:\/\/twitter.com\/ThomasKopton\" data-type=\"URL\" data-id=\"https:\/\/twitter.com\/ThomasKopton\">ThomasKopton<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>As you know vRealize Operations is collecting tons of various metrics. Some of these metrics are so-called &#8220;Instanced Metrics&#8221; and disabled in the default configuration in newer vROps versions. A list of disabled instanced metrics for e.g. Virtual Machine object type is available here: https:\/\/docs.vmware.com\/en\/vRealize-Operations\/8.6\/com.vmware.vcom.metrics.doc\/GUID-1322F5A4-DA1D-481F-BBEA-99B228E96AF2.html#disabled-instanced-metrics-18 If you need any of those metrics, you can enable &#8230;<\/p>\n","protected":false},"author":1,"featured_media":910,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[15,14,34,2],"tags":[4,36,3],"class_list":["post-894","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-super-metric","category-supermetric","category-vrealize-operations","category-vrops","tag-supermetric","tag-vrealize-operations","tag-vrops"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Exclude &quot;Aggregate&quot; Instanced Metric using vRealize Operations Super Metric - TOMsOps<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/thomas-kopton.de\/vblog\/?p=894\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Exclude &quot;Aggregate&quot; Instanced Metric using vRealize Operations Super Metric - TOMsOps\" \/>\n<meta property=\"og:description\" content=\"As you know vRealize Operations is collecting tons of various metrics. Some of these metrics are so-called &#8220;Instanced Metrics&#8221; and disabled in the default configuration in newer vROps versions. A list of disabled instanced metrics for e.g. Virtual Machine object type is available here: https:\/\/docs.vmware.com\/en\/vRealize-Operations\/8.6\/com.vmware.vcom.metrics.doc\/GUID-1322F5A4-DA1D-481F-BBEA-99B228E96AF2.html#disabled-instanced-metrics-18 If you need any of those metrics, you can enable ...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/thomas-kopton.de\/vblog\/?p=894\" \/>\n<meta property=\"og:site_name\" content=\"TOMsOps\" \/>\n<meta property=\"article:published_time\" content=\"2022-01-11T12:21:24+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2022\/01\/figure-03.png\" \/>\n\t<meta property=\"og:image:width\" content=\"4208\" \/>\n\t<meta property=\"og:image:height\" content=\"2170\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Thomas Kopton\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Thomas Kopton\" \/>\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:\\\/\\\/thomas-kopton.de\\\/vblog\\\/?p=894#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/thomas-kopton.de\\\/vblog\\\/?p=894\"},\"author\":{\"name\":\"Thomas Kopton\",\"@id\":\"https:\\\/\\\/thomas-kopton.de\\\/vblog\\\/#\\\/schema\\\/person\\\/892d6b96c66b1dd4b75c6e32fdbfea82\"},\"headline\":\"Exclude &#8220;Aggregate&#8221; Instanced Metric using vRealize Operations Super Metric\",\"datePublished\":\"2022-01-11T12:21:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/thomas-kopton.de\\\/vblog\\\/?p=894\"},\"wordCount\":483,\"commentCount\":1,\"image\":{\"@id\":\"https:\\\/\\\/thomas-kopton.de\\\/vblog\\\/?p=894#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/thomas-kopton.de\\\/vblog\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/figure-03.png\",\"keywords\":[\"SuperMetric\",\"vRealize Operations\",\"vROps\"],\"articleSection\":[\"Super Metric\",\"SuperMetric\",\"vRealize Operations\",\"vROps\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/thomas-kopton.de\\\/vblog\\\/?p=894#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/thomas-kopton.de\\\/vblog\\\/?p=894\",\"url\":\"https:\\\/\\\/thomas-kopton.de\\\/vblog\\\/?p=894\",\"name\":\"Exclude \\\"Aggregate\\\" Instanced Metric using vRealize Operations Super Metric - TOMsOps\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/thomas-kopton.de\\\/vblog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/thomas-kopton.de\\\/vblog\\\/?p=894#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/thomas-kopton.de\\\/vblog\\\/?p=894#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/thomas-kopton.de\\\/vblog\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/figure-03.png\",\"datePublished\":\"2022-01-11T12:21:24+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/thomas-kopton.de\\\/vblog\\\/#\\\/schema\\\/person\\\/892d6b96c66b1dd4b75c6e32fdbfea82\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/thomas-kopton.de\\\/vblog\\\/?p=894#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/thomas-kopton.de\\\/vblog\\\/?p=894\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/thomas-kopton.de\\\/vblog\\\/?p=894#primaryimage\",\"url\":\"https:\\\/\\\/thomas-kopton.de\\\/vblog\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/figure-03.png\",\"contentUrl\":\"https:\\\/\\\/thomas-kopton.de\\\/vblog\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/figure-03.png\",\"width\":4208,\"height\":2170},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/thomas-kopton.de\\\/vblog\\\/?p=894#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/thomas-kopton.de\\\/vblog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Exclude &#8220;Aggregate&#8221; Instanced Metric using vRealize Operations Super Metric\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/thomas-kopton.de\\\/vblog\\\/#website\",\"url\":\"https:\\\/\\\/thomas-kopton.de\\\/vblog\\\/\",\"name\":\"TOMsOps\",\"description\":\"Just another VMware Cloud Management Blog\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/thomas-kopton.de\\\/vblog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/thomas-kopton.de\\\/vblog\\\/#\\\/schema\\\/person\\\/892d6b96c66b1dd4b75c6e32fdbfea82\",\"name\":\"Thomas Kopton\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e746aafbd3733172ceb4d600ba1feda61bc87cd3b70f5a9dfb581907cc7973b1?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e746aafbd3733172ceb4d600ba1feda61bc87cd3b70f5a9dfb581907cc7973b1?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e746aafbd3733172ceb4d600ba1feda61bc87cd3b70f5a9dfb581907cc7973b1?s=96&d=mm&r=g\",\"caption\":\"Thomas Kopton\"},\"url\":\"https:\\\/\\\/thomas-kopton.de\\\/vblog\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Exclude \"Aggregate\" Instanced Metric using vRealize Operations Super Metric - TOMsOps","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:\/\/thomas-kopton.de\/vblog\/?p=894","og_locale":"en_US","og_type":"article","og_title":"Exclude \"Aggregate\" Instanced Metric using vRealize Operations Super Metric - TOMsOps","og_description":"As you know vRealize Operations is collecting tons of various metrics. Some of these metrics are so-called &#8220;Instanced Metrics&#8221; and disabled in the default configuration in newer vROps versions. A list of disabled instanced metrics for e.g. Virtual Machine object type is available here: https:\/\/docs.vmware.com\/en\/vRealize-Operations\/8.6\/com.vmware.vcom.metrics.doc\/GUID-1322F5A4-DA1D-481F-BBEA-99B228E96AF2.html#disabled-instanced-metrics-18 If you need any of those metrics, you can enable ...","og_url":"https:\/\/thomas-kopton.de\/vblog\/?p=894","og_site_name":"TOMsOps","article_published_time":"2022-01-11T12:21:24+00:00","og_image":[{"width":4208,"height":2170,"url":"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2022\/01\/figure-03.png","type":"image\/png"}],"author":"Thomas Kopton","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Thomas Kopton","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/thomas-kopton.de\/vblog\/?p=894#article","isPartOf":{"@id":"https:\/\/thomas-kopton.de\/vblog\/?p=894"},"author":{"name":"Thomas Kopton","@id":"https:\/\/thomas-kopton.de\/vblog\/#\/schema\/person\/892d6b96c66b1dd4b75c6e32fdbfea82"},"headline":"Exclude &#8220;Aggregate&#8221; Instanced Metric using vRealize Operations Super Metric","datePublished":"2022-01-11T12:21:24+00:00","mainEntityOfPage":{"@id":"https:\/\/thomas-kopton.de\/vblog\/?p=894"},"wordCount":483,"commentCount":1,"image":{"@id":"https:\/\/thomas-kopton.de\/vblog\/?p=894#primaryimage"},"thumbnailUrl":"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2022\/01\/figure-03.png","keywords":["SuperMetric","vRealize Operations","vROps"],"articleSection":["Super Metric","SuperMetric","vRealize Operations","vROps"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/thomas-kopton.de\/vblog\/?p=894#respond"]}]},{"@type":"WebPage","@id":"https:\/\/thomas-kopton.de\/vblog\/?p=894","url":"https:\/\/thomas-kopton.de\/vblog\/?p=894","name":"Exclude \"Aggregate\" Instanced Metric using vRealize Operations Super Metric - TOMsOps","isPartOf":{"@id":"https:\/\/thomas-kopton.de\/vblog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/thomas-kopton.de\/vblog\/?p=894#primaryimage"},"image":{"@id":"https:\/\/thomas-kopton.de\/vblog\/?p=894#primaryimage"},"thumbnailUrl":"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2022\/01\/figure-03.png","datePublished":"2022-01-11T12:21:24+00:00","author":{"@id":"https:\/\/thomas-kopton.de\/vblog\/#\/schema\/person\/892d6b96c66b1dd4b75c6e32fdbfea82"},"breadcrumb":{"@id":"https:\/\/thomas-kopton.de\/vblog\/?p=894#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/thomas-kopton.de\/vblog\/?p=894"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/thomas-kopton.de\/vblog\/?p=894#primaryimage","url":"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2022\/01\/figure-03.png","contentUrl":"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2022\/01\/figure-03.png","width":4208,"height":2170},{"@type":"BreadcrumbList","@id":"https:\/\/thomas-kopton.de\/vblog\/?p=894#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/thomas-kopton.de\/vblog"},{"@type":"ListItem","position":2,"name":"Exclude &#8220;Aggregate&#8221; Instanced Metric using vRealize Operations Super Metric"}]},{"@type":"WebSite","@id":"https:\/\/thomas-kopton.de\/vblog\/#website","url":"https:\/\/thomas-kopton.de\/vblog\/","name":"TOMsOps","description":"Just another VMware Cloud Management Blog","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/thomas-kopton.de\/vblog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/thomas-kopton.de\/vblog\/#\/schema\/person\/892d6b96c66b1dd4b75c6e32fdbfea82","name":"Thomas Kopton","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/e746aafbd3733172ceb4d600ba1feda61bc87cd3b70f5a9dfb581907cc7973b1?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/e746aafbd3733172ceb4d600ba1feda61bc87cd3b70f5a9dfb581907cc7973b1?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e746aafbd3733172ceb4d600ba1feda61bc87cd3b70f5a9dfb581907cc7973b1?s=96&d=mm&r=g","caption":"Thomas Kopton"},"url":"https:\/\/thomas-kopton.de\/vblog\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/thomas-kopton.de\/vblog\/index.php?rest_route=\/wp\/v2\/posts\/894","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thomas-kopton.de\/vblog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/thomas-kopton.de\/vblog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/thomas-kopton.de\/vblog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thomas-kopton.de\/vblog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=894"}],"version-history":[{"count":15,"href":"https:\/\/thomas-kopton.de\/vblog\/index.php?rest_route=\/wp\/v2\/posts\/894\/revisions"}],"predecessor-version":[{"id":913,"href":"https:\/\/thomas-kopton.de\/vblog\/index.php?rest_route=\/wp\/v2\/posts\/894\/revisions\/913"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/thomas-kopton.de\/vblog\/index.php?rest_route=\/wp\/v2\/media\/910"}],"wp:attachment":[{"href":"https:\/\/thomas-kopton.de\/vblog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=894"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/thomas-kopton.de\/vblog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=894"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/thomas-kopton.de\/vblog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=894"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}