{"id":3849,"date":"2015-09-04T11:33:18","date_gmt":"2015-09-04T11:33:18","guid":{"rendered":"http:\/\/evolphin.com\/help\/?p=3849"},"modified":"2020-05-18T10:50:59","modified_gmt":"2020-05-18T14:50:59","slug":"understanding-hadr-archive","status":"publish","type":"post","link":"https:\/\/evolphin.com\/help\/administration-server\/hadr\/understanding-hadr-archive\/","title":{"rendered":"Understanding HADR Archive"},"content":{"rendered":"\n<p>Minimum Zoom version supported: <span class=\"keyword\">5.5<\/span><br>&nbsp;<br>Archive module can be configured by following this article: &nbsp;<a title=\"HADR Archive Configuration\" href=\"https:\/\/evolphin.com\/help\/docs\/hadr-archive-conf\/\" target=\"_blank\" rel=\"noopener noreferrer\">HADR Archive Configuration<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Features<\/h2>\n\n\n\n<ol class=\"wp-block-list\"><li><span class=\"keyword\">HADR Archive<\/span> brings the functionality of Archiving assets in a distributed manner.<\/li><li>Multiple OR Single Zoom server can be configured to archive the assets.<\/li><li>Multiple OR Single Zoom server can be configured to run the archive\/restore scripts.<\/li><li>HADR Archive can be done on Multiple Zoom servers with shared database.<\/li><\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Archive Process<\/h2>\n\n\n\n<ol class=\"wp-block-list\"><li>Archive request received by Zoom server are&nbsp;submitted for execution. Clients will get a notification that archive request is submitted.<\/li><li>Archive request will be aborted, if none of the Zoom servers have valid archive location. Archive location should be given and exist on disk.<\/li><li>Pre-Archive Script will be executed if provided. Archive operation will be aborted if script returns non zero status.\n<ol>\n<li>If emails are configured, then failure notifications will be triggered via email.<\/li>\n<\/ol>\n<\/li><li>If assets are eligible for Archiving, they will be marked as Archive. At this level, no data has&nbsp;moved out of database to archive location.<\/li><li>When <a title=\"HADR Database Writer\" href=\"https:\/\/evolphin.com\/help\/docs\/hadr-database-writer\/\" target=\"_blank\" rel=\"noopener noreferrer\">Zoom database writer<\/a> server restarts, it will compute the checksum of assets and eventually will mark them as fully archived.\n<ol>\n<li><strong><span style=\"color: #ff0000;\">At this stage it is not possible to restore the assets until server is restarted again and transfers the files to&nbsp;Archive Location.<\/span><\/strong><\/li>\n<\/ol>\n<\/li><li>Now when Zoom database writer server restarts again, files will be transferred to Archive location.\n<ol>\n<li>Once file transfer finish, Zoom server will run the post archive scripts.<\/li>\n<li>And mail notifications are sent out.<\/li>\n<\/ol>\n<\/li><\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Restore Process<\/h2>\n\n\n\n<ol class=\"wp-block-list\"><li>Restore request can only be accepted on archived assets.<\/li><li>HADR restore is done in three phases.\n<ol>\n<li>First phase: Run pre-restore scripts if configured.\n<ol>\n<li>Note: If script returns exit status zero, then only restore process will move forward, else it would be aborted.<\/li>\n<\/ol>\n<\/li>\n<li>Second phase: Copy\/download the archived files to Zoom database location.\n<ol>\n<li>Note: This process might be time consuming and depends on number of files and their size.<\/li>\n<li>At least one of the Zoom server must have access to archive location and archive location&nbsp;must contain valid archived files.<\/li>\n<\/ol>\n<\/li>\n<li>Third phase: Marking the files as restored in Zoom database. Only after the successful completion of this this process files would be restored and available to users.<\/li>\n<\/ol>\n<\/li><li>Emails are sent out if case of success or failures.<\/li><\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Example<\/h2>\n\n\n\n<h2 class=\"wp-block-heading\">All Zoom servers with shared database<\/h2>\n\n\n\n<p>In this example we assume there are three Zoom servers with shared database. All Zoom servers are configured to use single database location.<br>Our example servers are:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>http:\/\/acme-<strong>server1<\/strong>:8880 <strong>(*database writer)<\/strong>\n<ol>\n<li>http:\/\/acme-<strong>server1<\/strong>:8443<\/li>\n<\/ol>\n<\/li><li>http:\/\/acme-<strong>server2<\/strong>:8880\n<ol>\n<li>http:\/\/acme-<strong>server2<\/strong>:8443<\/li>\n<\/ol>\n<\/li><li>http:\/\/acme-<strong>server3<\/strong>:8880\n<ol>\n<li>http:\/\/acme-<strong>server3<\/strong>:8443<\/li>\n<\/ol>\n<\/li><\/ol>\n\n\n\n<p>All above three servers are configured to use database location: <strong>&#8220;\/acme-network-storage\/zoom-database&#8221;. <\/strong>This location is present on Network attached storage and shared to each server via\u00a0NFS.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Database location for all three Zoom servers:&nbsp;<strong>&#8220;\/acme-network-storage\/zoom-database&#8221;.<\/strong><\/li><li>Archive\/Restore Scripts are available at:&nbsp;<strong>&#8220;\/acme-network-storage\/zoom-scripts\/archive&#8221;.<\/strong><\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Configuring archive module as per above settings<\/h3>\n\n\n\n<ol class=\"wp-block-list\"><li>All Zoom servers must\u00a0be running.<\/li><li>Find out the database writer. See: <a title=\"HADR Database Writer\" rel=\"noopener noreferrer\" href=\"https:\/\/evolphin.com\/help\/docs\/hadr-database-writer\/#how-to-find-database-writer\" target=\"_blank\">How to find the database writer.<\/a><\/li><li><a title=\"HADR Database Writer\" rel=\"noopener noreferrer\" href=\"https:\/\/evolphin.com\/help\/docs\/hadr-database-writer\/#how-to-find-database-writer\" target=\"_blank\">Log in to the Zoom web management console of the database writer server found in the <\/a>above steps. Let say in our example: <strong>http:\/\/acme-server1:8443<\/strong><\/li><li>Enable Archive in HADR Archive spec. See: <a title=\"HADR Archive Configuration\" rel=\"noopener noreferrer\" href=\"https:\/\/evolphin.com\/help\/docs\/hadr-archive-conf\/#enable-hadr-archive\" target=\"_blank\">How to enable HADR Archive<\/a>.<\/li><li>Provide archive\/restore scripts if required. See HADR Archive\/Restore Scripts Configuration.<\/li><li>Configure the mailing list.<\/li><li>Change the peer name for script execution to ACME-SERVER1. <ol><li>Note: Peer names are Zoom server names given in the HADR spec. Names\u00a0must be exactly the same across all servers. Peer names are case sensitive. <\/li><\/ol><\/li><li>Save the archive settings.<\/li><li>Now login to acme-server2 and acme-server3 and verify HADR Archive Configuration. They must be exactly the same on all three Zoom servers.<\/li><li>Provide an archive location to the database writer server. See Providing Archive Location. <ol><li>Note: Archive location is a local setting and will only stay on the server on which it is\u00a0configured. <\/li><\/ol><\/li><li>Once all settings are saved. The archive module is ready to access archive\/restore requests.<\/li><\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Minimum Zoom version supported: 5.5&nbsp;Archive module can be configured by following this article: &nbsp;HADR Archive Configuration. Features HADR Archive brings the functionality of Archiving assets in a distributed manner. Multiple OR Single Zoom server can be configured to archive the assets. Multiple OR Single Zoom server can be configured to run the archive\/restore scripts. HADR [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[105],"tags":[],"class_list":["post-3849","post","type-post","status-publish","format-standard","hentry","category-hadr"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Understanding HADR Archive - Evolphin Documentation<\/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:\/\/evolphin.com\/help\/administration-server\/hadr\/understanding-hadr-archive\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Understanding HADR Archive - Evolphin Documentation\" \/>\n<meta property=\"og:description\" content=\"Minimum Zoom version supported: 5.5&nbsp;Archive module can be configured by following this article: &nbsp;HADR Archive Configuration. Features HADR Archive brings the functionality of Archiving assets in a distributed manner. Multiple OR Single Zoom server can be configured to archive the assets. Multiple OR Single Zoom server can be configured to run the archive\/restore scripts. HADR [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/evolphin.com\/help\/administration-server\/hadr\/understanding-hadr-archive\/\" \/>\n<meta property=\"og:site_name\" content=\"Evolphin Documentation\" \/>\n<meta property=\"article:published_time\" content=\"2015-09-04T11:33:18+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-05-18T14:50:59+00:00\" \/>\n<meta name=\"author\" content=\"Rahul Bhargava\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Rahul Bhargava\" \/>\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:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/hadr\\\/understanding-hadr-archive\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/hadr\\\/understanding-hadr-archive\\\/\"},\"author\":{\"name\":\"Rahul Bhargava\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/person\\\/e5f3dc53ac5f026ed258e224e75447f7\"},\"headline\":\"Understanding HADR Archive\",\"datePublished\":\"2015-09-04T11:33:18+00:00\",\"dateModified\":\"2020-05-18T14:50:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/hadr\\\/understanding-hadr-archive\\\/\"},\"wordCount\":664,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#organization\"},\"articleSection\":[\"HADR\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/hadr\\\/understanding-hadr-archive\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/hadr\\\/understanding-hadr-archive\\\/\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/hadr\\\/understanding-hadr-archive\\\/\",\"name\":\"Understanding HADR Archive - Evolphin Documentation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#website\"},\"datePublished\":\"2015-09-04T11:33:18+00:00\",\"dateModified\":\"2020-05-18T14:50:59+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/hadr\\\/understanding-hadr-archive\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/hadr\\\/understanding-hadr-archive\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/hadr\\\/understanding-hadr-archive\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/evolphin.com\\\/help\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Understanding HADR Archive\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#website\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/\",\"name\":\"Evolphin Documentation\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/evolphin.com\\\/help\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#organization\",\"name\":\"Evolphin Documentation\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/cropped-evolphin-logo-dolphin_sm.png\",\"contentUrl\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/cropped-evolphin-logo-dolphin_sm.png\",\"width\":200,\"height\":200,\"caption\":\"Evolphin Documentation\"},\"image\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/person\\\/e5f3dc53ac5f026ed258e224e75447f7\",\"name\":\"Rahul Bhargava\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g\",\"caption\":\"Rahul Bhargava\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Understanding HADR Archive - Evolphin Documentation","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:\/\/evolphin.com\/help\/administration-server\/hadr\/understanding-hadr-archive\/","og_locale":"en_US","og_type":"article","og_title":"Understanding HADR Archive - Evolphin Documentation","og_description":"Minimum Zoom version supported: 5.5&nbsp;Archive module can be configured by following this article: &nbsp;HADR Archive Configuration. Features HADR Archive brings the functionality of Archiving assets in a distributed manner. Multiple OR Single Zoom server can be configured to archive the assets. Multiple OR Single Zoom server can be configured to run the archive\/restore scripts. HADR [&hellip;]","og_url":"https:\/\/evolphin.com\/help\/administration-server\/hadr\/understanding-hadr-archive\/","og_site_name":"Evolphin Documentation","article_published_time":"2015-09-04T11:33:18+00:00","article_modified_time":"2020-05-18T14:50:59+00:00","author":"Rahul Bhargava","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Rahul Bhargava","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/evolphin.com\/help\/administration-server\/hadr\/understanding-hadr-archive\/#article","isPartOf":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/hadr\/understanding-hadr-archive\/"},"author":{"name":"Rahul Bhargava","@id":"https:\/\/evolphin.com\/help\/#\/schema\/person\/e5f3dc53ac5f026ed258e224e75447f7"},"headline":"Understanding HADR Archive","datePublished":"2015-09-04T11:33:18+00:00","dateModified":"2020-05-18T14:50:59+00:00","mainEntityOfPage":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/hadr\/understanding-hadr-archive\/"},"wordCount":664,"commentCount":0,"publisher":{"@id":"https:\/\/evolphin.com\/help\/#organization"},"articleSection":["HADR"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/evolphin.com\/help\/administration-server\/hadr\/understanding-hadr-archive\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/evolphin.com\/help\/administration-server\/hadr\/understanding-hadr-archive\/","url":"https:\/\/evolphin.com\/help\/administration-server\/hadr\/understanding-hadr-archive\/","name":"Understanding HADR Archive - Evolphin Documentation","isPartOf":{"@id":"https:\/\/evolphin.com\/help\/#website"},"datePublished":"2015-09-04T11:33:18+00:00","dateModified":"2020-05-18T14:50:59+00:00","breadcrumb":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/hadr\/understanding-hadr-archive\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/evolphin.com\/help\/administration-server\/hadr\/understanding-hadr-archive\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/evolphin.com\/help\/administration-server\/hadr\/understanding-hadr-archive\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/evolphin.com\/help\/"},{"@type":"ListItem","position":2,"name":"Understanding HADR Archive"}]},{"@type":"WebSite","@id":"https:\/\/evolphin.com\/help\/#website","url":"https:\/\/evolphin.com\/help\/","name":"Evolphin Documentation","description":"","publisher":{"@id":"https:\/\/evolphin.com\/help\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/evolphin.com\/help\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/evolphin.com\/help\/#organization","name":"Evolphin Documentation","url":"https:\/\/evolphin.com\/help\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/evolphin.com\/help\/#\/schema\/logo\/image\/","url":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/04\/cropped-evolphin-logo-dolphin_sm.png","contentUrl":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/04\/cropped-evolphin-logo-dolphin_sm.png","width":200,"height":200,"caption":"Evolphin Documentation"},"image":{"@id":"https:\/\/evolphin.com\/help\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/evolphin.com\/help\/#\/schema\/person\/e5f3dc53ac5f026ed258e224e75447f7","name":"Rahul Bhargava","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g","caption":"Rahul Bhargava"}}]}},"_links":{"self":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/3849","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/comments?post=3849"}],"version-history":[{"count":1,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/3849\/revisions"}],"predecessor-version":[{"id":14846,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/3849\/revisions\/14846"}],"wp:attachment":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/media?parent=3849"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/categories?post=3849"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/tags?post=3849"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}