{"id":390,"date":"2016-09-08T16:10:23","date_gmt":"2016-09-08T16:10:23","guid":{"rendered":"http:\/\/172.16.10.10:8080\/?p=390"},"modified":"2016-09-09T05:16:50","modified_gmt":"2016-09-09T05:16:50","slug":"how-much-space-does-your-vcenter-db-consume","status":"publish","type":"post","link":"http:\/\/vblog.hochsticher.de\/?p=390","title":{"rendered":"How big is your vCenter DB?"},"content":{"rendered":"<p>I just want to know how much space does your vCenter DB consume and what are your biggest tables?<\/p>\n<p><!--more--><\/p>\n<p>Earlier on my vCenter 5.5\u00a0we had a 90 GB Database. I shrinked it to 40 GB before i started my\u00a0upgrade to vCenter 6.<\/p>\n<p>To my environment:<\/p>\n<ul>\n<li>Windows 2008 R2<\/li>\n<li>MS SQL 2008 R2 Standard<\/li>\n<li>vCenter 6.0 U2 (Upgraded from 5.1 Ux, to 5.5 U1 to 5.5 U3 )<\/li>\n<li>around 900 VMs (700 running)<\/li>\n<li>40 Hosts<\/li>\n<li>Backup every day with Veeam (direct SAN Mode)<\/li>\n<\/ul>\n<p>Now my vCenter DB has 69 GB and <strong>165 GB<\/strong> transaction logs. That sounds huge, isn&#8217;t it? So i talked to\u00a0VMware Support, they gave me some scripts to shrink the Database (those I had already) and said that&#8217;s normal for that environment.<\/p>\n<p><!-- index.php -->\n<div\n\tclass=\"ngg-galleryoverview ngg-ajax-pagination-none\"\n\tid=\"ngg-gallery-403-1\">\n\n    \t<div class=\"slideshowlink\">\n        <a href='http:\/\/vblog.hochsticher.de\/index.php\/nggallery\/slideshow?p=390'>[Show slideshow]<\/a>\n\t\t\n\t<\/div>\n\t\t\t<!-- Thumbnails -->\n\t\t\t\t<div id=\"ngg-image-0\" class=\"ngg-gallery-thumbnail-box\" >\n\t\t\t\t        <div class=\"ngg-gallery-thumbnail\">\n            <a href=\"http:\/\/vblog.hochsticher.de\/wp-content\/gallery\/vc-db\/1.JPG\"\n               title=\"\"\n               data-src=\"http:\/\/vblog.hochsticher.de\/wp-content\/gallery\/vc-db\/1.JPG\"\n               data-thumbnail=\"http:\/\/vblog.hochsticher.de\/wp-content\/gallery\/vc-db\/thumbs\/thumbs_1.JPG\"\n               data-image-id=\"45\"\n               data-title=\"1\"\n               data-description=\"\"\n               data-image-slug=\"1\"\n               class=\"ngg-fancybox\" rel=\"403\">\n                <img\n                    title=\"1\"\n                    alt=\"1\"\n                    src=\"http:\/\/vblog.hochsticher.de\/wp-content\/gallery\/vc-db\/thumbs\/thumbs_1.JPG\"\n                    width=\"240\"\n                    height=\"160\"\n                    style=\"max-width:100%;\"\n                \/>\n            <\/a>\n        <\/div>\n\t\t\t\t\t\t\t<\/div> \n\t\t\t\n        \n\t\t\t\t<div id=\"ngg-image-1\" class=\"ngg-gallery-thumbnail-box\" >\n\t\t\t\t        <div class=\"ngg-gallery-thumbnail\">\n            <a href=\"http:\/\/vblog.hochsticher.de\/wp-content\/gallery\/vc-db\/2.JPG\"\n               title=\"\"\n               data-src=\"http:\/\/vblog.hochsticher.de\/wp-content\/gallery\/vc-db\/2.JPG\"\n               data-thumbnail=\"http:\/\/vblog.hochsticher.de\/wp-content\/gallery\/vc-db\/thumbs\/thumbs_2.JPG\"\n               data-image-id=\"46\"\n               data-title=\"2\"\n               data-description=\"\"\n               data-image-slug=\"2\"\n               class=\"ngg-fancybox\" rel=\"403\">\n                <img\n                    title=\"2\"\n                    alt=\"2\"\n                    src=\"http:\/\/vblog.hochsticher.de\/wp-content\/gallery\/vc-db\/thumbs\/thumbs_2.JPG\"\n                    width=\"240\"\n                    height=\"160\"\n                    style=\"max-width:100%;\"\n                \/>\n            <\/a>\n        <\/div>\n\t\t\t\t\t\t\t<\/div> \n\t\t\t\n        \n\t\t\t\t<div id=\"ngg-image-2\" class=\"ngg-gallery-thumbnail-box\" >\n\t\t\t\t        <div class=\"ngg-gallery-thumbnail\">\n            <a href=\"http:\/\/vblog.hochsticher.de\/wp-content\/gallery\/vc-db\/3.JPG\"\n               title=\"\"\n               data-src=\"http:\/\/vblog.hochsticher.de\/wp-content\/gallery\/vc-db\/3.JPG\"\n               data-thumbnail=\"http:\/\/vblog.hochsticher.de\/wp-content\/gallery\/vc-db\/thumbs\/thumbs_3.JPG\"\n               data-image-id=\"47\"\n               data-title=\"3\"\n               data-description=\"\"\n               data-image-slug=\"3\"\n               class=\"ngg-fancybox\" rel=\"403\">\n                <img\n                    title=\"3\"\n                    alt=\"3\"\n                    src=\"http:\/\/vblog.hochsticher.de\/wp-content\/gallery\/vc-db\/thumbs\/thumbs_3.JPG\"\n                    width=\"240\"\n                    height=\"160\"\n                    style=\"max-width:100%;\"\n                \/>\n            <\/a>\n        <\/div>\n\t\t\t\t\t\t\t<\/div> \n\t\t\t\n        \n\t\t\n\t\t<!-- Pagination -->\n\t<div class='ngg-clear'><\/div>\t<\/div>\n<\/p>\n<hr \/>\n<p>SQL Script to get the biggest tables:<\/p>\n<pre class=\"lang:tsql decode:true \" title=\"get bit tables\">select object_name(id) [Table Name],\r\n[Table Size] = convert (varchar, dpages * 8 \/1024) + 'MB'\r\nfrom sysindexes where indid in (0,1)\r\noder by dpages desc<\/pre>\n<hr \/>\n<p>What do you think? How big are your DB&#8217;s?<\/p>\n<p>Please leave a comment.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I just want to know how much space does your vCenter DB consume and what are your biggest tables?<\/p>\n","protected":false},"author":1,"featured_media":414,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ngg_post_thumbnail":0,"footnotes":""},"categories":[11,10,7],"tags":[],"class_list":["post-390","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-sql","category-vcenter","category-vsphere"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"I just want to know how much space does your vCenter DB consume and what are your biggest tables? Earlier on my vCenter 5.5 we had a 90 GB Database. I shrinked it to 40 GB before i started my upgrade to vCenter 6. To my environment: Windows 2008 R2 MS SQL 2008 R2 Standard vCenter 6.0\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Christoph Hochsticher\"\/>\n\t<meta name=\"google-site-verification\" content=\"lo0g577VbySpy05Melx7kVchEKh4qiUJhEtBpOiRLg8\" \/>\n\t<link rel=\"canonical\" href=\"http:\/\/vblog.hochsticher.de\/?p=390\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Chris - vBlog - Blog about Virtualization\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"How big is your vCenter DB? - Chris - vBlog\" \/>\n\t\t<meta property=\"og:description\" content=\"I just want to know how much space does your vCenter DB consume and what are your biggest tables? Earlier on my vCenter 5.5 we had a 90 GB Database. I shrinked it to 40 GB before i started my upgrade to vCenter 6. To my environment: Windows 2008 R2 MS SQL 2008 R2 Standard vCenter 6.0\" \/>\n\t\t<meta property=\"og:url\" content=\"http:\/\/vblog.hochsticher.de\/?p=390\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2016-09-08T16:10:23+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2016-09-09T05:16:50+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"How big is your vCenter DB? - Chris - vBlog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"I just want to know how much space does your vCenter DB consume and what are your biggest tables? Earlier on my vCenter 5.5 we had a 90 GB Database. I shrinked it to 40 GB before i started my upgrade to vCenter 6. To my environment: Windows 2008 R2 MS SQL 2008 R2 Standard vCenter 6.0\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?p=390#blogposting\",\"name\":\"How big is your vCenter DB? - Chris - vBlog\",\"headline\":\"How big is your vCenter DB?\",\"author\":{\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?author=1#author\"},\"publisher\":{\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"http:\\\/\\\/vblog.hochsticher.de\\\/wp-content\\\/uploads\\\/2016\\\/09\\\/SQL_Server.jpg?wsr\",\"width\":319,\"height\":262},\"datePublished\":\"2016-09-08T16:10:23+02:00\",\"dateModified\":\"2016-09-09T05:16:50+02:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?p=390#webpage\"},\"isPartOf\":{\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?p=390#webpage\"},\"articleSection\":\"SQL, vCenter, vSphere\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?p=390#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/vblog.hochsticher.de#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\\\/\\\/vblog.hochsticher.de\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?cat=7#listItem\",\"name\":\"vSphere\"}},{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?cat=7#listItem\",\"position\":2,\"name\":\"vSphere\",\"item\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?cat=7\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?p=390#listItem\",\"name\":\"How big is your vCenter DB?\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/vblog.hochsticher.de#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?p=390#listItem\",\"position\":3,\"name\":\"How big is your vCenter DB?\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?cat=7#listItem\",\"name\":\"vSphere\"}}]},{\"@type\":\"Person\",\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?author=1#author\",\"url\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?author=1\",\"name\":\"Christoph Hochsticher\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?p=390#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d87fe995d7081d178014a72c729204792aff213f894bac1d28d0e0cc956c1171?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Christoph Hochsticher\"}},{\"@type\":\"WebPage\",\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?p=390#webpage\",\"url\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?p=390\",\"name\":\"How big is your vCenter DB? - Chris - vBlog\",\"description\":\"I just want to know how much space does your vCenter DB consume and what are your biggest tables? Earlier on my vCenter 5.5 we had a 90 GB Database. I shrinked it to 40 GB before i started my upgrade to vCenter 6. To my environment: Windows 2008 R2 MS SQL 2008 R2 Standard vCenter 6.0\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/#website\"},\"breadcrumb\":{\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?p=390#breadcrumblist\"},\"author\":{\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?author=1#author\"},\"creator\":{\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?author=1#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"http:\\\/\\\/vblog.hochsticher.de\\\/wp-content\\\/uploads\\\/2016\\\/09\\\/SQL_Server.jpg?wsr\",\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?p=390\\\/#mainImage\",\"width\":319,\"height\":262},\"primaryImageOfPage\":{\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?p=390#mainImage\"},\"datePublished\":\"2016-09-08T16:10:23+02:00\",\"dateModified\":\"2016-09-09T05:16:50+02:00\"},{\"@type\":\"WebSite\",\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/#website\",\"url\":\"http:\\\/\\\/vblog.hochsticher.de\\\/\",\"name\":\"Chris - vBlog\",\"description\":\"Blog about Virtualization\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"How big is your vCenter DB? - Chris - vBlog","description":"I just want to know how much space does your vCenter DB consume and what are your biggest tables? Earlier on my vCenter 5.5 we had a 90 GB Database. I shrinked it to 40 GB before i started my upgrade to vCenter 6. To my environment: Windows 2008 R2 MS SQL 2008 R2 Standard vCenter 6.0","canonical_url":"http:\/\/vblog.hochsticher.de\/?p=390","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"lo0g577VbySpy05Melx7kVchEKh4qiUJhEtBpOiRLg8","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"http:\/\/vblog.hochsticher.de\/?p=390#blogposting","name":"How big is your vCenter DB? - Chris - vBlog","headline":"How big is your vCenter DB?","author":{"@id":"http:\/\/vblog.hochsticher.de\/?author=1#author"},"publisher":{"@id":"http:\/\/vblog.hochsticher.de\/#person"},"image":{"@type":"ImageObject","url":"http:\/\/vblog.hochsticher.de\/wp-content\/uploads\/2016\/09\/SQL_Server.jpg?wsr","width":319,"height":262},"datePublished":"2016-09-08T16:10:23+02:00","dateModified":"2016-09-09T05:16:50+02:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"http:\/\/vblog.hochsticher.de\/?p=390#webpage"},"isPartOf":{"@id":"http:\/\/vblog.hochsticher.de\/?p=390#webpage"},"articleSection":"SQL, vCenter, vSphere"},{"@type":"BreadcrumbList","@id":"http:\/\/vblog.hochsticher.de\/?p=390#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"http:\/\/vblog.hochsticher.de#listItem","position":1,"name":"Home","item":"http:\/\/vblog.hochsticher.de","nextItem":{"@type":"ListItem","@id":"http:\/\/vblog.hochsticher.de\/?cat=7#listItem","name":"vSphere"}},{"@type":"ListItem","@id":"http:\/\/vblog.hochsticher.de\/?cat=7#listItem","position":2,"name":"vSphere","item":"http:\/\/vblog.hochsticher.de\/?cat=7","nextItem":{"@type":"ListItem","@id":"http:\/\/vblog.hochsticher.de\/?p=390#listItem","name":"How big is your vCenter DB?"},"previousItem":{"@type":"ListItem","@id":"http:\/\/vblog.hochsticher.de#listItem","name":"Home"}},{"@type":"ListItem","@id":"http:\/\/vblog.hochsticher.de\/?p=390#listItem","position":3,"name":"How big is your vCenter DB?","previousItem":{"@type":"ListItem","@id":"http:\/\/vblog.hochsticher.de\/?cat=7#listItem","name":"vSphere"}}]},{"@type":"Person","@id":"http:\/\/vblog.hochsticher.de\/?author=1#author","url":"http:\/\/vblog.hochsticher.de\/?author=1","name":"Christoph Hochsticher","image":{"@type":"ImageObject","@id":"http:\/\/vblog.hochsticher.de\/?p=390#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/d87fe995d7081d178014a72c729204792aff213f894bac1d28d0e0cc956c1171?s=96&d=mm&r=g","width":96,"height":96,"caption":"Christoph Hochsticher"}},{"@type":"WebPage","@id":"http:\/\/vblog.hochsticher.de\/?p=390#webpage","url":"http:\/\/vblog.hochsticher.de\/?p=390","name":"How big is your vCenter DB? - Chris - vBlog","description":"I just want to know how much space does your vCenter DB consume and what are your biggest tables? Earlier on my vCenter 5.5 we had a 90 GB Database. I shrinked it to 40 GB before i started my upgrade to vCenter 6. To my environment: Windows 2008 R2 MS SQL 2008 R2 Standard vCenter 6.0","inLanguage":"en-US","isPartOf":{"@id":"http:\/\/vblog.hochsticher.de\/#website"},"breadcrumb":{"@id":"http:\/\/vblog.hochsticher.de\/?p=390#breadcrumblist"},"author":{"@id":"http:\/\/vblog.hochsticher.de\/?author=1#author"},"creator":{"@id":"http:\/\/vblog.hochsticher.de\/?author=1#author"},"image":{"@type":"ImageObject","url":"http:\/\/vblog.hochsticher.de\/wp-content\/uploads\/2016\/09\/SQL_Server.jpg?wsr","@id":"http:\/\/vblog.hochsticher.de\/?p=390\/#mainImage","width":319,"height":262},"primaryImageOfPage":{"@id":"http:\/\/vblog.hochsticher.de\/?p=390#mainImage"},"datePublished":"2016-09-08T16:10:23+02:00","dateModified":"2016-09-09T05:16:50+02:00"},{"@type":"WebSite","@id":"http:\/\/vblog.hochsticher.de\/#website","url":"http:\/\/vblog.hochsticher.de\/","name":"Chris - vBlog","description":"Blog about Virtualization","inLanguage":"en-US","publisher":{"@id":"http:\/\/vblog.hochsticher.de\/#person"}}]},"og:locale":"en_US","og:site_name":"Chris - vBlog - Blog about Virtualization","og:type":"article","og:title":"How big is your vCenter DB? - Chris - vBlog","og:description":"I just want to know how much space does your vCenter DB consume and what are your biggest tables? Earlier on my vCenter 5.5 we had a 90 GB Database. I shrinked it to 40 GB before i started my upgrade to vCenter 6. To my environment: Windows 2008 R2 MS SQL 2008 R2 Standard vCenter 6.0","og:url":"http:\/\/vblog.hochsticher.de\/?p=390","article:published_time":"2016-09-08T16:10:23+00:00","article:modified_time":"2016-09-09T05:16:50+00:00","twitter:card":"summary_large_image","twitter:title":"How big is your vCenter DB? - Chris - vBlog","twitter:description":"I just want to know how much space does your vCenter DB consume and what are your biggest tables? Earlier on my vCenter 5.5 we had a 90 GB Database. I shrinked it to 40 GB before i started my upgrade to vCenter 6. To my environment: Windows 2008 R2 MS SQL 2008 R2 Standard vCenter 6.0"},"aioseo_meta_data":{"post_id":"390","title":null,"description":null,"keywords":null,"keyphrases":null,"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":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"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":"","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":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2023-03-16 21:35:58","updated":"2025-06-03 20:33:12","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"http:\/\/vblog.hochsticher.de\" 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=\"http:\/\/vblog.hochsticher.de\/?cat=7\" title=\"vSphere\">vSphere<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHow big is your vCenter DB?\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"http:\/\/vblog.hochsticher.de"},{"label":"vSphere","link":"http:\/\/vblog.hochsticher.de\/?cat=7"},{"label":"How big is your vCenter DB?","link":"http:\/\/vblog.hochsticher.de\/?p=390"}],"_links":{"self":[{"href":"http:\/\/vblog.hochsticher.de\/index.php?rest_route=\/wp\/v2\/posts\/390","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/vblog.hochsticher.de\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/vblog.hochsticher.de\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/vblog.hochsticher.de\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/vblog.hochsticher.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=390"}],"version-history":[{"count":12,"href":"http:\/\/vblog.hochsticher.de\/index.php?rest_route=\/wp\/v2\/posts\/390\/revisions"}],"predecessor-version":[{"id":413,"href":"http:\/\/vblog.hochsticher.de\/index.php?rest_route=\/wp\/v2\/posts\/390\/revisions\/413"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/vblog.hochsticher.de\/index.php?rest_route=\/wp\/v2\/media\/414"}],"wp:attachment":[{"href":"http:\/\/vblog.hochsticher.de\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=390"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/vblog.hochsticher.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=390"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/vblog.hochsticher.de\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=390"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}