{"id":2207,"date":"2014-03-12T16:10:52","date_gmt":"2014-03-12T21:10:52","guid":{"rendered":"https:\/\/www.rosehosting.com\/blog\/?p=2207"},"modified":"2022-12-12T06:55:51","modified_gmt":"2022-12-12T12:55:51","slug":"how-to-install-opennms-on-a-debian-vps","status":"publish","type":"post","link":"https:\/\/www.rosehosting.com\/blog\/how-to-install-opennms-on-a-debian-vps\/","title":{"rendered":"How to Install OpenNMS on a Debian VPS"},"content":{"rendered":"
<\/div>

\"opennmsOpenNMS is an open source and enterprise grade network monitoring and network management platform maintained by the OpenNMS Group.<\/p>\n

This install guide will help you install OpenNMS on one of our Debian vps<\/a> plans.<\/p>\n

 <\/p>\n

<\/p>\n

Create a new ‘opennms.list’ file to the ‘\/etc\/apt\/sources.list.d\/’ directory on your\u00a0virtual server and add the OpenNMS repository:<\/p>\n

vi \/etc\/apt\/sources.list.d\/opennms.list<\/pre>\n
deb http:\/\/debian.opennms.org stable main\r\ndeb-src http:\/\/debian.opennms.org stable main<\/pre>\n

Install the OpenNMS PGP key using the following command:<\/p>\n

wget -O - http:\/\/debian.opennms.org\/OPENNMS-GPG-KEY | sudo apt-key add -<\/pre>\n

Make sure your server is up-to-date:<\/p>\n

sudo apt-get update\r\nsudo apt-get upgrade<\/pre>\n

PostgreSQL, RRDTool and Java 7 are required for OpenNMS, so install them using the following commands:<\/p>\n

sudo apt-get install postgresql rrdtool openjdk-7-jdk jrrd<\/pre>\n

Edit your ‘\/etc\/postgresql\/9.1\/main\/pg_hba.conf’ configuration file and replace the default authentication methods with the method ‘trust’ (assuming that the virtual server<\/a> is limited to users of the OpenNMS), i.e. change:<\/p>\n

local\u00a0\u00a0 all\u00a0\u00a0\u00a0\u00a0\u00a0 all     peer\r\nhost\u00a0\u00a0\u00a0 all      all\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0127.0.0.1\/32\u00a0\u00a0\u00a0\u00a0\u00a0md5\r\nhost\u00a0\u00a0\u00a0 all      all\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0::1\/128     md5<\/pre>\n

to:<\/p>\n

local\u00a0\u00a0 all      all     trust\r\nhost\u00a0\u00a0\u00a0 all      all\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0127.0.0.1\/32     trust\r\nhost\u00a0\u00a0\u00a0 all      all\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0::1\/128     trust<\/pre>\n

Restart the PostgreSQL service for the changes to take effect:<\/p>\n

sudo service postgresql restart<\/pre>\n

Install OpenNMS using the following command:<\/p>\n

sudo apt-get install opennms<\/pre>\n

Configure OpenNMS to use a specific JRE binary:<\/p>\n

sudo \/usr\/share\/opennms\/bin\/runjava -S \/usr\/bin\/java<\/pre>\n

Create the OpenNMS Database:<\/p>\n

sudo su - postgres\r\ncreatedb -E UTF8 -T template0 -O postgres opennms\r\nexit\r\nsudo \/usr\/share\/opennms\/bin\/install -dis\r\nsudo \/usr\/sbin\/install_iplike.sh<\/pre>\n

Start OpenNMS by running:<\/p>\n

sudo \/usr\/sbin\/service opennms start<\/pre>\n

Finally, open the\u00a0OpenNMS web user interface using your favorite browser:<\/p>\n

http:\/\/<your-ip-address>:8980\r\nusername: admin\r\npassword: admin<\/pre>\n

\"opennms
\nFor security reason, change the default admin password by clicking on the ‘Change Password’ link at:<\/p>\n

http:\/\/<your-ip-address>:8980\/opennms\/account\/selfService\/index.jsp<\/pre>\n

Of course, if you are one of our Linux VPS Hosting<\/a> customers, you don\u2019t have to do any of this, simply ask our admins and they will install\u00a0OpenNMS on your server for you immediately.<\/p>\n

PS<\/span>.<\/strong> If you liked this post please share it with your friends on the social networks using the buttons on the left or simply leave a reply below. Thanks.<\/p>\n","protected":false},"excerpt":{"rendered":"

OpenNMS is an open source and enterprise grade network monitoring and network management platform maintained by the OpenNMS Group. This … <\/p>\n

Read More<\/a><\/p>\n","protected":false},"author":4,"featured_media":2216,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1700,13],"tags":[79,300,353,299,17],"yoast_head":"\nHow to Install OpenNMS on a Debian VPS - RoseHosting<\/title>\n<meta name=\"description\" content=\"How to Install OpenNMS on a Debian VPS - RoseHosting\" \/>\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.rosehosting.com\/blog\/how-to-install-opennms-on-a-debian-vps\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install OpenNMS on a Debian VPS - RoseHosting\" \/>\n<meta property=\"og:description\" content=\"How to Install OpenNMS on a Debian VPS - RoseHosting\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-opennms-on-a-debian-vps\/\" \/>\n<meta property=\"og:site_name\" content=\"RoseHosting\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/RoseHosting\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/rosehosting.helpdesk\" \/>\n<meta property=\"article:published_time\" content=\"2014-03-12T21:10:52+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-12-12T12:55:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2013\/09\/opennms-vps.png\" \/>\n\t<meta property=\"og:image:width\" content=\"240\" \/>\n\t<meta property=\"og:image:height\" content=\"77\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Jeff Wilson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@rosehosting\" \/>\n<meta name=\"twitter:site\" content=\"@rosehosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jeff Wilson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-opennms-on-a-debian-vps\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-opennms-on-a-debian-vps\/\"},\"author\":{\"name\":\"Jeff Wilson\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713\"},\"headline\":\"How to Install OpenNMS on a Debian VPS\",\"datePublished\":\"2014-03-12T21:10:52+00:00\",\"dateModified\":\"2022-12-12T12:55:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-opennms-on-a-debian-vps\/\"},\"wordCount\":259,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-opennms-on-a-debian-vps\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2013\/09\/opennms-vps.png\",\"keywords\":[\"debian vps\",\"how to install openms\",\"install opennms\",\"openms vps\",\"vps hosting\"],\"articleSection\":[\"Debian\",\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.rosehosting.com\/blog\/how-to-install-opennms-on-a-debian-vps\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-opennms-on-a-debian-vps\/\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-opennms-on-a-debian-vps\/\",\"name\":\"How to Install OpenNMS on a Debian VPS - RoseHosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-opennms-on-a-debian-vps\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-opennms-on-a-debian-vps\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2013\/09\/opennms-vps.png\",\"datePublished\":\"2014-03-12T21:10:52+00:00\",\"dateModified\":\"2022-12-12T12:55:51+00:00\",\"description\":\"How to Install OpenNMS on a Debian VPS - RoseHosting\",\"breadcrumb\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-opennms-on-a-debian-vps\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.rosehosting.com\/blog\/how-to-install-opennms-on-a-debian-vps\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-opennms-on-a-debian-vps\/#primaryimage\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2013\/09\/opennms-vps.png\",\"contentUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2013\/09\/opennms-vps.png\",\"width\":240,\"height\":77,\"caption\":\"opennms vps\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-opennms-on-a-debian-vps\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.rosehosting.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install OpenNMS on a Debian VPS\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#website\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/\",\"name\":\"RoseHosting\",\"description\":\"Premium Linux Tutorials Since 2001\",\"publisher\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.rosehosting.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#organization\",\"name\":\"RoseHosting\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png\",\"contentUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png\",\"width\":192,\"height\":192,\"caption\":\"RoseHosting\"},\"image\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/RoseHosting\",\"https:\/\/x.com\/rosehosting\",\"https:\/\/www.linkedin.com\/in\/rosehosting\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713\",\"name\":\"Jeff Wilson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/09271207587f897ab46faaed9b355252?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/09271207587f897ab46faaed9b355252?s=96&r=g\",\"caption\":\"Jeff Wilson\"},\"description\":\"An experienced Linux veteran with many years of experience. Helping other Linux admins with frequent Linux and business-related blog posts on the RoseHosting blog. Techie by choice. Loving nature and travel. Happily married and father of two lovely children.\",\"sameAs\":[\"https:\/\/www.rosehosting.com\",\"https:\/\/www.facebook.com\/rosehosting.helpdesk\"],\"url\":\"https:\/\/www.rosehosting.com\/blog\/author\/jwilson\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install OpenNMS on a Debian VPS - RoseHosting","description":"How to Install OpenNMS on a Debian VPS - RoseHosting","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.rosehosting.com\/blog\/how-to-install-opennms-on-a-debian-vps\/","og_locale":"en_US","og_type":"article","og_title":"How to Install OpenNMS on a Debian VPS - RoseHosting","og_description":"How to Install OpenNMS on a Debian VPS - RoseHosting","og_url":"https:\/\/www.rosehosting.com\/blog\/how-to-install-opennms-on-a-debian-vps\/","og_site_name":"RoseHosting","article_publisher":"https:\/\/www.facebook.com\/RoseHosting","article_author":"https:\/\/www.facebook.com\/rosehosting.helpdesk","article_published_time":"2014-03-12T21:10:52+00:00","article_modified_time":"2022-12-12T12:55:51+00:00","og_image":[{"width":240,"height":77,"url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2013\/09\/opennms-vps.png","type":"image\/png"}],"author":"Jeff Wilson","twitter_card":"summary_large_image","twitter_creator":"@rosehosting","twitter_site":"@rosehosting","twitter_misc":{"Written by":"Jeff Wilson","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-opennms-on-a-debian-vps\/#article","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-opennms-on-a-debian-vps\/"},"author":{"name":"Jeff Wilson","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713"},"headline":"How to Install OpenNMS on a Debian VPS","datePublished":"2014-03-12T21:10:52+00:00","dateModified":"2022-12-12T12:55:51+00:00","mainEntityOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-opennms-on-a-debian-vps\/"},"wordCount":259,"commentCount":0,"publisher":{"@id":"https:\/\/www.rosehosting.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-opennms-on-a-debian-vps\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2013\/09\/opennms-vps.png","keywords":["debian vps","how to install openms","install opennms","openms vps","vps hosting"],"articleSection":["Debian","Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.rosehosting.com\/blog\/how-to-install-opennms-on-a-debian-vps\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-opennms-on-a-debian-vps\/","url":"https:\/\/www.rosehosting.com\/blog\/how-to-install-opennms-on-a-debian-vps\/","name":"How to Install OpenNMS on a Debian VPS - RoseHosting","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-opennms-on-a-debian-vps\/#primaryimage"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-opennms-on-a-debian-vps\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2013\/09\/opennms-vps.png","datePublished":"2014-03-12T21:10:52+00:00","dateModified":"2022-12-12T12:55:51+00:00","description":"How to Install OpenNMS on a Debian VPS - RoseHosting","breadcrumb":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-opennms-on-a-debian-vps\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.rosehosting.com\/blog\/how-to-install-opennms-on-a-debian-vps\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-opennms-on-a-debian-vps\/#primaryimage","url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2013\/09\/opennms-vps.png","contentUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2013\/09\/opennms-vps.png","width":240,"height":77,"caption":"opennms vps"},{"@type":"BreadcrumbList","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-opennms-on-a-debian-vps\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.rosehosting.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Install OpenNMS on a Debian VPS"}]},{"@type":"WebSite","@id":"https:\/\/www.rosehosting.com\/blog\/#website","url":"https:\/\/www.rosehosting.com\/blog\/","name":"RoseHosting","description":"Premium Linux Tutorials Since 2001","publisher":{"@id":"https:\/\/www.rosehosting.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.rosehosting.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.rosehosting.com\/blog\/#organization","name":"RoseHosting","url":"https:\/\/www.rosehosting.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png","contentUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png","width":192,"height":192,"caption":"RoseHosting"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/RoseHosting","https:\/\/x.com\/rosehosting","https:\/\/www.linkedin.com\/in\/rosehosting\/"]},{"@type":"Person","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713","name":"Jeff Wilson","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/09271207587f897ab46faaed9b355252?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/09271207587f897ab46faaed9b355252?s=96&r=g","caption":"Jeff Wilson"},"description":"An experienced Linux veteran with many years of experience. Helping other Linux admins with frequent Linux and business-related blog posts on the RoseHosting blog. Techie by choice. Loving nature and travel. Happily married and father of two lovely children.","sameAs":["https:\/\/www.rosehosting.com","https:\/\/www.facebook.com\/rosehosting.helpdesk"],"url":"https:\/\/www.rosehosting.com\/blog\/author\/jwilson\/"}]}},"_links":{"self":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/2207"}],"collection":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/comments?post=2207"}],"version-history":[{"count":3,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/2207\/revisions"}],"predecessor-version":[{"id":44140,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/2207\/revisions\/44140"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media\/2216"}],"wp:attachment":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media?parent=2207"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/categories?post=2207"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/tags?post=2207"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}