{"id":93429,"date":"2022-01-14T06:19:42","date_gmt":"2022-01-14T06:19:42","guid":{"rendered":"https:\/\/www.stellarinfo.com\/blog\/?p=93429"},"modified":"2025-07-21T10:23:54","modified_gmt":"2025-07-21T10:23:54","slug":"fix-exchange-dag-witness-server-failed-state","status":"publish","type":"post","link":"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-dag-witness-server-failed-state\/","title":{"rendered":"How to Fix Exchange DAG Witness Failed State"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><p>Microsoft Exchange <a href=\"https:\/\/www.stellarinfo.com\/article\/exchange-database-availability-groups.php\">Database Availability Group or DAG<\/a> requires a witness server and witness directory (automatically created by the Exchange on the Witness Server) for maintaining quorum.<\/p><p>A witness server or file witness server (FSW) provides automatic failover protection. It identifies which member server holds the mirror copy and which server holds the principal copy of the database, ensuring at least one server is active at any given time.<\/p><p>But sometimes, due to underlying issues or misconfiguration in the Exchange DAG witness server may lead to a failed state, resulting in an unhealthy and compromised DAG. A witness server state may also show as failed if the server doesn&rsquo;t boot due to hardware or software failure.<\/p><p>To check the witness server status in DAG, use<strong> Get-DatabaseAvailabilityGroup<\/strong> cmdlet in Exchange Management Shell (EMS),<\/p><pre class=\"wp-block-code command_container\"><code>Get-DatabaseAvailabilityGroup -Identity \"DAG01\" -Status | ft Name, Witness*, Servers<\/code><\/pre><p>If the witness server has failed, the following error\/warning message is displayed in the output,<\/p><pre class=\"wp-block-preformatted\"><em>WARNING: Database availability group 'DAG01' witness is in a failed state. The database availability group requires the witness server to maintain quorum. Please use the Set-DatabaseAvailabilityGroup cmdlet to re-create the witness server and the directory.\nWitnessServer : fsw.domain.local\nWitnessDirectory : C:\\DAGFileShareWitnesses\\DAG1.domain.local\nAlternateWitnessServer :\nAlternateWitnessDirectory :\nWitnessShareInUse : InvalidConfiguration\nDxStoreWitnessServers :<\/em><\/pre><p>In this blog, you will learn a simple solution to fix the failed witness server state and bring your DAG back to a healthy state.<\/p><h2 class=\"wp-block-heading\" id=\"methods-to-resolve-dag-witness-server-failed-state-in-exchange\"><strong>Methods to Resolve DAG Witness Server Failed State in Exchange<\/strong><\/h2><p>When the witness server fails due to any hardware or software issue rather than a network-related problem, set up a new witness server and then change the witness server and witness directory in the DAG using the <a href=\"https:\/\/www.stellarinfo.com\/blog\/using-set-databaseavailabilitygroup-cmdlet-exchange-powershell\/\">Set-DatabaseAvailabilityGroup cmdlet<\/a>. The command is as follow,<\/p><pre class=\"wp-block-code command_container\"><code>Set-DatabaseAvailabilityGroup -Identity \"DAGName\" -WitnessServer \"NewFileWitnessServerName&rdquo; -WitnessDirectory NonRootLocalLongFullPath<\/code><\/pre><p>For instance,<\/p><pre class=\"wp-block-code command_container\"><code>Set-DatabaseAvailabilityGroup -Identity \"DAG01\" -WitnessServer \"FSW02.abc.com\" -WitnessDirectory C:\\DAG01<\/code><\/pre><p>If the Windows firewall is enabled, you may get the following warning message in the output,<\/p><pre class=\"wp-block-preformatted\"><em>WARNING: Unable to access file shares on witness server 'FSW02.abc.com'. The database availability group may be more vulnerable to failures until this problem is corrected. You can use the Set-DatabaseAvailabilityGroup cmdlet to try the operation again. Error: The network path was not found Unable to change the quorum for database availability group DAG01. The network path for witness server '\\\\FSW02.abc.com\\DAG01.abc.com' was not found. This may be due to firewall settings.<\/em><\/pre><p>In such a case, you may either disable the Windows Firewall or add an exception for <strong>File and Printer Sharing <\/strong>on <strong>SMB port 445 <\/strong>(used by the witness server). Then execute the cmdlet.<\/p><p>To verify the new DAG witness server, execute the following cmdlet,<\/p><pre class=\"wp-block-code command_container\"><code>Get-DatabaseAvailabilityGroup -Identity \"DAG01\" -Status | ft Name, Witness*, Servers<\/code><\/pre><p>If the output displays the new Witness server and witness directory, you have successfully changed the witness server.<\/p><p>You may also perform these steps via Exchange Admin Center (EAC). The steps are as follow,<\/p><ul class=\"wp-block-list\">\n<li>In EAC, go to <strong>servers &gt; database availability groups<\/strong><\/li>\n\n\n\n<li>Select the <strong>DAG<\/strong> and click the edit icon (pencil)<\/li>\n\n\n\n<li>Enter the new witness server FQDN and new witness directory path and click <strong>Save<\/strong><\/li>\n<\/ul><p>To verify the DAG witness server, check the server name in <strong>servers &gt; database availability groups. <\/strong>Also, check that the witness directory is created successfully on the witness server.<\/p><blockquote class=\"note_alert\">\n<p><strong>IMPORTANT NOTE: <\/strong>After this, you must exclude the witness directory on the witness server from the antivirus.<\/p>\n<\/blockquote><h3 class=\"wp-block-heading\" id=\"h-alternate-solution\"><strong>Alternate Solution<\/strong><\/h3><p>If the above solution didn&rsquo;t work for you and your witness server isn&rsquo;t dead, try checking the cluster using<strong> the Get-ClusterResource<\/strong> cmdlet.<\/p><p>If the output displays File Share Witness state as failed, bring it back online using the following cmdlet,<\/p><pre class=\"wp-block-code command_container\"><code>Get-ClusterResource | Start-ClusterResource<\/code><\/pre><p>This will start the cluster and bring the FSW back to the online state. If this happens, you don&rsquo;t need to perform any additional action.<\/p><h2 class=\"wp-block-heading\" id=\"conclusion\"><strong>Conclusion<\/strong><\/h2><p>Witness server is an important component of the DAG required to maintain the quorum. However, a witness server may go offline or fail after a reboot leading to failed witness server state that breaks the failover clustering. In such a critical situation, you must try to bring the witness server online or change to a new witness server and witness directory. If the member server fails during these operations or database dismounts due to inconsistencies, you can use your backup to restore the database and mailboxes. If backups are available, you can use Exchange recovery software, such as <a href=\"https:\/\/www.stellarinfo.com\/edb-exchange-server-recovery.htm\" target=\"_blank\" rel=\"noreferrer noopener\">Stellar Repair for Exchange<\/a>, to repair the database, extract mailboxes and save them as PST. You may also export the mailboxes directly to your live Exchange server or Office 365.&nbsp; &nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Microsoft Exchange Database Availability Group or DAG requires a witness server and&hellip; <a class=\"more-link\" href=\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-dag-witness-server-failed-state\/\">Continue reading <span class=\"screen-reader-text\">How to Fix Exchange DAG Witness Failed State<\/span><\/a><\/p>\n","protected":false},"author":32,"featured_media":93434,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[25],"tags":[],"class_list":["post-93429","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-exchange-server","entry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Fix Exchange DAG Witness Failed State<\/title>\n<meta name=\"description\" content=\"Follow our tips and simple methods to quickly resolve Exchange DAG Witness Server failed state and bring back the File Witness Server online.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-dag-witness-server-failed-state\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Fix Exchange DAG Witness Failed State\" \/>\n<meta property=\"og:description\" content=\"Follow our tips and simple methods to quickly resolve Exchange DAG Witness Server failed state and bring back the File Witness Server online.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-dag-witness-server-failed-state\/\" \/>\n<meta property=\"og:site_name\" content=\"Stellar Data Recovery Blog\" \/>\n<meta property=\"article:author\" content=\"https:\/\/facebook.com\/raavisingh\" \/>\n<meta property=\"article:published_time\" content=\"2022-01-14T06:19:42+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-21T10:23:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/01\/fix-exchange-dag-witness-failed-state.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Ravi Singh\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/ravi51ngh\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ravi Singh\" \/>\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:\/\/www.stellarinfo.com\/blog\/fix-exchange-dag-witness-server-failed-state\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-dag-witness-server-failed-state\/\"},\"author\":{\"name\":\"Ravi Singh\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/7dea10d15c0307370e21d7da07d0cd11\"},\"headline\":\"How to Fix Exchange DAG Witness Failed State\",\"datePublished\":\"2022-01-14T06:19:42+00:00\",\"dateModified\":\"2025-07-21T10:23:54+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-dag-witness-server-failed-state\/\"},\"wordCount\":608,\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-dag-witness-server-failed-state\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/01\/fix-exchange-dag-witness-failed-state.png\",\"articleSection\":[\"Exchange Server Recovery\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-dag-witness-server-failed-state\/\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-dag-witness-server-failed-state\/\",\"name\":\"How to Fix Exchange DAG Witness Failed State\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-dag-witness-server-failed-state\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-dag-witness-server-failed-state\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/01\/fix-exchange-dag-witness-failed-state.png\",\"datePublished\":\"2022-01-14T06:19:42+00:00\",\"dateModified\":\"2025-07-21T10:23:54+00:00\",\"author\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/7dea10d15c0307370e21d7da07d0cd11\"},\"description\":\"Follow our tips and simple methods to quickly resolve Exchange DAG Witness Server failed state and bring back the File Witness Server online.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-dag-witness-server-failed-state\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-dag-witness-server-failed-state\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-dag-witness-server-failed-state\/#primaryimage\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/01\/fix-exchange-dag-witness-failed-state.png\",\"contentUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/01\/fix-exchange-dag-witness-failed-state.png\",\"width\":1000,\"height\":600,\"caption\":\"How to Fix Exchange DAG Witness Failed State\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-dag-witness-server-failed-state\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.stellarinfo.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Fix Exchange DAG Witness Failed State\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#website\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/\",\"name\":\"Stellar Data Recovery Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.stellarinfo.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/7dea10d15c0307370e21d7da07d0cd11\",\"name\":\"Ravi Singh\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9e95cad83fe279b559794f62193f34300d01db8f9f2ec45ce529b7ecde3796ba?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9e95cad83fe279b559794f62193f34300d01db8f9f2ec45ce529b7ecde3796ba?s=96&d=mm&r=g\",\"caption\":\"Ravi Singh\"},\"description\":\"Ravi Singh is a Senior Writer at Stellar\u00ae. He is an expert Tech Explainer, IoT enthusiast, and a passionate nerd with over 7 years of experience in technical writing. He writes about Microsoft Exchange, Microsoft 365, Email Migration, Linux, Windows, Mac, DIY Tech, and Smart Home. Ravi spends most of his weekends working with IoT (DIY Smart Home) devices and playing Overwatch. He is also a solo traveler who loves hiking and exploring new trails.\",\"sameAs\":[\"https:\/\/stellarinfo.com\/blog\",\"https:\/\/facebook.com\/raavisingh\",\"https:\/\/instagram.com\/ravi.s1ngh\",\"https:\/\/linkedin.com\/in\/ravi-singh-5a65356a\/\",\"https:\/\/x.com\/https:\/\/twitter.com\/ravi51ngh\",\"https:\/\/youtube.com\/ravisingh9\"],\"url\":\"https:\/\/www.stellarinfo.com\/blog\/author\/ravi\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Fix Exchange DAG Witness Failed State","description":"Follow our tips and simple methods to quickly resolve Exchange DAG Witness Server failed state and bring back the File Witness Server online.","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:\/\/www.stellarinfo.com\/blog\/fix-exchange-dag-witness-server-failed-state\/","og_locale":"en_US","og_type":"article","og_title":"How to Fix Exchange DAG Witness Failed State","og_description":"Follow our tips and simple methods to quickly resolve Exchange DAG Witness Server failed state and bring back the File Witness Server online.","og_url":"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-dag-witness-server-failed-state\/","og_site_name":"Stellar Data Recovery Blog","article_author":"https:\/\/facebook.com\/raavisingh","article_published_time":"2022-01-14T06:19:42+00:00","article_modified_time":"2025-07-21T10:23:54+00:00","og_image":[{"width":1000,"height":600,"url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/01\/fix-exchange-dag-witness-failed-state.png","type":"image\/png"}],"author":"Ravi Singh","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/ravi51ngh","twitter_misc":{"Written by":"Ravi Singh","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-dag-witness-server-failed-state\/#article","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-dag-witness-server-failed-state\/"},"author":{"name":"Ravi Singh","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/7dea10d15c0307370e21d7da07d0cd11"},"headline":"How to Fix Exchange DAG Witness Failed State","datePublished":"2022-01-14T06:19:42+00:00","dateModified":"2025-07-21T10:23:54+00:00","mainEntityOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-dag-witness-server-failed-state\/"},"wordCount":608,"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-dag-witness-server-failed-state\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/01\/fix-exchange-dag-witness-failed-state.png","articleSection":["Exchange Server Recovery"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-dag-witness-server-failed-state\/","url":"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-dag-witness-server-failed-state\/","name":"How to Fix Exchange DAG Witness Failed State","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-dag-witness-server-failed-state\/#primaryimage"},"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-dag-witness-server-failed-state\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/01\/fix-exchange-dag-witness-failed-state.png","datePublished":"2022-01-14T06:19:42+00:00","dateModified":"2025-07-21T10:23:54+00:00","author":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/7dea10d15c0307370e21d7da07d0cd11"},"description":"Follow our tips and simple methods to quickly resolve Exchange DAG Witness Server failed state and bring back the File Witness Server online.","breadcrumb":{"@id":"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-dag-witness-server-failed-state\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.stellarinfo.com\/blog\/fix-exchange-dag-witness-server-failed-state\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-dag-witness-server-failed-state\/#primaryimage","url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/01\/fix-exchange-dag-witness-failed-state.png","contentUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2022\/01\/fix-exchange-dag-witness-failed-state.png","width":1000,"height":600,"caption":"How to Fix Exchange DAG Witness Failed State"},{"@type":"BreadcrumbList","@id":"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-dag-witness-server-failed-state\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.stellarinfo.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Fix Exchange DAG Witness Failed State"}]},{"@type":"WebSite","@id":"https:\/\/www.stellarinfo.com\/blog\/#website","url":"https:\/\/www.stellarinfo.com\/blog\/","name":"Stellar Data Recovery Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.stellarinfo.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/7dea10d15c0307370e21d7da07d0cd11","name":"Ravi Singh","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/9e95cad83fe279b559794f62193f34300d01db8f9f2ec45ce529b7ecde3796ba?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9e95cad83fe279b559794f62193f34300d01db8f9f2ec45ce529b7ecde3796ba?s=96&d=mm&r=g","caption":"Ravi Singh"},"description":"Ravi Singh is a Senior Writer at Stellar\u00ae. He is an expert Tech Explainer, IoT enthusiast, and a passionate nerd with over 7 years of experience in technical writing. He writes about Microsoft Exchange, Microsoft 365, Email Migration, Linux, Windows, Mac, DIY Tech, and Smart Home. Ravi spends most of his weekends working with IoT (DIY Smart Home) devices and playing Overwatch. He is also a solo traveler who loves hiking and exploring new trails.","sameAs":["https:\/\/stellarinfo.com\/blog","https:\/\/facebook.com\/raavisingh","https:\/\/instagram.com\/ravi.s1ngh","https:\/\/linkedin.com\/in\/ravi-singh-5a65356a\/","https:\/\/x.com\/https:\/\/twitter.com\/ravi51ngh","https:\/\/youtube.com\/ravisingh9"],"url":"https:\/\/www.stellarinfo.com\/blog\/author\/ravi\/"}]}},"_links":{"self":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/93429","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/users\/32"}],"replies":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/comments?post=93429"}],"version-history":[{"count":9,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/93429\/revisions"}],"predecessor-version":[{"id":184127,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/93429\/revisions\/184127"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media\/93434"}],"wp:attachment":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media?parent=93429"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/categories?post=93429"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/tags?post=93429"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}