<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Deployment / URL Creation for an API Proxy in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/deployment-url-creation-for-an-api-proxy/m-p/11388018#M1924104</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been trying to implement SAP API Management on one project.&lt;/P&gt;&lt;P&gt;For one of the APIs,&lt;/P&gt;&lt;P&gt;1. I created an API Proxy to be authenticated with API Keys, Checked 'Publish API Product', marked 'Enable Direct Browser Access for Your API'.&lt;/P&gt;&lt;P&gt;2. Build the API.&lt;/P&gt;&lt;P&gt;3. Got an error message 'No environment named "test", so API proxy will not be automatically deployed.'&lt;/P&gt;&lt;P&gt;4. On the Overview page of the API Proxy, deployed it across all the environments. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the URLs for these deployments were not generated. it only shows NA under the URL column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doing wrong here. Any help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pratik.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Dec 2015 10:19:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-12-01T10:19:53Z</dc:date>
    <item>
      <title>Deployment / URL Creation for an API Proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deployment-url-creation-for-an-api-proxy/m-p/11388018#M1924104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been trying to implement SAP API Management on one project.&lt;/P&gt;&lt;P&gt;For one of the APIs,&lt;/P&gt;&lt;P&gt;1. I created an API Proxy to be authenticated with API Keys, Checked 'Publish API Product', marked 'Enable Direct Browser Access for Your API'.&lt;/P&gt;&lt;P&gt;2. Build the API.&lt;/P&gt;&lt;P&gt;3. Got an error message 'No environment named "test", so API proxy will not be automatically deployed.'&lt;/P&gt;&lt;P&gt;4. On the Overview page of the API Proxy, deployed it across all the environments. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the URLs for these deployments were not generated. it only shows NA under the URL column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doing wrong here. Any help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pratik.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2015 10:19:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deployment-url-creation-for-an-api-proxy/m-p/11388018#M1924104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-01T10:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment / URL Creation for an API Proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deployment-url-creation-for-an-api-proxy/m-p/11388019#M1924105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pratik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are seeing NA under deployed URLs because during on-boarding -&amp;gt; Creation of Virtual Hosts , You have not provided Virtual Host alias .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Updating the Virtual Hosts created with Alias name would show Urls under deployment .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps to update Virtual hosts :&lt;/P&gt;&lt;P&gt;1. Create an file *.xml in management Server system as shown&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt;"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;&amp;lt;VirtualHost name="Enter Virtual Host Name"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;HostAliases&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt; &amp;lt;HostAlias&amp;gt;Give Fully qualified Domain Name1&amp;lt;/HostAlias&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/HostAliases&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Interfaces/&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Port&amp;gt;Provide Port Details&amp;lt;/Port&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;&amp;lt;/VirtualHost&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. &lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #333333;"&gt;Update the existing Virtual host&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-indent: -0.25in; font-size: 11pt; font-family: Calibri, sans-serif; color: #333333;"&gt;curl&lt;SPAN class="apple-converted-space"&gt; &lt;/SPAN&gt;-u &amp;lt;EmailId of Sysadmin/OrgAdmin&amp;gt;:&amp;lt;Password&amp;gt; -X PUT &lt;A href="http://localhost:8080/v1/organization/%3cOrg_Name%3e/environment/%3cEnv_Name%3e/virtualhosts/%3cVirtualHostName"&gt;http://localhost:8080/v1/organization/&amp;lt;Org_Name&amp;gt;/environment/&amp;lt;Env_Name&amp;gt;/virtualhosts/&amp;lt;VirtualHostName&lt;/A&gt;&amp;gt;&amp;nbsp;&amp;nbsp; -d’@./&amp;lt;*.xml file name&amp;gt; -H "Content-Type:application/xml"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-indent: -0.25in; font-size: 11pt; font-family: Calibri, sans-serif; color: #333333;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-indent: -0.25in; color: #333333; font-size: 13.3333px; font-family: Calibri, sans-serif;"&gt;Note: Alias name should be the fully qualified DNS name of the system where Router /Message processor is installed .&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #333333;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2015 14:19:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deployment-url-creation-for-an-api-proxy/m-p/11388019#M1924105</guid>
      <dc:creator>former_member198753</dc:creator>
      <dc:date>2015-12-01T14:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment / URL Creation for an API Proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deployment-url-creation-for-an-api-proxy/m-p/11388020#M1924106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to construct the URL somehow using which I can test the Proxy without updating the Virtual host. ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pratik.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2015 14:27:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deployment-url-creation-for-an-api-proxy/m-p/11388020#M1924106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-01T14:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment / URL Creation for an API Proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deployment-url-creation-for-an-api-proxy/m-p/11388021#M1924107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pratik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes , you can test . Below is the Url Format &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Give Fully qualified Domain Name&amp;gt;:&amp;lt;port&amp;gt;/Basepath of the proxy&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Give Fully qualified Domain Name of&amp;nbsp; -&amp;gt; &lt;SPAN style="color: #333333; font-size: 12px;"&gt;Fully qualified Domain Name&lt;/SPAN&gt; of the system where router component is installed . &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Port of Virtual host given during onboarding (for eg: 9001)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2015 14:42:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deployment-url-creation-for-an-api-proxy/m-p/11388021#M1924107</guid>
      <dc:creator>former_member198753</dc:creator>
      <dc:date>2015-12-01T14:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment / URL Creation for an API Proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deployment-url-creation-for-an-api-proxy/m-p/11388022#M1924108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Hi Suma,&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;I had already tried that.. But it gave me a 404 error.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;I'll work on updating the Virtual Host.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Also, the Port number in the URL which hosts api management is different from the port number of the Default Virtual Host as visible in Environment configuration.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;I tried with both port numbers. &lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Pratik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2015 15:02:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deployment-url-creation-for-an-api-proxy/m-p/11388022#M1924108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-01T15:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment / URL Creation for an API Proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deployment-url-creation-for-an-api-proxy/m-p/11388023#M1924109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Pratik,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;From your reply this is what I understand. Correct me if am wrong &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Port number in the URL which hosts api management is different -&amp;gt; You are referring to API management UI &lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;Management Server IP Address&amp;gt;:&amp;lt;port&amp;gt;/login ... Here by default port is 9000&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;default port of VirtualHosts will be 9001 and if you have selected same then your deployed url should be same as given below :&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A class="jive-link-external-small" href="http:" style="font-size: 12px; color: #3778c7; background: #ffffff;"&gt;http://&lt;/A&gt;&lt;SPAN style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Give Fully qualified Domain Name&amp;gt;:&amp;lt;port&amp;gt;/Basepath of the proxy&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Can you send me the details &lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Type of Installation&lt;/LI&gt;&lt;LI&gt;details provided during onboarding or snapshot of environment configuration &lt;/LI&gt;&lt;LI&gt;API Management Logon URL&lt;/LI&gt;&lt;/UL&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Suma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2015 15:15:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deployment-url-creation-for-an-api-proxy/m-p/11388023#M1924109</guid>
      <dc:creator>former_member198753</dc:creator>
      <dc:date>2015-12-01T15:15:48Z</dc:date>
    </item>
  </channel>
</rss>

