<?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 How to add mark ups pricing for each cloud separately in HPE Morpheus Enterprise</title>
    <link>https://community.hpe.com/t5/hpe-morpheus-enterprise/how-to-add-mark-ups-pricing-for-each-cloud-separately/m-p/7251269#M4443</link>
    <description>&lt;P&gt;We would like to show charge back and show backs for end user based on his cloud selection in catalog. Please let us know how to achieve this. How to send periodical report to end user on his consumption ?&lt;/P&gt;</description>
    <pubDate>Mon, 14 Aug 2023 12:00:05 GMT</pubDate>
    <dc:creator>akv15</dc:creator>
    <dc:date>2023-08-14T12:00:05Z</dc:date>
    <item>
      <title>How to add mark ups pricing for each cloud separately</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-enterprise/how-to-add-mark-ups-pricing-for-each-cloud-separately/m-p/7251269#M4443</link>
      <description>&lt;P&gt;We would like to show charge back and show backs for end user based on his cloud selection in catalog. Please let us know how to achieve this. How to send periodical report to end user on his consumption ?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 12:00:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-enterprise/how-to-add-mark-ups-pricing-for-each-cloud-separately/m-p/7251269#M4443</guid>
      <dc:creator>akv15</dc:creator>
      <dc:date>2023-08-14T12:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to add mark ups pricing for each cloud separately</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-enterprise/how-to-add-mark-ups-pricing-for-each-cloud-separately/m-p/7251270#M4444</link>
      <description>&lt;P&gt;Hi Robert,&lt;/P&gt;
&lt;P&gt;Can you help me in understanding on how Amazon prices are being loaded from AWS ?&lt;/P&gt;
&lt;P&gt;How frequently pricing gets synced from AWS Cloud to Morpheus?&lt;/P&gt;
&lt;P&gt;Do we have some API’s to add a markup of 5% for all the AWS specific plans alongside of AWS cost ?&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2023 12:12:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-enterprise/how-to-add-mark-ups-pricing-for-each-cloud-separately/m-p/7251270#M4444</guid>
      <dc:creator>akv15</dc:creator>
      <dc:date>2023-09-06T12:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to add mark ups pricing for each cloud separately</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-enterprise/how-to-add-mark-ups-pricing-for-each-cloud-separately/m-p/7251271#M4445</link>
      <description>&lt;P&gt;Hi &lt;A class="mention" href="https://community.hpe.com/u/venkat"&gt;@Venkat&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;The Prices should be getting pulled from the public price lists for that region. Here is a sample url for US west1 that I captured from my proxy server.&lt;BR /&gt;
&lt;A href="https://pricing.us-east-1.amazonaws.com/offers/v1.0/aws/AmazonEC2/current/us-west-1/index.json" class="onebox" target="_blank" rel="noopener"&gt;https://pricing.us-east-1.amazonaws.com/offers/v1.0/aws/AmazonEC2/current/us-west-1/index.json&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I believe its pulled once a day, but not 100 on that.&lt;/P&gt;
&lt;P&gt;As far as API’s. We have the prices endpoint.&lt;BR /&gt;
So you could do a get using the following endpoint to get the ids of the ones to modify.&lt;/P&gt;&lt;ASIDE class="onebox allowlistedgeneric" data-onebox-src="https://apidocs.morpheusdata.com/reference/listprices"&gt;
  &lt;HEADER class="source"&gt;
      &lt;IMG src="https://files.readme.io/1740d28-morpheus-symbolonly-v21.svg" class="site-icon" width="" height="" /&gt;

      &lt;A href="https://apidocs.morpheusdata.com/reference/listprices" target="_blank" rel="noopener"&gt;Morpheus Data&lt;/A&gt;
  &lt;/HEADER&gt;

  &lt;ARTICLE class="onebox-body"&gt;
    

&lt;H3&gt;&lt;A href="https://apidocs.morpheusdata.com/reference/listprices" target="_blank" rel="noopener"&gt;Retrieves all Prices&lt;/A&gt;&lt;/H3&gt;

  &lt;P&gt;Retrieves all prices.&lt;/P&gt;


  &lt;/ARTICLE&gt;

  &lt;DIV class="onebox-metadata"&gt;
    
    
  &lt;/DIV&gt;

  &lt;DIV style="clear: both"&gt;&lt;/DIV&gt;
&lt;/ASIDE&gt;

&lt;P&gt;and then use this endpoint with a put to change the markup.&lt;/P&gt;&lt;ASIDE class="onebox allowlistedgeneric" data-onebox-src="https://apidocs.morpheusdata.com/reference/updateprices"&gt;
  &lt;HEADER class="source"&gt;
      &lt;IMG src="https://files.readme.io/1740d28-morpheus-symbolonly-v21.svg" class="site-icon" width="" height="" /&gt;

      &lt;A href="https://apidocs.morpheusdata.com/reference/updateprices" target="_blank" rel="noopener"&gt;Morpheus Data&lt;/A&gt;
  &lt;/HEADER&gt;

  &lt;ARTICLE class="onebox-body"&gt;
    

&lt;H3&gt;&lt;A href="https://apidocs.morpheusdata.com/reference/updateprices" target="_blank" rel="noopener"&gt;Updates a Price&lt;/A&gt;&lt;/H3&gt;

  &lt;P&gt;Updates a price.&lt;/P&gt;


  &lt;/ARTICLE&gt;

  &lt;DIV class="onebox-metadata"&gt;
    
    
  &lt;/DIV&gt;

  &lt;DIV style="clear: both"&gt;&lt;/DIV&gt;
&lt;/ASIDE&gt;

&lt;P&gt;I hope that helps.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2023 15:19:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-enterprise/how-to-add-mark-ups-pricing-for-each-cloud-separately/m-p/7251271#M4445</guid>
      <dc:creator>rbmorph</dc:creator>
      <dc:date>2023-09-06T15:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to add mark ups pricing for each cloud separately</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-enterprise/how-to-add-mark-ups-pricing-for-each-cloud-separately/m-p/7251272#M4446</link>
      <description>&lt;P&gt;Hi Venkat,&lt;/P&gt;
&lt;P&gt;You can create separate prices with their own Price Adjustment.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/149895i8A84CD1392286A80/image-size/large?v=v2&amp;amp;px=2000" role="button" title="0d2b409b8d27cf3e9caf518cee233f27d85aaaf2.png" alt="0d2b409b8d27cf3e9caf518cee233f27d85aaaf2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;These prices can then be added to a price set that is scoped to a particular Cloud or resource pool.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/149514i1286837C12AD3A58/image-size/large?v=v2&amp;amp;px=2000" role="button" title="598e1165e9568cf00ccb4bdf96727a0e48d6b2b2.png" alt="598e1165e9568cf00ccb4bdf96727a0e48d6b2b2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Next you can add your price set to the plans.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/150577iEC54B9CBDFDBB528/image-size/large?v=v2&amp;amp;px=2000" role="button" title="751ef15d133fe621f6b812a4e024434953831bb6.png" alt="751ef15d133fe621f6b812a4e024434953831bb6.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;With the setup above you should see different prices displayed when provisioning to the different clouds that have a price set scoped to that cloud. Here is some additional info from our docs site. &lt;A href="https://docs.morpheusdata.com/en/latest/administration/plans_pricing/plans.html" class="inline-onebox"&gt;Plans &amp;amp; Pricing — Morpheus Docs documentation&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;As far as supplying this info, we have a number of cost reports that are built into Morpheus. You would probably want to take a look at these. These can be scheduled to run on an interval and can also be called from the api. There is also the option to build a custom report using our reports plugin. Our docs lists a number of the built in reports here. &lt;A href="https://docs.morpheusdata.com/en/latest/operations/reports.html" class="inline-onebox"&gt;Reports — Morpheus Docs documentation&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;There is also the invoices in Morpheus that you can read about here. &lt;A href="https://docs.morpheusdata.com/en/latest/operations/invoices.html" class="inline-onebox"&gt;Invoices — Morpheus Docs documentation&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hope that helps to get you going in the right direction.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 19:44:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-enterprise/how-to-add-mark-ups-pricing-for-each-cloud-separately/m-p/7251272#M4446</guid>
      <dc:creator>rbmorph</dc:creator>
      <dc:date>2023-08-14T19:44:08Z</dc:date>
    </item>
  </channel>
</rss>

