{"id":3526,"date":"2012-06-11T02:20:57","date_gmt":"2012-06-11T06:20:57","guid":{"rendered":"http:\/\/onlineappsdba.com\/?p=3526"},"modified":"2012-06-11T02:22:24","modified_gmt":"2012-06-11T06:22:24","slug":"creating-ovd-11g-adapters-without-using-odsm-console","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/11\/creating-ovd-11g-adapters-without-using-odsm-console\/","title":{"rendered":"Creating OVD 11g adapters without using ODSM console"},"content":{"rendered":"<p>The only supported method to create OVD 11g adapters is to create it using ODSM console. However if you want to create the adapters without using GUI, you can do so by updating adapters.os_xml. This is the file where all adapter details gets stored.<\/p>\n<p>Let me talk about my exploration right from the beginning. I have read a metalink note <span style=\"font-family: helvetica\"><strong>1336191.1<\/strong><\/span> and thought that adapters can be created through command line as well. This is the Oracle documentation link that it <a href=\"http:\/\/docs.oracle.com\/cd\/E21764_01\/doc.1111\/e14308\/ldapsync.htm#CHDGDEAB\">points. <\/a><\/p>\n<p>I suspected looking at the documentation as it talks about libOVD adapter used in OIM LDAP sync process. Anyhow, I gave a try using wlst.sh<\/p>\n<ol>\n<ul>\n<li>Goto ORACLE_HOME\/common\/bin<\/li>\n<li>Run .\/wlst.sh<\/li>\n<li>connect(&#8216;weblogic&#8217;,&#8217;abcd1234&#8242;,&#8217;t3:\/\/mahendra.oracle.com:7001&#8242;)<\/li>\n<li>help()<\/li>\n<li>I can see this , help(&#8216;OracleLibOVDConfig&#8217;)List commands for managing OVD configuration<\/li>\n<li>help(&#8216;OracleLibOVDConfig&#8217;)<\/li>\n<li>I can see the functions: help(&#8216;createLDAPAdapter&#8217;), help(&#8216;deleteAdapter&#8217;), help(&#8216;getAdapterDetails&#8217;), help(&#8216;listAdapters&#8217;), &#8230;.<\/li>\n<li>So I ran listAdapters() to see the existing adapters in OVD server and results are empty. In fact the OVD server has 2 adapters which is not listed in the results.<\/li>\n<li>So I have ran createAdapter by referring help(&#8216;createLDAPAdapter&#8217;) and when I run listAdapters() it showed the newly created adapter but this is not visible in OVD 11g ODSM console.<\/li>\n<\/ul>\n<\/ol>\n<p>So I understood that OracleLibOVDConfig commands are used for OIM LDAP sync operations and this does not work for actual OVD server. Therefore I concluded that adapters can&#8217;t be created using command line.<\/p>\n<p>So the only approach left is to directly update adapters.os_xml file as mentioned below.<\/p>\n<ul>\n<li>Stop the OVD server using opmnctl<\/li>\n<li>Take the backup of adapters.os_xml.<\/li>\n<li>Edit the adapters.os_xml file located at AS_INSTANCE\/config\/OVD\/ovd_instance.<\/li>\n<li>Goto the end of the file and create a new block as shown below.<\/li>\n<\/ul>\n<p>&lt;ldap id=&#8221;Test_OID_Adapter&#8221; version=&#8221;12&#8243;&gt;<br \/>\n&lt;root&gt;dc=oracle,dc=com&lt;\/root&gt;<br \/>\n&lt;active&gt;true&lt;\/active&gt;<br \/>\n&lt;routing&gt;<br \/>\n&lt;critical&gt;true&lt;\/critical&gt;<br \/>\n&lt;priority&gt;50&lt;\/priority&gt;<br \/>\n&lt;inclusionFilter\/&gt;<br \/>\n&lt;exclusionFilter\/&gt;<br \/>\n&lt;plugin\/&gt;<br \/>\n&lt;retrieve\/&gt;<br \/>\n&lt;store\/&gt;<br \/>\n&lt;visible&gt;Yes&lt;\/visible&gt;<br \/>\n&lt;levels&gt;-1&lt;\/levels&gt;<br \/>\n&lt;bind&gt;true&lt;\/bind&gt;<br \/>\n&lt;bind-adapters\/&gt;<br \/>\n&lt;views\/&gt;<br \/>\n&lt;dnpattern\/&gt;<br \/>\n&lt;\/routing&gt;<br \/>\n&lt;pluginChains xmlns=&#8221;http:\/\/xmlns.oracle.com\/iam\/management\/ovd\/config\/plugins&#8221;&gt;<br \/>\n&lt;plugins&gt;<br \/>\n&lt;plugin&gt;<br \/>\n&lt;name&gt;Performance Monitor&lt;\/name&gt;<br \/>\n&lt;class&gt;com.octetstring.vde.chain.plugins.performance.MonitorPerformance&lt;\/class&gt;<br \/>\n&lt;initParams\/&gt;<br \/>\n&lt;\/plugin&gt;<br \/>\n&lt;\/plugins&gt;<br \/>\n&lt;default&gt;<br \/>\n&lt;plugin name=&#8221;Performance Monitor&#8221;\/&gt;<br \/>\n&lt;\/default&gt;<br \/>\n&lt;add\/&gt;<br \/>\n&lt;bind\/&gt;<br \/>\n&lt;delete\/&gt;<br \/>\n&lt;get\/&gt;<br \/>\n&lt;modify\/&gt;<br \/>\n&lt;rename\/&gt;<br \/>\n&lt;\/pluginChains&gt;<br \/>\n&lt;hosts&gt;<br \/>\n&lt;host port=&#8221;3060&#8243; percentage=&#8221;100&#8243; readonly=&#8221;false&#8221;&gt;test1.oracle.com&lt;\/host&gt;<br \/>\n&lt;\/hosts&gt;<br \/>\n&lt;remoteBase&gt;dc=oracle,dc=com&lt;\/remoteBase&gt;<br \/>\n&lt;secure&gt;false&lt;\/secure&gt;<br \/>\n&lt;failover&gt;false&lt;\/failover&gt;<br \/>\n&lt;passCredentials&gt;Always&lt;\/passCredentials&gt;<br \/>\n&lt;binddn&gt;cn=orcladmin,cn=Users,dc=oracle,dc=com&lt;\/binddn&gt;<br \/>\n&lt;bindpass&gt;abcd1234&lt;\/bindpass&gt;<br \/>\n&lt;dnAttributeList&gt;<br \/>\n&lt;attribute&gt;uniquemember&lt;\/attribute&gt;<br \/>\n&lt;attribute&gt;manager&lt;\/attribute&gt;<br \/>\n&lt;attribute&gt;secretary&lt;\/attribute&gt;<br \/>\n&lt;attribute&gt;owner&lt;\/attribute&gt;<br \/>\n&lt;\/dnAttributeList&gt;<br \/>\n&lt;pageSize&gt;0&lt;\/pageSize&gt;<br \/>\n&lt;referals&gt;false&lt;\/referals&gt;<br \/>\n&lt;heartBeatInterval&gt;60&lt;\/heartBeatInterval&gt;<br \/>\n&lt;timeout&gt;15000&lt;\/timeout&gt;<br \/>\n&lt;maxPoolSize&gt;10&lt;\/maxPoolSize&gt;<br \/>\n&lt;maxPoolWait&gt;1000&lt;\/maxPoolWait&gt;<br \/>\n&lt;maxPoolChecks&gt;10&lt;\/maxPoolChecks&gt;<br \/>\n&lt;quickFail&gt;false&lt;\/quickFail&gt;<br \/>\n&lt;escapeSlashes&gt;true&lt;\/escapeSlashes&gt;<br \/>\n&lt;kerberos&gt;false&lt;\/kerberos&gt;<br \/>\n&lt;useDNS&gt;No&lt;\/useDNS&gt;<br \/>\n&lt;initialPoolSize&gt;5&lt;\/initialPoolSize&gt;<br \/>\n&lt;ssl&gt;<br \/>\n&lt;protocols&gt;SSLv3,TLSv1&lt;\/protocols&gt;<br \/>\n&lt;cipherSuites&gt;<br \/>\n&lt;cipher&gt;SSL_DH_anon_WITH_3DES_EDE_CBC_SHA&lt;\/cipher&gt;<br \/>\n&lt;cipher&gt;SSL_DH_anon_EXPORT_WITH_DES40_CBC_SHA&lt;\/cipher&gt;<br \/>\n&lt;cipher&gt;SSL_DH_anon_EXPORT_WITH_RC4_40_MD5&lt;\/cipher&gt;<br \/>\n&lt;cipher&gt;SSL_DH_anon_WITH_DES_CBC_SHA&lt;\/cipher&gt;<br \/>\n&lt;cipher&gt;SSL_DH_anon_WITH_RC4_128_MD5&lt;\/cipher&gt;<br \/>\n&lt;\/cipherSuites&gt;<br \/>\n&lt;\/ssl&gt;<br \/>\n&lt;pingprotocol&gt;tcp&lt;\/pingprotocol&gt;<br \/>\n&lt;kerberosRetry&gt;false&lt;\/kerberosRetry&gt;<br \/>\n&lt;\/ldap&gt;<\/p>\n<ul>\n<li>In my case, I have provided the values Test_OID_Adapter as Adapter Name, root context, remote base, Admin user id and password. Provide the password in plain text format. Once the OVD server starts, this value will be encrypted.<\/li>\n<li>Ensure that syntax is correct otherwise OVD server won&#8217;t start. You can copy the file to any XML editor to check the validity.<\/li>\n<li>Start the OVD server.<\/li>\n<li>Login to the ODSM console and see the newly created adapter.<\/li>\n<\/ul>\n<p>If the syntax is wrong in adapters.os_xml file, it would result with error shown below in console~ovd1~1.log.<\/p>\n<p>Exception in thread &#8220;main&#8221; java.lang.RuntimeException: Error parsing XML file.<br \/>\nat com.octetstring.vde.config.ConfigHandler.getInstance(ConfigHandler.java:172)<br \/>\nat com.octetstring.vde.VDEServer.main(VDEServer.java:340)<br \/>\nCaused by: oracle.xml.parser.v2.XMLParseException: Element &#8216;ldap&#8217; not expected.<br \/>\nat oracle.xml.parser.v2.XMLError.flushErrors(XMLError.java:271)<br \/>\nat com.octetstring.vde.config.parsers.ConfigParser.parseConfiguration(ConfigParser.java:444)<br \/>\nat com.octetstring.vde.config.parsers.ConfigParser.parseConfiguration(ConfigParser.java:404)<br \/>\nat com.octetstring.vde.config.parsers.ConfigParser.parseConfiguration(ConfigParser.java:389)<br \/>\nat com.octetstring.vde.config.ConfigHandler.getProvisionedAdapters(ConfigHandler.java:371)<br \/>\nat com.octetstring.vde.config.ConfigHandler.&lt;init&gt;(ConfigHandler.java:196)<br \/>\nat com.octetstring.vde.config.ConfigHandler.getInstance(ConfigHandler.java:167)<br \/>\nContact me at mahi.babu@gmail.com if you want java piece of code to create the adapter in adapters.os_xml file directly.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The only supported method to create OVD 11g adapters is to create it using ODSM console. However if you want [&hellip;]<\/p>\n","protected":false},"author":115,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","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":"","theme-transparent-header-meta":"","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":"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":"","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-4)","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-4)","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-4)","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":[371,42],"tags":[],"class_list":["post-3526","post","type-post","status-publish","format-standard","hentry","category-ovd","category-troubleshooting"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Creating OVD 11g adapters without using ODSM console -<\/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:\/\/onlineappsdba.com\/index.php\/2012\/06\/11\/creating-ovd-11g-adapters-without-using-odsm-console\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Creating OVD 11g adapters without using ODSM console -\" \/>\n<meta property=\"og:description\" content=\"The only supported method to create OVD 11g adapters is to create it using ODSM console. However if you want [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/11\/creating-ovd-11g-adapters-without-using-odsm-console\/\" \/>\n<meta property=\"article:published_time\" content=\"2012-06-11T06:20:57+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2012-06-11T06:22:24+00:00\" \/>\n<meta name=\"author\" content=\"Masroof Ahmad\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Masroof Ahmad\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/11\/creating-ovd-11g-adapters-without-using-odsm-console\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/11\/creating-ovd-11g-adapters-without-using-odsm-console\/\",\"name\":\"Creating OVD 11g adapters without using ODSM console -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"datePublished\":\"2012-06-11T06:20:57+00:00\",\"dateModified\":\"2012-06-11T06:22:24+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/11\/creating-ovd-11g-adapters-without-using-odsm-console\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/11\/creating-ovd-11g-adapters-without-using-odsm-console\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/11\/creating-ovd-11g-adapters-without-using-odsm-console\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Creating OVD 11g adapters without using ODSM console\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/onlineappsdba.com\/#website\",\"url\":\"https:\/\/onlineappsdba.com\/\",\"name\":\"\",\"description\":\"Oracle Implementation &amp; Training Experts\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/onlineappsdba.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\",\"name\":\"Masroof Ahmad\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"caption\":\"Masroof Ahmad\"},\"url\":\"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Creating OVD 11g adapters without using ODSM console -","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:\/\/onlineappsdba.com\/index.php\/2012\/06\/11\/creating-ovd-11g-adapters-without-using-odsm-console\/","og_locale":"en_US","og_type":"article","og_title":"Creating OVD 11g adapters without using ODSM console -","og_description":"The only supported method to create OVD 11g adapters is to create it using ODSM console. However if you want [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/11\/creating-ovd-11g-adapters-without-using-odsm-console\/","article_published_time":"2012-06-11T06:20:57+00:00","article_modified_time":"2012-06-11T06:22:24+00:00","author":"Masroof Ahmad","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Masroof Ahmad","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/11\/creating-ovd-11g-adapters-without-using-odsm-console\/","url":"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/11\/creating-ovd-11g-adapters-without-using-odsm-console\/","name":"Creating OVD 11g adapters without using ODSM console -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"datePublished":"2012-06-11T06:20:57+00:00","dateModified":"2012-06-11T06:22:24+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/11\/creating-ovd-11g-adapters-without-using-odsm-console\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2012\/06\/11\/creating-ovd-11g-adapters-without-using-odsm-console\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2012\/06\/11\/creating-ovd-11g-adapters-without-using-odsm-console\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"Creating OVD 11g adapters without using ODSM console"}]},{"@type":"WebSite","@id":"https:\/\/onlineappsdba.com\/#website","url":"https:\/\/onlineappsdba.com\/","name":"","description":"Oracle Implementation &amp; Training Experts","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/onlineappsdba.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb","name":"Masroof Ahmad","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","caption":"Masroof Ahmad"},"url":"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/"}]}},"_links":{"self":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/3526","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/users\/115"}],"replies":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/comments?post=3526"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/3526\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=3526"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=3526"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=3526"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}