{"id":10127,"date":"2017-05-22T07:58:00","date_gmt":"2017-05-22T05:58:00","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/documentum-dsearch-ia-not-working-in-https-using-xplore-1-6\/"},"modified":"2017-05-22T07:58:00","modified_gmt":"2017-05-22T05:58:00","slug":"documentum-dsearch-ia-not-working-in-https-using-xplore-1-6","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/documentum-dsearch-ia-not-working-in-https-using-xplore-1-6\/","title":{"rendered":"Documentum &#8211; Dsearch &amp; IA not working in HTTPS using xPlore 1.6?"},"content":{"rendered":"<p>I&#8217;m warning you, this blog will be short, like extra short! Beginning of this year, during our testing of the new xPlore 1.6 (GA release, no patches were available) components, I was following my <a title=\"Documentum story \u2013 Setup the DSearch &amp; IndexAgent in HTTPS (xPlore)\" href=\"https:\/\/www.dbi-services.com\/blog\/documentum-story-setup-the-dsearch-indexagent-in-https-xplore\/\" target=\"_blank\" rel=\"noopener\">blog<\/a> to setup a PrimaryDsearch and an IndexAgent in HTTPS using the ConfigSSL.groovy. As the groovy script is provided with the xPlore components directly, the steps coming from my previous blog also apply to xPlore 1.6 (just need to replace JBoss 7.1.1 with WildFly 9.0.1 in the paths). The script has been updated for WildFly so that&#8217;s good but at the end of it when I tried to access the URLs of the PrimaryDsearch and IndexAgent using HTTPS, they weren&#8217;t responding at all&#8230;<\/p>\n<p>&nbsp;<\/p>\n<p>When you are testing newly released component, you often face a lot of small issues so I wasn&#8217;t really afraid. So then I checked the log files of the xPlore components to see what the issue was:<\/p>\n<pre class=\"brush: java; gutter: true; first-line: 1; highlight: [2]\">[xplore@xplore_server_01 ~]$ grep -i ERROR $JBOSS_HOME\/server\/DctmServer_PrimaryDsearch\/log\/server.log\n2017-02-18 11:17:36,414 UTC ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6) MSC000001: Failed to start service jboss.server.controller.management.security_realm.sslRealm.key-manager: org.jboss.msc.service.StartException in service jboss.server.controller.management.security_realm.sslRealm.key-manager: WFLYDM0085: The alias specified 'xplore' does not exist in the KeyStore, valid aliases are {ft_alias}\n2017-02-18 11:17:55,130 UTC ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation (\"deploy\") failed - address: ([(\"deployment\" =&gt; \"dsearchadmin.war\")]) - failure description: {\"WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available.\" =&gt; {\n2017-02-18 11:17:55,132 UTC ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation (\"deploy\") failed - address: ([(\"deployment\" =&gt; \"dsearch.war\")]) - failure description: {\"WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available.\" =&gt; {\n2017-02-18 11:17:55,133 UTC ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation (\"deploy\") failed - address: ([(\"deployment\" =&gt; \"dsearchinfocenter.war\")]) - failure description: {\"WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available.\" =&gt; {\n2017-02-18 11:17:55,135 UTC ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation (\"add\") failed - address: ([\n2017-02-18 11:17:55,136 UTC ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation (\"add\") failed - address: ([(\"subsystem\" =&gt; \"webservices\")]) - failure description: {\"WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available.\" =&gt; {\n2017-02-18 11:17:55,137 UTC ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation (\"add\") failed - address: ([(\"subsystem\" =&gt; \"ejb3\")]) - failure description: {\"WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available.\" =&gt; {\n2017-02-18 11:17:55,137 UTC ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation (\"add\") failed - address: ([\n2017-02-18 11:17:55,138 UTC ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation (\"add\") failed - address: ([\n2017-02-18 11:17:55,292 UTC ERROR [org.jboss.as] (Controller Boot Thread) WFLYSRV0026: WildFly Full 9.0.1.Final (WildFly Core 1.0.1.Final) started (with errors) in 26241ms - Started 208 of 403 services (12 services failed or missing dependencies, 218 services are lazy, passive or on-demand)\n[xplore@xplore_server_01 ~]$<\/pre>\n<p>&nbsp;<\/p>\n<p>The only interesting message here is the first ERROR message. All other messages are a consequence of the first one. When I saw this error, I was a little bit surprised&#8230; I was pretty sure I specified properly the &#8220;-alias ft_alias&#8221; as part of the parameters for the ConfigSSL.groovy script and yet the PrimaryDsearch was trying to use the alias &#8220;xplore&#8221;&#8230; So I checked the standalone.xml file and indeed, the alias used inside it was &#8220;xplore&#8221; while this wasn&#8217;t what I asked the script to configure. So what happened exactly? The only way to understand is to check the content of the groovy\u00a0script itself. So I opened this file and found the following:<\/p>\n<ul>\n<li>On line 48, the variable &#8220;$alias&#8221; is initialized with a default value of &#8220;xplore&#8221; =&gt; This is OK<\/li>\n<li>On line 138, the variable &#8220;$alias&#8221; is properly set to the value given as parameter (if specified) =&gt; This is OK<\/li>\n<li>On line 597, 626, 916, 1114 and 1322, the value used for the alias is hardcoded as &#8220;xplore&#8221; and it&#8217;s not using the variable &#8220;$alias&#8221; defined on line 48 and 138&#8230; =&gt; This is the issue<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p>So yeah basically between xPlore 1.5 and xPlore 1.6, the EMC xPlore Team updated the ConfigSSL.groovy script to handle the WildFly setup but they forgot somehow to use the variables and just put a hardcoded value instead&#8230; Too bad. So with that, I just opened a bug with the EMC Support and provided them the explanation above. They confirmed the bug and the solution I provided them and they were planning at this\u00a0time to fix this issue in the xPlore 1.6 P02 release (end of April). I didn&#8217;t check this P02 yet but hopefully this small issue is solved there :).<\/p>\n<p>&nbsp;<\/p>\n<p>So if you are using xPlore 1.6 P00 or P01, I would suggest you to modify the standalone.xml file manually if the alias you are using inside the keystore isn&#8217;t &#8220;xplore&#8221;. Via command line, this can be done like that for example (just replace &#8216;ft_alias&#8217; with your alias):<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">[xplore@xplore_server_01 ~]$ sed -i 's\/(.*keystore.*) alias=\"[^\"]*\"\/1 alias=\"ft_alias\"\/' $JBOSS_HOME\/server\/DctmServer_PrimaryDsearch\/configuration\/standalone.xml<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I&#8217;m warning you, this blog will be short, like extra short! Beginning of this year, during our testing of the new xPlore 1.6 (GA release, no patches were available) components, I was following my blog to setup a PrimaryDsearch and an IndexAgent in HTTPS using the ConfigSSL.groovy. As the groovy script is provided with the [&hellip;]<\/p>\n","protected":false},"author":20,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[525],"tags":[129,912,1102,392,1100,1099],"type_dbi":[],"class_list":["post-10127","post","type-post","status-publish","format-standard","hentry","category-enterprise-content-management","tag-documentum","tag-dsearch","tag-https","tag-index-agent","tag-wildfly","tag-xplore-1-6"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Documentum - Dsearch &amp; IA not working in HTTPS using xPlore 1.6? - dbi Blog<\/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:\/\/www.dbi-services.com\/blog\/documentum-dsearch-ia-not-working-in-https-using-xplore-1-6\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Documentum - Dsearch &amp; IA not working in HTTPS using xPlore 1.6?\" \/>\n<meta property=\"og:description\" content=\"I&#8217;m warning you, this blog will be short, like extra short! Beginning of this year, during our testing of the new xPlore 1.6 (GA release, no patches were available) components, I was following my blog to setup a PrimaryDsearch and an IndexAgent in HTTPS using the ConfigSSL.groovy. As the groovy script is provided with the [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/documentum-dsearch-ia-not-working-in-https-using-xplore-1-6\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2017-05-22T05:58:00+00:00\" \/>\n<meta name=\"author\" content=\"Morgan Patou\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@MorganPatou\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Morgan Patou\" \/>\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.dbi-services.com\/blog\/documentum-dsearch-ia-not-working-in-https-using-xplore-1-6\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-dsearch-ia-not-working-in-https-using-xplore-1-6\/\"},\"author\":{\"name\":\"Morgan Patou\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8\"},\"headline\":\"Documentum &#8211; Dsearch &amp; IA not working in HTTPS using xPlore 1.6?\",\"datePublished\":\"2017-05-22T05:58:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-dsearch-ia-not-working-in-https-using-xplore-1-6\/\"},\"wordCount\":506,\"commentCount\":0,\"keywords\":[\"Documentum\",\"Dsearch\",\"HTTPS\",\"Index Agent\",\"WildFly\",\"xPlore 1.6\"],\"articleSection\":[\"Enterprise content management\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/documentum-dsearch-ia-not-working-in-https-using-xplore-1-6\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-dsearch-ia-not-working-in-https-using-xplore-1-6\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/documentum-dsearch-ia-not-working-in-https-using-xplore-1-6\/\",\"name\":\"Documentum - Dsearch &amp; IA not working in HTTPS using xPlore 1.6? - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"datePublished\":\"2017-05-22T05:58:00+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-dsearch-ia-not-working-in-https-using-xplore-1-6\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/documentum-dsearch-ia-not-working-in-https-using-xplore-1-6\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-dsearch-ia-not-working-in-https-using-xplore-1-6\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Documentum &#8211; Dsearch &amp; IA not working in HTTPS using xPlore 1.6?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/\",\"name\":\"dbi Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8\",\"name\":\"Morgan Patou\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g\",\"caption\":\"Morgan Patou\"},\"description\":\"Morgan Patou has over 12 years of experience in Enterprise Content Management (ECM) systems, with a strong focus in recent years on platforms such as Alfresco, Documentum, and M-Files. He specializes in the architecture, setup, customization, and maintenance of ECM infrastructures in complex &amp; critical environments. Morgan is well-versed in both engineering and operations aspects, including high availability design, system integration, and lifecycle management. He also has a solid foundation in open-source and proprietary technologies - ranging from Apache, OpenLDAP or Kerberos to enterprise-grade systems like WebLogic. Morgan Patou holds an Engineering Degree in Computer Science from ENSISA (\u00c9cole Nationale Sup\u00e9rieure d'Ing\u00e9nieurs Sud Alsace) in Mulhouse, France. He is Alfresco Content Services Certified Administrator (ACSCA), Alfresco Content Services Certified Engineer (ACSCE) as well as OpenText Documentum Certified Administrator. His industry experience spans the Public Sector, IT Services, Financial Services\/Banking, and the Pharmaceutical industry.\",\"sameAs\":[\"https:\/\/blog.dbi-services.com\/author\/morgan-patou\/\",\"https:\/\/x.com\/MorganPatou\"],\"url\":\"https:\/\/www.dbi-services.com\/blog\/author\/morgan-patou\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Documentum - Dsearch &amp; IA not working in HTTPS using xPlore 1.6? - dbi Blog","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.dbi-services.com\/blog\/documentum-dsearch-ia-not-working-in-https-using-xplore-1-6\/","og_locale":"en_US","og_type":"article","og_title":"Documentum - Dsearch &amp; IA not working in HTTPS using xPlore 1.6?","og_description":"I&#8217;m warning you, this blog will be short, like extra short! Beginning of this year, during our testing of the new xPlore 1.6 (GA release, no patches were available) components, I was following my blog to setup a PrimaryDsearch and an IndexAgent in HTTPS using the ConfigSSL.groovy. As the groovy script is provided with the [&hellip;]","og_url":"https:\/\/www.dbi-services.com\/blog\/documentum-dsearch-ia-not-working-in-https-using-xplore-1-6\/","og_site_name":"dbi Blog","article_published_time":"2017-05-22T05:58:00+00:00","author":"Morgan Patou","twitter_card":"summary_large_image","twitter_creator":"@MorganPatou","twitter_misc":{"Written by":"Morgan Patou","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/documentum-dsearch-ia-not-working-in-https-using-xplore-1-6\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/documentum-dsearch-ia-not-working-in-https-using-xplore-1-6\/"},"author":{"name":"Morgan Patou","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8"},"headline":"Documentum &#8211; Dsearch &amp; IA not working in HTTPS using xPlore 1.6?","datePublished":"2017-05-22T05:58:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/documentum-dsearch-ia-not-working-in-https-using-xplore-1-6\/"},"wordCount":506,"commentCount":0,"keywords":["Documentum","Dsearch","HTTPS","Index Agent","WildFly","xPlore 1.6"],"articleSection":["Enterprise content management"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/documentum-dsearch-ia-not-working-in-https-using-xplore-1-6\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/documentum-dsearch-ia-not-working-in-https-using-xplore-1-6\/","url":"https:\/\/www.dbi-services.com\/blog\/documentum-dsearch-ia-not-working-in-https-using-xplore-1-6\/","name":"Documentum - Dsearch &amp; IA not working in HTTPS using xPlore 1.6? - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"datePublished":"2017-05-22T05:58:00+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8"},"breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/documentum-dsearch-ia-not-working-in-https-using-xplore-1-6\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/documentum-dsearch-ia-not-working-in-https-using-xplore-1-6\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/documentum-dsearch-ia-not-working-in-https-using-xplore-1-6\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Documentum &#8211; Dsearch &amp; IA not working in HTTPS using xPlore 1.6?"}]},{"@type":"WebSite","@id":"https:\/\/www.dbi-services.com\/blog\/#website","url":"https:\/\/www.dbi-services.com\/blog\/","name":"dbi Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8","name":"Morgan Patou","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g","caption":"Morgan Patou"},"description":"Morgan Patou has over 12 years of experience in Enterprise Content Management (ECM) systems, with a strong focus in recent years on platforms such as Alfresco, Documentum, and M-Files. He specializes in the architecture, setup, customization, and maintenance of ECM infrastructures in complex &amp; critical environments. Morgan is well-versed in both engineering and operations aspects, including high availability design, system integration, and lifecycle management. He also has a solid foundation in open-source and proprietary technologies - ranging from Apache, OpenLDAP or Kerberos to enterprise-grade systems like WebLogic. Morgan Patou holds an Engineering Degree in Computer Science from ENSISA (\u00c9cole Nationale Sup\u00e9rieure d'Ing\u00e9nieurs Sud Alsace) in Mulhouse, France. He is Alfresco Content Services Certified Administrator (ACSCA), Alfresco Content Services Certified Engineer (ACSCE) as well as OpenText Documentum Certified Administrator. His industry experience spans the Public Sector, IT Services, Financial Services\/Banking, and the Pharmaceutical industry.","sameAs":["https:\/\/blog.dbi-services.com\/author\/morgan-patou\/","https:\/\/x.com\/MorganPatou"],"url":"https:\/\/www.dbi-services.com\/blog\/author\/morgan-patou\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/10127","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/users\/20"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=10127"}],"version-history":[{"count":0,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/10127\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=10127"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=10127"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=10127"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=10127"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}