Uploaded image for project: 'OCMUI - OpenShift Cluster Manager UI'
  1. OCMUI - OpenShift Cluster Manager UI
  2. OCMUI-89

[Add-on billing] Use quota_rules endpoint to get information on available billing models for add-ons

    • Icon: Story Story
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • None
    • Core UI
    • 2
    • False
    • Hide

      None

      Show
      None
    • True

      Example:

      ocm get /api/accounts_mgmt/v1/quota_rules -p search="name='addon-open-data-hub'"                   
      {
        "items": [
          {
            "availability_zone": "any",
            "billing_model": "standard",
            "byoc": "byoc",
            "cloud": "aws",
            "cost": 0,
            "href": "/api/accounts_mgmt/v1/quota_rules",
            "kind": "QuotaRules",
            "name": "addon-open-data-hub",
            "product": "ANY",
            "quota_id": "add-on|addon-open-data-hub-standard",
            "type": "add-on"
          },
          {
            "availability_zone": "any",
            "billing_model": "standard",
            "byoc": "byoc",
            "cloud": "gcp",
            "cost": 1,
            "href": "/api/accounts_mgmt/v1/quota_rules",
            "kind": "QuotaRules",
            "name": "addon-open-data-hub",
            "product": "ANY",
            "quota_id": "add-on|addon-open-data-hub-gcp-standard",
            "type": "add-on"
          },
          {
            "availability_zone": "any",
            "billing_model": "marketplace",
            "byoc": "byoc",
            "cloud": "aws",
            "cost": 1,
            "href": "/api/accounts_mgmt/v1/quota_rules",
            "kind": "QuotaRules",
            "name": "addon-open-data-hub",
            "product": "ANY",
            "quota_id": "add-on|addon-open-data-hub-marketplace",
            "type": "add-on"
          }
        ],
        "kind": "QuotaRulesList",
        "page": 1,
        "size": 3,
        "total": 3
      } 

            Unassigned Unassigned
            jschuler_kafka_devexp Joachim Schuler
            Jayakrishnan Mekkattillam Jayakrishnan Mekkattillam
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: