{"id":329,"date":"2017-11-27T16:52:47","date_gmt":"2017-11-27T18:52:47","guid":{"rendered":"http:\/\/docs.unitplatform.io\/?p=329"},"modified":"2019-04-10T12:55:01","modified_gmt":"2019-04-10T15:55:01","slug":"how-to-install-unit-platform-cloud-agent-on-linux","status":"publish","type":"post","link":"https:\/\/docs.unitplatform.io\/en\/how-to-install-unit-platform-cloud-agent-on-linux\/","title":{"rendered":"How to install Unit Platform Cloud Agent on Linux","raw":"How to install Unit Platform Cloud Agent on Linux"},"content":{"rendered":"<p>The Unit Platform Cloud Agent is a service that collects monitoring and inventory information used by the Multisite Monitoring and Asset Management products.<\/p>\n<h2>Install instructions<\/h2>\n<p>The Unit Platform Cloud Agent has the following prerequisites:<\/p>\n<ul>\n<li>glibc<\/li>\n<li>openssl-devel<\/li>\n<li>libstdc++<\/li>\n<li>libcurl<\/li>\n<li>bc<\/li>\n<li>uuidgen<\/li>\n<li>lspci<\/li>\n<li>dmidecode<\/li>\n<li>gawk<\/li>\n<\/ul>\n<p>To install the prerequisites on Ubuntu or Debian, execute:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\" data-enlighter-linenumbers=\"false\">apt-get install libssl-dev libstdc++6 libcurl3 bc uuid-runtime pciutils dmidecode gawk<\/pre>\n<p>To install on CentOS\/Redhat:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\" data-enlighter-linenumbers=\"false\">yum install glibc openssl-devel libstdc++ libcurl bc pciutils dmidecode gawk<\/pre>\n<p>To install the agent, execute the following lines on a terminal with root access:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\" data-enlighter-linenumbers=\"false\">tar -xf UnitPlatformCloudAgent.tar.gz\r\ncd UnitPlatformCloudAgent-Installer\/\r\n.\/install.sh<\/pre>\n<p>The script\u00a0<code class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">install.sh<\/code> will verify the prerequisites and will ask for the company key. Inform your key and press &lt;enter&gt;:<\/p>\n<div id=\"attachment_333\" style=\"width: 655px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-333\" class=\"size-full wp-image-333\" src=\"http:\/\/docs.unitplatform.io\/wp-content\/uploads\/2017\/11\/agent_ubuntu.png\" alt=\"\" width=\"645\" height=\"115\" \/><p id=\"caption-attachment-333\" class=\"wp-caption-text\">Agent installation<\/p><\/div>\n<h3>Agent usage with Unit Platform On-premises<\/h3>\n<p>If you want to use the agent with your own Unit Platform installation outside of our cloud service, the wizard will also ask for the Unit Platfom&#8217;s address in a separate field. Inform the IP address or domain name of your Unit Platform and proceed with the installation.<\/p>\n<p>In the case you are doing a command line installation that requires no interaction, use the following code replacing the\u00a0<code class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">[key]<\/code> and\u00a0<code class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">[unit platform address]<\/code> with the corresponding information:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-linenumbers=\"false\">.\/install.sh --key [key] --address [unit platform address]<\/pre>\n<h3>Disabling the monitoring or inventory services when installing the agent<\/h3>\n<p>In case you wish to disable one of the features of the agent, you can do it using the following flags:<\/p>\n<ul>\n<li>To<em> disable the monitoring service<\/em>, add the parameter\u00a0 <code class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">--disable-monitoring<\/code> at the end of the installation command line.<\/li>\n<li>To <em>disable the inventory service<\/em>, add the parameter\u00a0 <code class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">--disable-inventory<\/code> at the end of the installation command line.<\/li>\n<\/ul>\n<p>Usage examples for <strong>Unit Platform Cloud<\/strong>:<\/p>\n<ul>\n<li>Disabling the monitoring service:<\/li>\n<\/ul>\n<pre class=\"EnlighterJSRAW\" data-enlighter-linenumbers=\"false\">.\/install.sh --disable-monitoring<\/pre>\n<ul>\n<li>Disabling the inventory service:<\/li>\n<\/ul>\n<pre class=\"EnlighterJSRAW\" data-enlighter-linenumbers=\"false\">.\/install.sh --disable-inventory<\/pre>\n<blockquote><p><strong>Note:<\/strong> if you need to change this configuration <em>after the installation<\/em>, <a href=\"http:\/\/docs.unitplatform.io\/en\/unit-platform-cloud-agent-advanced-options-linux\/\" target=\"_blank\" rel=\"noopener\">check out the advanced options<\/a>.<\/p><\/blockquote>\n<h2>Supported operating systems<\/h2>\n<p>The Unit Platform Cloud Agent has been tested on the following operating systems:<\/p>\n<ul>\n<li>CentOS 6.5 (x64) ou superior<\/li>\n<li>Ubuntu Server 14.04 (x64) ou superior<\/li>\n<li>Debian 7 (x64) ou superior<\/li>\n<\/ul>\n<p>32 bit distributions are not supported.<\/p>\n<blockquote><p>If you need to monitor processes or customize the agent&#8217;s configuration, see the <a href=\"http:\/\/docs.unitplatform.io\/en\/unit-platform-cloud-agent-advanced-options-linux\/\">advanced options<\/a>.<\/p><\/blockquote>\n","protected":false,"raw":"The Unit Platform Cloud Agent is a service that collects monitoring and inventory information used by the Multisite Monitoring and Asset Management products.\r\n<h2>Install instructions<\/h2>\r\nThe Unit Platform Cloud Agent has the following prerequisites:\r\n<ul>\r\n \t<li>glibc<\/li>\r\n \t<li>openssl-devel<\/li>\r\n \t<li>libstdc++<\/li>\r\n \t<li>libcurl<\/li>\r\n \t<li>bc<\/li>\r\n \t<li>uuidgen<\/li>\r\n \t<li>lspci<\/li>\r\n \t<li>dmidecode<\/li>\r\n \t<li>gawk<\/li>\r\n<\/ul>\r\nTo install the prerequisites on Ubuntu or Debian, execute:\r\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\" data-enlighter-linenumbers=\"false\">apt-get install libssl-dev libstdc++6 libcurl3 bc uuid-runtime pciutils dmidecode gawk<\/pre>\r\nTo install on CentOS\/Redhat:\r\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\" data-enlighter-linenumbers=\"false\">yum install glibc openssl-devel libstdc++ libcurl bc pciutils dmidecode gawk<\/pre>\r\nTo install the agent, execute the following lines on a terminal with root access:\r\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\" data-enlighter-linenumbers=\"false\">tar -xf UnitPlatformCloudAgent.tar.gz\r\ncd UnitPlatformCloudAgent-Installer\/\r\n.\/install.sh<\/pre>\r\nThe script\u00a0<code class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">install.sh<\/code> will verify the prerequisites and will ask for the company key. Inform your key and press &lt;enter&gt;:\r\n\r\n[caption id=\"attachment_333\" align=\"alignnone\" width=\"645\"]<img class=\"size-full wp-image-333\" src=\"http:\/\/docs.unitplatform.io\/wp-content\/uploads\/2017\/11\/agent_ubuntu.png\" alt=\"\" width=\"645\" height=\"115\" \/> Agent installation[\/caption]\r\n<h3>Agent usage with Unit Platform On-premises<\/h3>\r\nIf you want to use the agent with your own Unit Platform installation outside of our cloud service, the wizard will also ask for the Unit Platfom's address in a separate field. Inform the IP address or domain name of your Unit Platform and proceed with the installation.\r\n\r\nIn the case you are doing a command line installation that requires no interaction, use the following code replacing the\u00a0<code class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">[key]<\/code> and\u00a0<code class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">[unit platform address]<\/code> with the corresponding information:\r\n<pre class=\"EnlighterJSRAW\" data-enlighter-linenumbers=\"false\">.\/install.sh --key [key] --address [unit platform address]<\/pre>\r\n<h3>Disabling the monitoring or inventory services when installing the agent<\/h3>\r\nIn case you wish to disable one of the features of the agent, you can do it using the following flags:\r\n<ul>\r\n \t<li>To<em> disable the monitoring service<\/em>, add the parameter\u00a0 <code class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">--disable-monitoring<\/code> at the end of the installation command line.<\/li>\r\n \t<li>To <em>disable the inventory service<\/em>, add the parameter\u00a0 <code class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">--disable-inventory<\/code> at the end of the installation command line.<\/li>\r\n<\/ul>\r\nUsage examples for <strong>Unit Platform Cloud<\/strong>:\r\n<ul>\r\n \t<li>Disabling the monitoring service:<\/li>\r\n<\/ul>\r\n<pre class=\"EnlighterJSRAW\" data-enlighter-linenumbers=\"false\">.\/install.sh --disable-monitoring<\/pre>\r\n<ul>\r\n \t<li>Disabling the inventory service:<\/li>\r\n<\/ul>\r\n<pre class=\"EnlighterJSRAW\" data-enlighter-linenumbers=\"false\">.\/install.sh --disable-inventory<\/pre>\r\n<blockquote><strong>Note:<\/strong> if you need to change this configuration <em>after the installation<\/em>, <a href=\"http:\/\/docs.unitplatform.io\/en\/unit-platform-cloud-agent-advanced-options-linux\/\" target=\"_blank\" rel=\"noopener\">check out the advanced options<\/a>.<\/blockquote>\r\n<h2>Supported operating systems<\/h2>\r\nThe Unit Platform Cloud Agent has been tested on the following operating systems:\r\n<ul>\r\n \t<li>CentOS 6.5 (x64) ou superior<\/li>\r\n \t<li>Ubuntu Server 14.04 (x64) ou superior<\/li>\r\n \t<li>Debian 7 (x64) ou superior<\/li>\r\n<\/ul>\r\n32 bit distributions are not supported.\r\n<blockquote>If you need to monitor processes or customize the agent's configuration, see the <a href=\"http:\/\/docs.unitplatform.io\/en\/unit-platform-cloud-agent-advanced-options-linux\/\">advanced options<\/a>.<\/blockquote>"},"excerpt":{"rendered":"<p>Step by step instructions on how to install Unit Platform Cloud Agent on a Linux device.<\/p>\n","protected":false,"raw":"Step by step instructions on how to install Unit Platform Cloud Agent on a Linux device."},"author":3,"featured_media":988,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_pt_post_content":"O Unit Platform Cloud Agent \u00e9 respons\u00e1vel por coletar as informa\u00e7\u00f5es de monitoramento e invent\u00e1rio que s\u00e3o usadas pelos produtos Multisite Monitoring e Asset Management, respectivamente.\r\n<h2>Instru\u00e7\u00f5es de instala\u00e7\u00e3o<\/h2>\r\nO Unit Platform Cloud Agent possui os seguintes pr\u00e9-requisitos:\r\n<ul>\r\n \t<li>glibc<\/li>\r\n \t<li>openssl-devel<\/li>\r\n \t<li>libstdc++<\/li>\r\n \t<li>libcurl<\/li>\r\n \t<li>bc<\/li>\r\n \t<li>uuidgen<\/li>\r\n \t<li>lspci<\/li>\r\n \t<li>dmidecode<\/li>\r\n \t<li>gawk<\/li>\r\n<\/ul>\r\nPara instalar os pr\u00e9-requisitos no Ubuntu ou Debian, execute:\r\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\" data-enlighter-linenumbers=\"false\">apt-get install libssl-dev libstdc++6 libcurl3 bc uuid-runtime pciutils dmidecode gawk<\/pre>\r\nPara instalar no CentOS\/Redhat:\r\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\" data-enlighter-linenumbers=\"false\">yum install glibc openssl-devel libstdc++ libcurl bc pciutils dmidecode gawk<\/pre>\r\nPara instalar o agente, execute as seguintes linhas de comando em um terminal Linux com permiss\u00f5es de root:\r\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\" data-enlighter-linenumbers=\"false\">tar -xf UnitPlatformCloudAgent.tar.gz\r\ncd UnitPlatformCloudAgent-Installer\/\r\n.\/install.sh<\/pre>\r\nO script\u00a0<code class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">install.sh<\/code> ir\u00e1 verificar se os pr\u00e9-requisitos foram instalados e solicitar\u00e1 a chave da empresa. Informe a sua chave e tecle &lt;enter&gt;:\r\n\r\n[caption id=\"attachment_333\" align=\"alignnone\" width=\"645\"]<img class=\"size-full wp-image-333\" src=\"http:\/\/docs.unitplatform.io\/wp-content\/uploads\/2017\/11\/agent_ubuntu.png\" alt=\"\" width=\"645\" height=\"115\" \/> Instala\u00e7\u00e3o do agente[\/caption]\r\n<h3>Uso do agente na Unit Platform On-premises<\/h3>\r\nPara usar o agente na sua instala\u00e7\u00e3o da Unit Platform fora do nosso servi\u00e7o de cloud, a interface do instalador solicitar\u00e1, al\u00e9m da chave da empresa, o endere\u00e7o da Unit Platform em um campo adicional. Preencha este campo com o endere\u00e7o IP ou dom\u00ednio no qual a Unit Platform foi instalada e prossiga com o instalador.\r\n\r\nCaso seja necess\u00e1ria a instala\u00e7\u00e3o do agente sem intera\u00e7\u00f5es, use a seguinte linha de comando substituindo a string\u00a0<code class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">[key]<\/code> pela sua chave de empresa e <code class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">[endere\u00e7o da unit platform]<\/code> pelo endere\u00e7o IP ou dom\u00ednio da Unit Platform:\r\n<pre class=\"EnlighterJSRAW\" data-enlighter-linenumbers=\"false\">.\/install.sh --key [key] --address [endere\u00e7o da unit platform]<\/pre>\r\n<h3>Desabilitando o monitoramento ou o invent\u00e1rio durante a instala\u00e7\u00e3o do agente<\/h3>\r\nPara casos onde se deseja desabilitar uma das funcionalidades do agente, \u00e9 poss\u00edvel fazer isso ao usar as seguintes flags:\r\n<ul>\r\n \t<li>Para <em>desabilitar o monitoramento<\/em>, adicione o par\u00e2metro\u00a0 <code class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">--disable-monitoring<\/code> ao final da linha de comando de instala\u00e7\u00e3o.<\/li>\r\n \t<li>Para <em>desabilitar o invent\u00e1rio<\/em>, adicione\u00a0o par\u00e2metro\u00a0 <code class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">--disable-inventory<\/code> ao final da linha de comando de instala\u00e7\u00e3o.<\/li>\r\n<\/ul>\r\nExemplos de uso:\r\n<ul>\r\n \t<li>Desabilitando o monitoramento:<\/li>\r\n<\/ul>\r\n<pre class=\"EnlighterJSRAW\" data-enlighter-linenumbers=\"false\">.\/install.sh --disable-monitoring<\/pre>\r\n<ul>\r\n \t<li>Desabilitando o invent\u00e1rio:<\/li>\r\n<\/ul>\r\n<pre class=\"EnlighterJSRAW\" data-enlighter-linenumbers=\"false\">.\/install.sh --disable-inventory<\/pre>\r\n<blockquote><strong>Observa\u00e7\u00e3o:<\/strong> caso seja necess\u00e1rio alterar essas configura\u00e7\u00f5es <em>ap\u00f3s a instala\u00e7\u00e3o<\/em> do agente, <a href=\"http:\/\/docs.unitplatform.io\/configuracao-avancada-do-unit-platform-cloud-agent-linux\/\" target=\"_blank\" rel=\"noopener\">veja as op\u00e7\u00f5es avan\u00e7adas<\/a>.<\/blockquote>\r\n<h2>Sistemas operacionais homologados<\/h2>\r\nO Unit Platform Cloud Agent foi homologado para os seguintes sistemas operacionais:\r\n<ul>\r\n \t<li>CentOS 6.5 (x64) ou superior<\/li>\r\n \t<li>Ubuntu Server 14.04 (x64) ou superior<\/li>\r\n \t<li>Debian 7 (x64) ou superior<\/li>\r\n<\/ul>\r\nDistribui\u00e7\u00f5es 32bits n\u00e3o s\u00e3o suportadas.\r\n<blockquote>Para saber como monitorar processos, ou personalizar as configura\u00e7\u00f5es do agente, veja as <a href=\"http:\/\/docs.unitplatform.io\/configuracao-avancada-do-unit-platform-cloud-agent-linux\/\">op\u00e7\u00f5es avan\u00e7adas<\/a>.<\/blockquote>","_pt_post_name":"como-instalar-o-unit-platform-cloud-agent-no-linux","_pt_post_excerpt":"Passo a passo para a instala\u00e7\u00e3o do Unit Platform Cloud Agent no Linux.","_pt_post_title":"Como instalar o Unit Platform Cloud Agent no Linux","_en_post_content":"The Unit Platform Cloud Agent is a service that collects monitoring and inventory information used by the Multisite Monitoring and Asset Management products.\r\n<h2>Install instructions<\/h2>\r\nThe Unit Platform Cloud Agent has the following prerequisites:\r\n<ul>\r\n \t<li>glibc<\/li>\r\n \t<li>openssl-devel<\/li>\r\n \t<li>libstdc++<\/li>\r\n \t<li>libcurl<\/li>\r\n \t<li>bc<\/li>\r\n \t<li>uuidgen<\/li>\r\n \t<li>lspci<\/li>\r\n \t<li>dmidecode<\/li>\r\n \t<li>gawk<\/li>\r\n<\/ul>\r\nTo install the prerequisites on Ubuntu or Debian, execute:\r\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\" data-enlighter-linenumbers=\"false\">apt-get install libssl-dev libstdc++6 libcurl3 bc uuid-runtime pciutils dmidecode gawk<\/pre>\r\nTo install on CentOS\/Redhat:\r\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\" data-enlighter-linenumbers=\"false\">yum install glibc openssl-devel libstdc++ libcurl bc pciutils dmidecode gawk<\/pre>\r\nTo install the agent, execute the following lines on a terminal with root access:\r\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\" data-enlighter-linenumbers=\"false\">tar -xf UnitPlatformCloudAgent.tar.gz\r\ncd UnitPlatformCloudAgent-Installer\/\r\n.\/install.sh<\/pre>\r\nThe script\u00a0<code class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">install.sh<\/code> will verify the prerequisites and will ask for the company key. Inform your key and press &lt;enter&gt;:\r\n\r\n[caption id=\"attachment_333\" align=\"alignnone\" width=\"645\"]<img class=\"size-full wp-image-333\" src=\"http:\/\/docs.unitplatform.io\/wp-content\/uploads\/2017\/11\/agent_ubuntu.png\" alt=\"\" width=\"645\" height=\"115\" \/> Agent installation[\/caption]\r\n<h3>Agent usage with Unit Platform On-premises<\/h3>\r\nIf you want to use the agent with your own Unit Platform installation outside of our cloud service, the wizard will also ask for the Unit Platfom's address in a separate field. Inform the IP address or domain name of your Unit Platform and proceed with the installation.\r\n\r\nIn the case you are doing a command line installation that requires no interaction, use the following code replacing the\u00a0<code class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">[key]<\/code> and\u00a0<code class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">[unit platform address]<\/code> with the corresponding information:\r\n<pre class=\"EnlighterJSRAW\" data-enlighter-linenumbers=\"false\">.\/install.sh --key [key] --address [unit platform address]<\/pre>\r\n<h3>Disabling the monitoring or inventory services when installing the agent<\/h3>\r\nIn case you wish to disable one of the features of the agent, you can do it using the following flags:\r\n<ul>\r\n \t<li>To<em> disable the monitoring service<\/em>, add the parameter\u00a0 <code class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">--disable-monitoring<\/code> at the end of the installation command line.<\/li>\r\n \t<li>To <em>disable the inventory service<\/em>, add the parameter\u00a0 <code class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">--disable-inventory<\/code> at the end of the installation command line.<\/li>\r\n<\/ul>\r\nUsage examples for <strong>Unit Platform Cloud<\/strong>:\r\n<ul>\r\n \t<li>Disabling the monitoring service:<\/li>\r\n<\/ul>\r\n<pre class=\"EnlighterJSRAW\" data-enlighter-linenumbers=\"false\">.\/install.sh --disable-monitoring<\/pre>\r\n<ul>\r\n \t<li>Disabling the inventory service:<\/li>\r\n<\/ul>\r\n<pre class=\"EnlighterJSRAW\" data-enlighter-linenumbers=\"false\">.\/install.sh --disable-inventory<\/pre>\r\n<blockquote><strong>Note:<\/strong> if you need to change this configuration <em>after the installation<\/em>, <a href=\"http:\/\/docs.unitplatform.io\/en\/unit-platform-cloud-agent-advanced-options-linux\/\" target=\"_blank\" rel=\"noopener\">check out the advanced options<\/a>.<\/blockquote>\r\n<h2>Supported operating systems<\/h2>\r\nThe Unit Platform Cloud Agent has been tested on the following operating systems:\r\n<ul>\r\n \t<li>CentOS 6.5 (x64) ou superior<\/li>\r\n \t<li>Ubuntu Server 14.04 (x64) ou superior<\/li>\r\n \t<li>Debian 7 (x64) ou superior<\/li>\r\n<\/ul>\r\n32 bit distributions are not supported.\r\n<blockquote>If you need to monitor processes or customize the agent's configuration, see the <a href=\"http:\/\/docs.unitplatform.io\/en\/unit-platform-cloud-agent-advanced-options-linux\/\">advanced options<\/a>.<\/blockquote>","_en_post_name":"how-to-install-unit-platform-cloud-agent-on-linux","_en_post_excerpt":"Step by step instructions on how to install Unit Platform Cloud Agent on a Linux device.","_en_post_title":"How to install Unit Platform Cloud Agent on Linux","edit_language":"en","footnotes":""},"categories":[11,10,4,9],"tags":[],"class_list":["post-329","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-asset-management","category-multisite-monitoring","category-tutorials","category-unit-platform-cloud"],"_links":{"self":[{"href":"https:\/\/docs.unitplatform.io\/en\/wp-json\/wp\/v2\/posts\/329","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/docs.unitplatform.io\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/docs.unitplatform.io\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/docs.unitplatform.io\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/docs.unitplatform.io\/en\/wp-json\/wp\/v2\/comments?post=329"}],"version-history":[{"count":12,"href":"https:\/\/docs.unitplatform.io\/en\/wp-json\/wp\/v2\/posts\/329\/revisions"}],"predecessor-version":[{"id":338,"href":"https:\/\/docs.unitplatform.io\/en\/wp-json\/wp\/v2\/posts\/329\/revisions\/338"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/docs.unitplatform.io\/en\/wp-json\/wp\/v2\/media\/988"}],"wp:attachment":[{"href":"https:\/\/docs.unitplatform.io\/en\/wp-json\/wp\/v2\/media?parent=329"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/docs.unitplatform.io\/en\/wp-json\/wp\/v2\/categories?post=329"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/docs.unitplatform.io\/en\/wp-json\/wp\/v2\/tags?post=329"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}