{"id":45522,"date":"2019-10-16T08:34:55","date_gmt":"2019-10-16T08:34:55","guid":{"rendered":"https:\/\/www.stellarinfo.com\/blog\/?p=45522"},"modified":"2022-10-14T05:11:22","modified_gmt":"2022-10-14T05:11:22","slug":"find-replay-log-files-in-exchange-server","status":"publish","type":"post","link":"https:\/\/www.stellarinfo.com\/blog\/find-replay-log-files-in-exchange-server\/","title":{"rendered":"How to Find &#038; Replay Log files in Exchange Server"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><p>Exchange Server works on the Write-ahead logging (WAL) technique, where changes are first recorded in the transaction logs before they are committed to the database (.edb). This helps ensure consistent server performance.<\/p><p>When you manually dismount a database, the Exchange Server flushes all the transactions in the memory, logs into the database, and commits any pending transactions to the database before dismounting the database.<\/p><p>However, if the server shutdowns abruptly due to a crash, power failure, or hardware failure, the changes recorded in the transaction logs are not committed to the database. As a result, the database becomes inconsistent or corrupt and dismounted from the server. This leads to downtime, preventing users from accessing their mailboxes or sending and receiving emails. &nbsp;<\/p><p>Fortunately, you can find and replay the uncommitted transaction logs on the database and bring it back to a consistent state. Once it&rsquo;s consistent, you can mount it on the server to restore connectivity.<\/p><p>Below we have discussed how you can find and replay the pending transaction logs in Exchange Server to fix dismounted, inconsistent or corrupt databases using the built-in EseUtil and a third-party Exchange recovery software. &nbsp;<\/p><h2 class=\"wp-block-heading\" id=\"steps-to-find-and-replay-log-files-in-exchange-server\"><strong>Steps to Find and Replay Log Files in Exchange Server<\/strong><\/h2><p>Now that you know the importance of the Exchange log files in keeping the database consistent and online, you can run Soft Recovery on the database using the EseUtil &mdash; a command line-based tool to recover inconsistent databases. Soft recovery replays the pending log files on the database, thereby bringing it to a consistent or Clean Shutdown state.<\/p><p>However, you must find the logs that need to be replayed on the database to fix the inconsistency or corruption.<\/p><p>For this, you can check the status of the database, i.e., whether it&rsquo;s in Clean Shutdown or Dirty Shutdown state, using the following command.<\/p><pre class=\"wp-block-preformatted\">Eseutil \/mh &lt;path to the database&gt;<\/pre><p>The output will display the status. For example, if the status is Dirty Shutdown, it will also list the logs that must be replayed on the database to fix and mount it online on the server.<\/p><p>Copy the log name and look for it under the database location and drive. In some cases, the logs remain in the default directory where the database is located, or if you use a different drive volume, you can find the logs there. &nbsp;<\/p><p>At this stage, you try to recover the database from a&nbsp;<a href=\"https:\/\/www.stellarinfo.com\/article\/resolve-exchange-dirty-shutdown-error.php\" target=\"_blank\" rel=\"noreferrer noopener\">Dirty shutdown<\/a>&nbsp;to a Healthy shutdown state by running the soft recovery where the uncommitted logs are replayed on the mailbox database. The command is as follows:<\/p><pre class=\"wp-block-preformatted\">EseUtil \/R E00 \/l D:\\MBX01\\Logs \/s D:\\MBX01\\Logs<\/pre><p>If the operation fails with the below error, it indicates missing or corrupt logs.<\/p><pre class=\"wp-block-preformatted\">Log file: D:\\MBX01\\Logs\\E00.log ERROR: Log damaged (unusable). Last Lgpos: (0xb8c2d,35,0). Error 501<\/pre><pre class=\"wp-block-preformatted\">Operation terminated with error -501 (JET_errLogFileCorrupt, Log file is corrupt) after 11602.418 seconds<\/pre><p>In such cases, &nbsp;error -501 (JET_errLogFileCorrupt, Log file is corrupt) is common. Here is the short video to fix this error:<\/p><pre class=\"wp-block-preformatted\">Once you fix it, check the database again using the EseUtil \/MH parameter to identify the missing log files.\n\n<strong><em>State: Dirty Shutdown<\/em><\/strong>\nLog Require 230-255 (0xe6-0xff)\nLog Committed: 0-255 (0x0-0xff)\nLog recovering: 255 (0xff<\/pre><p>As you might see from the above, there is no way to know exactly which log file is missing.<\/p><p>However, there is a way to make the Exchange Server think that the latest available log files in the sequence are the last available.<\/p><p>For this, you will need to rename the log file to <strong>E00.log<\/strong>, which will make it look last available log file for the database.<\/p><p>You may now re-run the <strong>EseUtil Soft Recovery.<\/strong><\/p><pre class=\"wp-block-preformatted\">EseUtil \/R E00 \/l D:\\MBX01\\Logs \/s D:\\MBX01\\Logs<\/pre><p>In some cases, this works, and the soft recovery runs without error.<\/p><p>One has to note that the replay log file process will stop at the last available log file. Therefore, all the new transaction logs will be discarded after the missing one.<\/p><p>Once the process is done, you can re-run the <strong>EseUtil \/MH <\/strong>parameter to check if the database is in a Clean Shutdown state or not.<\/p><p>Please note that this can take a considerable time if you have a large database, such as 20GB or more. Wait until it finishes. Once you verify the status, you can use the Mount-Database cmdlet to mount the database on the Exchange Server.<\/p><p>However, if this doesn&rsquo;t work, you can check whether the logs are corrupt.<\/p><pre class=\"wp-block-preformatted\">eseutil \/ml &lt;Log-file-Path\\LogPrefix&gt;<\/pre><p>This will show whether the logs are corrupt or healthy. You can only replay logs when they are not corrupt. Otherwise, you will require Exchange recovery software, such as Stellar Repair for Exchange, to fix the corrupt or damaged Exchange database and recover mailboxes.<\/p><h2 class=\"wp-block-heading\" id=\"conclusion\">Conclusion<\/h2><p>One can replay log files to reconstruct the entire Mailbox database, bring it to a consistent or Clean Shutdown state and mount it back on the server. However, if the log files are missing, corrupt, or can&rsquo;t be replayed, you will need Exchange Recovery software, such as Stellar Repair for Exchange. The software scans the Exchange database and does not requires log files. It extracts the mailboxes from the database and lets you save them in PST format, or you can import these mailboxes to a new or existing healthy database on Live Exchange in a few clicks. The <a href=\"https:\/\/www.stellarinfo.com\/edb-exchange-server-recovery.htm\">Exchange EDB Recovery<\/a>&nbsp;software can also export the mailboxes and mail items directly to Office 365.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Exchange Server works on the Write-ahead logging (WAL) technique, where changes are&hellip; <a class=\"more-link\" href=\"https:\/\/www.stellarinfo.com\/blog\/find-replay-log-files-in-exchange-server\/\">Continue reading <span class=\"screen-reader-text\">How to Find &#038; Replay Log files in Exchange Server<\/span><\/a><\/p>\n","protected":false},"author":17,"featured_media":40919,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[25],"tags":[1101,1099,1100],"class_list":["post-45522","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-exchange-server","tag-edbtopst","tag-exchange-server","tag-filelog","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 Find &amp; Replay Log files in Exchange Server<\/title>\n<meta name=\"description\" content=\"In Microsoft Exchange, logs are important to keep the database consistent. Here&#039;s how you can find and replay logs to fix database.\" \/>\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\/find-replay-log-files-in-exchange-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Find &amp; Replay Log files in Exchange Server\" \/>\n<meta property=\"og:description\" content=\"In Microsoft Exchange, logs are important to keep the database consistent. Here&#039;s how you can find and replay logs to fix database.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.stellarinfo.com\/blog\/find-replay-log-files-in-exchange-server\/\" \/>\n<meta property=\"og:site_name\" content=\"Stellar Data Recovery Blog\" \/>\n<meta property=\"article:published_time\" content=\"2019-10-16T08:34:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-10-14T05:11:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/How-to-run-Eseutil-on-a-computer-without-Exchange-Server.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"888\" \/>\n\t<meta property=\"og:image:height\" content=\"500\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Shelly Bhardwaj\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Shelly Bhardwaj\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/find-replay-log-files-in-exchange-server\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/find-replay-log-files-in-exchange-server\/\"},\"author\":{\"name\":\"Shelly Bhardwaj\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/560294d29c29906f1a494397d89ac5b5\"},\"headline\":\"How to Find &#038; Replay Log files in Exchange Server\",\"datePublished\":\"2019-10-16T08:34:55+00:00\",\"dateModified\":\"2022-10-14T05:11:22+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/find-replay-log-files-in-exchange-server\/\"},\"wordCount\":833,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/find-replay-log-files-in-exchange-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/How-to-run-Eseutil-on-a-computer-without-Exchange-Server.jpg\",\"keywords\":[\"edbtopst\",\"exchange server\",\"filelog\"],\"articleSection\":[\"Exchange Server Recovery\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/find-replay-log-files-in-exchange-server\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/find-replay-log-files-in-exchange-server\/\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/find-replay-log-files-in-exchange-server\/\",\"name\":\"How to Find & Replay Log files in Exchange Server\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/find-replay-log-files-in-exchange-server\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/find-replay-log-files-in-exchange-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/How-to-run-Eseutil-on-a-computer-without-Exchange-Server.jpg\",\"datePublished\":\"2019-10-16T08:34:55+00:00\",\"dateModified\":\"2022-10-14T05:11:22+00:00\",\"author\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/560294d29c29906f1a494397d89ac5b5\"},\"description\":\"In Microsoft Exchange, logs are important to keep the database consistent. Here's how you can find and replay logs to fix database.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/find-replay-log-files-in-exchange-server\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/find-replay-log-files-in-exchange-server\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/find-replay-log-files-in-exchange-server\/#primaryimage\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/How-to-run-Eseutil-on-a-computer-without-Exchange-Server.jpg\",\"contentUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/How-to-run-Eseutil-on-a-computer-without-Exchange-Server.jpg\",\"width\":888,\"height\":500},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/find-replay-log-files-in-exchange-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.stellarinfo.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Find &#038; Replay Log files in Exchange Server\"}]},{\"@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\/560294d29c29906f1a494397d89ac5b5\",\"name\":\"Shelly Bhardwaj\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/55b79705325614a5202bfcbe257c51b4bfd3229f8c27cd88856c412e9d171b8d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/55b79705325614a5202bfcbe257c51b4bfd3229f8c27cd88856c412e9d171b8d?s=96&d=mm&r=g\",\"caption\":\"Shelly Bhardwaj\"},\"description\":\"I am a Product Consultant and is associated with Stellar Data Recovery from last 8 years. I write about the latest technology tips and provide custom solutions related to Exchange Server, Office 365, MS Outlook, and many other Email Clients &amp; different flavors of OS Servers. Read More\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/shelly-bhardwaj\/\"],\"url\":\"https:\/\/www.stellarinfo.com\/blog\/author\/shelly\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Find & Replay Log files in Exchange Server","description":"In Microsoft Exchange, logs are important to keep the database consistent. Here's how you can find and replay logs to fix database.","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\/find-replay-log-files-in-exchange-server\/","og_locale":"en_US","og_type":"article","og_title":"How to Find & Replay Log files in Exchange Server","og_description":"In Microsoft Exchange, logs are important to keep the database consistent. Here's how you can find and replay logs to fix database.","og_url":"https:\/\/www.stellarinfo.com\/blog\/find-replay-log-files-in-exchange-server\/","og_site_name":"Stellar Data Recovery Blog","article_published_time":"2019-10-16T08:34:55+00:00","article_modified_time":"2022-10-14T05:11:22+00:00","og_image":[{"width":888,"height":500,"url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/How-to-run-Eseutil-on-a-computer-without-Exchange-Server.jpg","type":"image\/jpeg"}],"author":"Shelly Bhardwaj","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Shelly Bhardwaj","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.stellarinfo.com\/blog\/find-replay-log-files-in-exchange-server\/#article","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/find-replay-log-files-in-exchange-server\/"},"author":{"name":"Shelly Bhardwaj","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/560294d29c29906f1a494397d89ac5b5"},"headline":"How to Find &#038; Replay Log files in Exchange Server","datePublished":"2019-10-16T08:34:55+00:00","dateModified":"2022-10-14T05:11:22+00:00","mainEntityOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/find-replay-log-files-in-exchange-server\/"},"wordCount":833,"commentCount":0,"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/find-replay-log-files-in-exchange-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/How-to-run-Eseutil-on-a-computer-without-Exchange-Server.jpg","keywords":["edbtopst","exchange server","filelog"],"articleSection":["Exchange Server Recovery"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.stellarinfo.com\/blog\/find-replay-log-files-in-exchange-server\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.stellarinfo.com\/blog\/find-replay-log-files-in-exchange-server\/","url":"https:\/\/www.stellarinfo.com\/blog\/find-replay-log-files-in-exchange-server\/","name":"How to Find & Replay Log files in Exchange Server","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/find-replay-log-files-in-exchange-server\/#primaryimage"},"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/find-replay-log-files-in-exchange-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/How-to-run-Eseutil-on-a-computer-without-Exchange-Server.jpg","datePublished":"2019-10-16T08:34:55+00:00","dateModified":"2022-10-14T05:11:22+00:00","author":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/560294d29c29906f1a494397d89ac5b5"},"description":"In Microsoft Exchange, logs are important to keep the database consistent. Here's how you can find and replay logs to fix database.","breadcrumb":{"@id":"https:\/\/www.stellarinfo.com\/blog\/find-replay-log-files-in-exchange-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.stellarinfo.com\/blog\/find-replay-log-files-in-exchange-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/find-replay-log-files-in-exchange-server\/#primaryimage","url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/How-to-run-Eseutil-on-a-computer-without-Exchange-Server.jpg","contentUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/06\/How-to-run-Eseutil-on-a-computer-without-Exchange-Server.jpg","width":888,"height":500},{"@type":"BreadcrumbList","@id":"https:\/\/www.stellarinfo.com\/blog\/find-replay-log-files-in-exchange-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.stellarinfo.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Find &#038; Replay Log files in Exchange Server"}]},{"@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\/560294d29c29906f1a494397d89ac5b5","name":"Shelly Bhardwaj","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/55b79705325614a5202bfcbe257c51b4bfd3229f8c27cd88856c412e9d171b8d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/55b79705325614a5202bfcbe257c51b4bfd3229f8c27cd88856c412e9d171b8d?s=96&d=mm&r=g","caption":"Shelly Bhardwaj"},"description":"I am a Product Consultant and is associated with Stellar Data Recovery from last 8 years. I write about the latest technology tips and provide custom solutions related to Exchange Server, Office 365, MS Outlook, and many other Email Clients &amp; different flavors of OS Servers. Read More","sameAs":["https:\/\/www.linkedin.com\/in\/shelly-bhardwaj\/"],"url":"https:\/\/www.stellarinfo.com\/blog\/author\/shelly\/"}]}},"_links":{"self":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/45522","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\/17"}],"replies":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/comments?post=45522"}],"version-history":[{"count":30,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/45522\/revisions"}],"predecessor-version":[{"id":111759,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/45522\/revisions\/111759"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media\/40919"}],"wp:attachment":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media?parent=45522"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/categories?post=45522"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/tags?post=45522"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}