{"id":8809,"date":"2016-10-14T07:00:04","date_gmt":"2016-10-14T05:00:04","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/iapi-login-with-a-dm_ticket-for-a-specific-user\/"},"modified":"2016-10-14T07:00:04","modified_gmt":"2016-10-14T05:00:04","slug":"iapi-login-with-a-dm_ticket-for-a-specific-user","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/iapi-login-with-a-dm_ticket-for-a-specific-user\/","title":{"rendered":"Documentum story &#8211; IAPI login with a DM_TICKET for a specific user"},"content":{"rendered":"<p>During our last project, one of the Application Teams requested our help because they needed to execute some commands in IAPI with a specific user for which they didn&#8217;t know the password. They tried to use a DM_TICKET as I\u00a0suggested them but they weren&#8217;t able to do so. Therefore I\u00a0gave them detailed explanations of how to do that and I thought I should\u00a0do the same in this blog because I was thinking that maybe a lot of people don&#8217;t know how to do that.<\/p>\n<p>&nbsp;<\/p>\n<p>So let&#8217;s begin! The first thing to do is obviously to obtain a DM_TICKET&#8230; For that purpose, you can log in to the Content Server and use the local trust to login to the docbase with the Installation Owner (I will use &#8220;dmadmin&#8221; below). As said just before, there is a local trust in the Content Server and therefore you can put any password, the login will\u00a0always work for the Installation Owner (if the docbroker and docbase are up of course&#8230;):<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">[dmadmin@content_server_01 ~]$ iapi DOCBASE -Udmadmin -Pxxx\n \n \n        EMC Documentum iapi - Interactive API interface\n        (c) Copyright EMC Corp., 1992 - 2015\n        All rights reserved.\n        Client Library Release 7.2.0050.0084\n \n \nConnecting to Server using docbase DOCBASE\n[DM_SESSION_I_SESSION_START]info:  \"Session 013f245a8000b7ff started for user dmadmin.\"\n \n \nConnected to Documentum Server running Release 7.2.0050.0214  Linux64.Oracle\nSession id is s0<\/pre>\n<p>&nbsp;<\/p>\n<p>Ok so now we have a session with the Installation Owner and we can therefore get a DM_TICKET for the specific user I was talking about before. In this blog, I will use &#8220;adtsuser&#8221; as the &#8220;specific user&#8221; (ADTS user used for renditions). Getting a DM_TICKET is really simple in IAPI:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">API&gt; getlogin,c,adtsuser\n...\nDM_TICKET=T0JKIE5VTEwgMAoxMwp2ZXJzaW9uIElOVCBTIDAKMwpmbGFncyBJTlQgUyAwCjEKc2VxdWVuY2VfbnVtIElOVCBTIDAKMTgwCmNyZWF0ZV90aW1lIElOVCBTIDAKMTQ1MDE2NzIzNwpleHBpcmVfdGltZSBJTlQgUyAwCjE0NTAxNjc1MzcKZG9tYWluIElOVCBTIDAKMAp1c2VyX25hbWUgU1RSSU5HIFMgMApBIDggYWR0c3VzZXIKcGFzc3dvcmQgSU5UIFMgMAowCmRvY2Jhc2VfbmFtZSBTVFJJTkcgUyAwCkEgMTEgU3ViV2F5X2RlbW8KaG9zdF9uYW1lIFNUUklORyBTIDAKQSAzMSBQSENIQlMtU0QyMjAwNDYuZXUubm92YXJ0aXMubmV0CnNlcnZlcl9uYW1lIFNUUklORyBTIDAKQSAxMSBTdWJXYXlfZGVtbwpzaWduYXR1cmVfbGVuIElOVCBTIDAKMTEyCnNpZ25hdHVyZSBTVFJJTkcgUyAwCkEgMTEyIEFBQUFFSWlRMHFST1lIZEFrZ2hab3hTUUEySityd2xPdnZVcVdKbFdVdTUrR2lDV3ZtY1dkRzVwZnRwVWRDeVVldE42QjVOMnVxajZwYnI3MEthaVNpdGU5aWdmRk43bDA0cjM0d0JtYlloaUpQWXgK\nAPI&gt; exit\nBye<\/pre>\n<p>&nbsp;<\/p>\n<p>Now we do have a DM_TICKET for the user &#8220;adtsuser&#8221; so let&#8217;s try to use it. You can try to login in the &#8220;common&#8221; way as I did above but that will just not work because what we got is a DM_TICKET and that&#8217;s not a valid password. Therefore you will need to use something else:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1; highlight: [1]\">[dmadmin@content_server_01 ~]$ iapi -Sapi\nRunning with non-standard init level: api\nAPI&gt; connect,DOCBASE,adtsuser,DM_TICKET=T0JKIE5VTEwgMAoxMwp2ZXJzaW9uIElOVCBTIDAKMwpmbGFncyBJTlQgUyAwCjEKc2VxdWVuY2VfbnVtIElOVCBTIDAKMTgwCmNyZWF0ZV90aW1lIElOVCBTIDAKMTQ1MDE2NzIzNwpleHBpcmVfdGltZSBJTlQgUyAwCjE0NTAxNjc1MzcKZG9tYWluIElOVCBTIDAKMAp1c2VyX25hbWUgU1RSSU5HIFMgMApBIDggYWR0c3VzZXIKcGFzc3dvcmQgSU5UIFMgMAowCmRvY2Jhc2VfbmFtZSBTVFJJTkcgUyAwCkEgMTEgU3ViV2F5X2RlbW8KaG9zdF9uYW1lIFNUUklORyBTIDAKQSAzMSBQSENIQlMtU0QyMjAwNDYuZXUubm92YXJ0aXMubmV0CnNlcnZlcl9uYW1lIFNUUklORyBTIDAKQSAxMSBTdWJXYXlfZGVtbwpzaWduYXR1cmVfbGVuIElOVCBTIDAKMTEyCnNpZ25hdHVyZSBTVFJJTkcgUyAwCkEgMTEyIEFBQUFFSWlRMHFST1lIZEFrZ2hab3hTUUEySityd2xPdnZVcVdKbFdVdTUrR2lDV3ZtY1dkRzVwZnRwVWRDeVVldE42QjVOMnVxajZwYnI3MEthaVNpdGU5aWdmRk43bDA0cjM0d0JtYlloaUpQWXgK\n...\ns0<\/pre>\n<p>&nbsp;<\/p>\n<p>Pretty simple, right? So let&#8217;s try to use our session like we always do:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">API&gt; retrieve,c,dm_server_config\n...\n3d3f245a80000102\nAPI&gt; dump,c,l\n...\nUSER ATTRIBUTES\n\n  object_name                                   : DOCBASE\n  title                                         : \n  ...<\/pre>\n<p>&nbsp;<\/p>\n<p>And that&#8217;s it, you have a working session with a specific user without the need to know any password, you just have to obtain a DM_TICKET for this user using the local trust of the Installation Owner!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>During our last project, one of the Application Teams requested our help because they needed to execute some commands in IAPI with a specific user for which they didn&#8217;t know the password. They tried to use a DM_TICKET as I\u00a0suggested them but they weren&#8217;t able to do so. Therefore I\u00a0gave them detailed explanations of how [&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":[911,129,233],"type_dbi":[],"class_list":["post-8809","post","type-post","status-publish","format-standard","hentry","category-enterprise-content-management","tag-dm_ticket","tag-documentum","tag-iapi"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Documentum story - IAPI login with a DM_TICKET for a specific user - 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\/iapi-login-with-a-dm_ticket-for-a-specific-user\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Documentum story - IAPI login with a DM_TICKET for a specific user\" \/>\n<meta property=\"og:description\" content=\"During our last project, one of the Application Teams requested our help because they needed to execute some commands in IAPI with a specific user for which they didn&#8217;t know the password. They tried to use a DM_TICKET as I\u00a0suggested them but they weren&#8217;t able to do so. Therefore I\u00a0gave them detailed explanations of how [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/iapi-login-with-a-dm_ticket-for-a-specific-user\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2016-10-14T05:00:04+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=\"3 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\\\/iapi-login-with-a-dm_ticket-for-a-specific-user\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/iapi-login-with-a-dm_ticket-for-a-specific-user\\\/\"},\"author\":{\"name\":\"Morgan Patou\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/c4d05b25843a9bc2ab20415dae6bd2d8\"},\"headline\":\"Documentum story &#8211; IAPI login with a DM_TICKET for a specific user\",\"datePublished\":\"2016-10-14T05:00:04+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/iapi-login-with-a-dm_ticket-for-a-specific-user\\\/\"},\"wordCount\":360,\"commentCount\":0,\"keywords\":[\"DM_TICKET\",\"Documentum\",\"iapi\"],\"articleSection\":[\"Enterprise content management\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/iapi-login-with-a-dm_ticket-for-a-specific-user\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/iapi-login-with-a-dm_ticket-for-a-specific-user\\\/\",\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/iapi-login-with-a-dm_ticket-for-a-specific-user\\\/\",\"name\":\"Documentum story - IAPI login with a DM_TICKET for a specific user - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#website\"},\"datePublished\":\"2016-10-14T05:00:04+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/c4d05b25843a9bc2ab20415dae6bd2d8\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/iapi-login-with-a-dm_ticket-for-a-specific-user\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/iapi-login-with-a-dm_ticket-for-a-specific-user\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/iapi-login-with-a-dm_ticket-for-a-specific-user\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Documentum story &#8211; IAPI login with a DM_TICKET for a specific user\"}]},{\"@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 story - IAPI login with a DM_TICKET for a specific user - 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\/iapi-login-with-a-dm_ticket-for-a-specific-user\/","og_locale":"en_US","og_type":"article","og_title":"Documentum story - IAPI login with a DM_TICKET for a specific user","og_description":"During our last project, one of the Application Teams requested our help because they needed to execute some commands in IAPI with a specific user for which they didn&#8217;t know the password. They tried to use a DM_TICKET as I\u00a0suggested them but they weren&#8217;t able to do so. Therefore I\u00a0gave them detailed explanations of how [&hellip;]","og_url":"https:\/\/www.dbi-services.com\/blog\/iapi-login-with-a-dm_ticket-for-a-specific-user\/","og_site_name":"dbi Blog","article_published_time":"2016-10-14T05:00:04+00:00","author":"Morgan Patou","twitter_card":"summary_large_image","twitter_creator":"@MorganPatou","twitter_misc":{"Written by":"Morgan Patou","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/iapi-login-with-a-dm_ticket-for-a-specific-user\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/iapi-login-with-a-dm_ticket-for-a-specific-user\/"},"author":{"name":"Morgan Patou","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8"},"headline":"Documentum story &#8211; IAPI login with a DM_TICKET for a specific user","datePublished":"2016-10-14T05:00:04+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/iapi-login-with-a-dm_ticket-for-a-specific-user\/"},"wordCount":360,"commentCount":0,"keywords":["DM_TICKET","Documentum","iapi"],"articleSection":["Enterprise content management"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/iapi-login-with-a-dm_ticket-for-a-specific-user\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/iapi-login-with-a-dm_ticket-for-a-specific-user\/","url":"https:\/\/www.dbi-services.com\/blog\/iapi-login-with-a-dm_ticket-for-a-specific-user\/","name":"Documentum story - IAPI login with a DM_TICKET for a specific user - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"datePublished":"2016-10-14T05:00:04+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8"},"breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/iapi-login-with-a-dm_ticket-for-a-specific-user\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/iapi-login-with-a-dm_ticket-for-a-specific-user\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/iapi-login-with-a-dm_ticket-for-a-specific-user\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Documentum story &#8211; IAPI login with a DM_TICKET for a specific user"}]},{"@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\/8809","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=8809"}],"version-history":[{"count":0,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/8809\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=8809"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=8809"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=8809"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=8809"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}