{"id":3264,"date":"2018-05-01T01:28:38","date_gmt":"2018-05-01T01:28:38","guid":{"rendered":"http:\/\/pariswells.com\/blog\/?p=3264"},"modified":"2022-12-02T00:38:06","modified_gmt":"2022-12-02T00:38:06","slug":"vmware-vcenter-vim_vcdb-database-primary-filegroup-is-full","status":"publish","type":"post","link":"https:\/\/pariswells.com\/blog\/random\/vmware-vcenter-vim_vcdb-database-primary-filegroup-is-full","title":{"rendered":"VMware Vcenter &#8211; VIM_VCDB database &#8216;PRIMARY&#8217; filegroup is full"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Recently a customer had filled up their free SQL Express Database with Events and Tasks from Vmware. The Hosts has both gone to Disconnected with error<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">cannot synchronize host cannot contact the specified host<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">and when trying to re-add the error would be displayed<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>VIM_VCDB database \u2018PRIMARY\u2019 filegroup is full<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><em><strong>failed because the resulting cumulative database size would exceed your licensed limit of 4096 MB per database.<\/strong><\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">SQL Express has a 4GB database limit, we need to clear out the old logs and don\u2019t want to install and download SQL management studio so we need to run the below in command prompt with the same user that installed the DB or has write permissions to it!<\/p>\n\n\n<div class=\"wp-block-wab-pastacode\">\n\t<div class=\"code-embed-wrapper\"> <pre class=\"language-markup code-embed-pre line-numbers\"  data-start=\"1\" data-line-offset=\"0\"><code class=\"language-markup code-embed-code\">c:&gt; &quot;C:\\Program Files\\Microsoft SQL Server\\90\\Tools\\Binn\\OSQL.EXE&quot; -S localhost\\VIM_SQLEXP -E<br\/>1&gt; use VIM_VCDB<br\/>2&gt; go<br\/>1&gt; update vpx_parameter set value=\u2019&lt;value&gt;\u2019 where name=\u2019event.maxAge\u2019<br\/>2&gt; update vpx_parameter set value=\u2019&lt;value&gt;\u2019 where name=\u2019task.maxAge\u2019<br\/>3&gt; update vpx_parameter set value=\u2019true\u2019 where name=\u2019event.maxAgeEnabled\u2019<br\/>4&gt; update vpx_parameter set value=\u2019true\u2019 where name=\u2019task.maxAgeEnabled\u2019<br\/>5&gt; go<br\/>(1 row affected)<br\/>(1 row affected)<br\/>(1 row affected)<br\/>(1 row affected)<br\/>1&gt; exec cleanup_events_tasks_proc<br\/>2&gt; go<br\/>1&gt; dbcc shrinkdatabase (\u2018VIM_VCDB\u2019)<br\/>2&gt; go<\/code><\/pre> <div class=\"code-embed-infos\"> <\/div> <\/div><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><br>The permanent solution would be to move the SQL server to a full version of SQL Server or to migrate to Vcenter Standalone server ( Hosted on Linux! )&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Recently a customer had filled up their free SQL Express Database with Events and Tasks from Vmware. The Hosts has both gone to Disconnected with error cannot [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[2443,2442,1955,2441,594],"class_list":["post-3264","post","type-post","status-publish","format-standard","hentry","category-random","tag-failed-because-the-resulting-cumulative-database-size-would-exceed-your-licensed-limit-of-4096-mb-per-database","tag-full","tag-sql-express","tag-vim_vcdb-database-primary-filegroup-is-full","tag-vmware"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"Recently a customer had filled up their free SQL Express Database with Events and Tasks from Vmware. The Hosts has both gone to Disconnected with error cannot synchronize host cannot contact the specified host and when trying to re-add the error would be displayed VIM_VCDB database \u2018PRIMARY\u2019 filegroup is full failed because the resulting cumulative\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"paris\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/pariswells.com\/blog\/random\/vmware-vcenter-vim_vcdb-database-primary-filegroup-is-full\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Welcome to Pariswells.com |\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"VMware Vcenter \u2013 VIM_VCDB database \u2018PRIMARY\u2019 filegroup is full | Welcome to Pariswells.com\" \/>\n\t\t<meta property=\"og:description\" content=\"Recently a customer had filled up their free SQL Express Database with Events and Tasks from Vmware. The Hosts has both gone to Disconnected with error cannot synchronize host cannot contact the specified host and when trying to re-add the error would be displayed VIM_VCDB database \u2018PRIMARY\u2019 filegroup is full failed because the resulting cumulative\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/pariswells.com\/blog\/random\/vmware-vcenter-vim_vcdb-database-primary-filegroup-is-full\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2018-05-01T01:28:38+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2022-12-02T00:38:06+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"VMware Vcenter \u2013 VIM_VCDB database \u2018PRIMARY\u2019 filegroup is full | Welcome to Pariswells.com\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Recently a customer had filled up their free SQL Express Database with Events and Tasks from Vmware. The Hosts has both gone to Disconnected with error cannot synchronize host cannot contact the specified host and when trying to re-add the error would be displayed VIM_VCDB database \u2018PRIMARY\u2019 filegroup is full failed because the resulting cumulative\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/random\\\/vmware-vcenter-vim_vcdb-database-primary-filegroup-is-full#article\",\"name\":\"VMware Vcenter \\u2013 VIM_VCDB database \\u2018PRIMARY\\u2019 filegroup is full | Welcome to Pariswells.com\",\"headline\":\"VMware Vcenter &#8211; VIM_VCDB database &#8216;PRIMARY&#8217; filegroup is full\",\"author\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/author\\\/paris#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/#organization\"},\"datePublished\":\"2018-05-01T01:28:38+00:00\",\"dateModified\":\"2022-12-02T00:38:06+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/random\\\/vmware-vcenter-vim_vcdb-database-primary-filegroup-is-full#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/random\\\/vmware-vcenter-vim_vcdb-database-primary-filegroup-is-full#webpage\"},\"articleSection\":\"Random, failed because the resulting cumulative database size would exceed your licensed limit of 4096 MB per database., full, SQL Express, VIM_VCDB database 'PRIMARY' filegroup is full, Vmware\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/random\\\/vmware-vcenter-vim_vcdb-database-primary-filegroup-is-full#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pariswells.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/category\\\/random#listItem\",\"name\":\"Random\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/category\\\/random#listItem\",\"position\":2,\"name\":\"Random\",\"item\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/category\\\/random\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/random\\\/vmware-vcenter-vim_vcdb-database-primary-filegroup-is-full#listItem\",\"name\":\"VMware Vcenter &#8211; VIM_VCDB database &#8216;PRIMARY&#8217; filegroup is full\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/random\\\/vmware-vcenter-vim_vcdb-database-primary-filegroup-is-full#listItem\",\"position\":3,\"name\":\"VMware Vcenter &#8211; VIM_VCDB database &#8216;PRIMARY&#8217; filegroup is full\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/category\\\/random#listItem\",\"name\":\"Random\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/#organization\",\"name\":\"Welcome to Pariswells.com\",\"url\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/author\\\/paris#author\",\"url\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/author\\\/paris\",\"name\":\"paris\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/random\\\/vmware-vcenter-vim_vcdb-database-primary-filegroup-is-full#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/93b8ee3f592ac401167f870452bd82d43de80152cd3524e2853403658ada9984?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"paris\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/random\\\/vmware-vcenter-vim_vcdb-database-primary-filegroup-is-full#webpage\",\"url\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/random\\\/vmware-vcenter-vim_vcdb-database-primary-filegroup-is-full\",\"name\":\"VMware Vcenter \\u2013 VIM_VCDB database \\u2018PRIMARY\\u2019 filegroup is full | Welcome to Pariswells.com\",\"description\":\"Recently a customer had filled up their free SQL Express Database with Events and Tasks from Vmware. The Hosts has both gone to Disconnected with error cannot synchronize host cannot contact the specified host and when trying to re-add the error would be displayed VIM_VCDB database \\u2018PRIMARY\\u2019 filegroup is full failed because the resulting cumulative\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/random\\\/vmware-vcenter-vim_vcdb-database-primary-filegroup-is-full#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/author\\\/paris#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/author\\\/paris#author\"},\"datePublished\":\"2018-05-01T01:28:38+00:00\",\"dateModified\":\"2022-12-02T00:38:06+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/\",\"name\":\"Welcome to Pariswells.com\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"VMware Vcenter \u2013 VIM_VCDB database \u2018PRIMARY\u2019 filegroup is full | Welcome to Pariswells.com","description":"Recently a customer had filled up their free SQL Express Database with Events and Tasks from Vmware. The Hosts has both gone to Disconnected with error cannot synchronize host cannot contact the specified host and when trying to re-add the error would be displayed VIM_VCDB database \u2018PRIMARY\u2019 filegroup is full failed because the resulting cumulative","canonical_url":"https:\/\/pariswells.com\/blog\/random\/vmware-vcenter-vim_vcdb-database-primary-filegroup-is-full","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pariswells.com\/blog\/random\/vmware-vcenter-vim_vcdb-database-primary-filegroup-is-full#article","name":"VMware Vcenter \u2013 VIM_VCDB database \u2018PRIMARY\u2019 filegroup is full | Welcome to Pariswells.com","headline":"VMware Vcenter &#8211; VIM_VCDB database &#8216;PRIMARY&#8217; filegroup is full","author":{"@id":"https:\/\/pariswells.com\/blog\/author\/paris#author"},"publisher":{"@id":"https:\/\/pariswells.com\/blog\/#organization"},"datePublished":"2018-05-01T01:28:38+00:00","dateModified":"2022-12-02T00:38:06+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/pariswells.com\/blog\/random\/vmware-vcenter-vim_vcdb-database-primary-filegroup-is-full#webpage"},"isPartOf":{"@id":"https:\/\/pariswells.com\/blog\/random\/vmware-vcenter-vim_vcdb-database-primary-filegroup-is-full#webpage"},"articleSection":"Random, failed because the resulting cumulative database size would exceed your licensed limit of 4096 MB per database., full, SQL Express, VIM_VCDB database 'PRIMARY' filegroup is full, Vmware"},{"@type":"BreadcrumbList","@id":"https:\/\/pariswells.com\/blog\/random\/vmware-vcenter-vim_vcdb-database-primary-filegroup-is-full#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/pariswells.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog\/category\/random#listItem","name":"Random"}},{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog\/category\/random#listItem","position":2,"name":"Random","item":"https:\/\/pariswells.com\/blog\/category\/random","nextItem":{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog\/random\/vmware-vcenter-vim_vcdb-database-primary-filegroup-is-full#listItem","name":"VMware Vcenter &#8211; VIM_VCDB database &#8216;PRIMARY&#8217; filegroup is full"},"previousItem":{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog\/random\/vmware-vcenter-vim_vcdb-database-primary-filegroup-is-full#listItem","position":3,"name":"VMware Vcenter &#8211; VIM_VCDB database &#8216;PRIMARY&#8217; filegroup is full","previousItem":{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog\/category\/random#listItem","name":"Random"}}]},{"@type":"Organization","@id":"https:\/\/pariswells.com\/blog\/#organization","name":"Welcome to Pariswells.com","url":"https:\/\/pariswells.com\/blog\/"},{"@type":"Person","@id":"https:\/\/pariswells.com\/blog\/author\/paris#author","url":"https:\/\/pariswells.com\/blog\/author\/paris","name":"paris","image":{"@type":"ImageObject","@id":"https:\/\/pariswells.com\/blog\/random\/vmware-vcenter-vim_vcdb-database-primary-filegroup-is-full#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/93b8ee3f592ac401167f870452bd82d43de80152cd3524e2853403658ada9984?s=96&d=mm&r=g","width":96,"height":96,"caption":"paris"}},{"@type":"WebPage","@id":"https:\/\/pariswells.com\/blog\/random\/vmware-vcenter-vim_vcdb-database-primary-filegroup-is-full#webpage","url":"https:\/\/pariswells.com\/blog\/random\/vmware-vcenter-vim_vcdb-database-primary-filegroup-is-full","name":"VMware Vcenter \u2013 VIM_VCDB database \u2018PRIMARY\u2019 filegroup is full | Welcome to Pariswells.com","description":"Recently a customer had filled up their free SQL Express Database with Events and Tasks from Vmware. The Hosts has both gone to Disconnected with error cannot synchronize host cannot contact the specified host and when trying to re-add the error would be displayed VIM_VCDB database \u2018PRIMARY\u2019 filegroup is full failed because the resulting cumulative","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/pariswells.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/pariswells.com\/blog\/random\/vmware-vcenter-vim_vcdb-database-primary-filegroup-is-full#breadcrumblist"},"author":{"@id":"https:\/\/pariswells.com\/blog\/author\/paris#author"},"creator":{"@id":"https:\/\/pariswells.com\/blog\/author\/paris#author"},"datePublished":"2018-05-01T01:28:38+00:00","dateModified":"2022-12-02T00:38:06+00:00"},{"@type":"WebSite","@id":"https:\/\/pariswells.com\/blog\/#website","url":"https:\/\/pariswells.com\/blog\/","name":"Welcome to Pariswells.com","inLanguage":"en-US","publisher":{"@id":"https:\/\/pariswells.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"Welcome to Pariswells.com |","og:type":"article","og:title":"VMware Vcenter \u2013 VIM_VCDB database \u2018PRIMARY\u2019 filegroup is full | Welcome to Pariswells.com","og:description":"Recently a customer had filled up their free SQL Express Database with Events and Tasks from Vmware. The Hosts has both gone to Disconnected with error cannot synchronize host cannot contact the specified host and when trying to re-add the error would be displayed VIM_VCDB database \u2018PRIMARY\u2019 filegroup is full failed because the resulting cumulative","og:url":"https:\/\/pariswells.com\/blog\/random\/vmware-vcenter-vim_vcdb-database-primary-filegroup-is-full","article:published_time":"2018-05-01T01:28:38+00:00","article:modified_time":"2022-12-02T00:38:06+00:00","twitter:card":"summary","twitter:title":"VMware Vcenter \u2013 VIM_VCDB database \u2018PRIMARY\u2019 filegroup is full | Welcome to Pariswells.com","twitter:description":"Recently a customer had filled up their free SQL Express Database with Events and Tasks from Vmware. The Hosts has both gone to Disconnected with error cannot synchronize host cannot contact the specified host and when trying to re-add the error would be displayed VIM_VCDB database \u2018PRIMARY\u2019 filegroup is full failed because the resulting cumulative"},"aioseo_meta_data":{"post_id":"3264","title":null,"description":null,"keywords":[],"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"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":null,"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","location":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-21 05:35:49","updated":"2022-12-02 00:51:28","primary_term":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/pariswells.com\/blog\" 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:\/\/pariswells.com\/blog\/category\/random\" title=\"Random\">Random<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tVMware Vcenter \u2013 VIM_VCDB database \u2018PRIMARY\u2019 filegroup is full\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/pariswells.com\/blog"},{"label":"Random","link":"https:\/\/pariswells.com\/blog\/category\/random"},{"label":"VMware Vcenter &#8211; VIM_VCDB database &#8216;PRIMARY&#8217; filegroup is full","link":"https:\/\/pariswells.com\/blog\/random\/vmware-vcenter-vim_vcdb-database-primary-filegroup-is-full"}],"_links":{"self":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/3264","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/comments?post=3264"}],"version-history":[{"count":4,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/3264\/revisions"}],"predecessor-version":[{"id":6442,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/3264\/revisions\/6442"}],"wp:attachment":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/media?parent=3264"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/categories?post=3264"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/tags?post=3264"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}