Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can add custom providers for display on the dashboard billing widgets. If you are using Abiquo private billing, then you can activate the provider type “ONPREMISE” ONPREMISE to display the billing data for all private cloud resources. To do this, configure the UI with the following property in the client-config-custom.json file.

Code Block
"client.dashboard.widgets.lastbills.additionalproviders": ["ONPREMISE"]

...

You can exclude a list of providers from display on the dashboard billing widgets. If you are using Abiquo private billing from previous versions, then you may wish to deactivate the standard providers, such as “ABIQUOABIQUO-VCENTER_CLUSTER”. CLUSTER You could also deactivate a public cloud provider, such as “azurecomputeazurecompute-arm”arm. To do this, configure the UI with the following property in the client-config-custom.json file.

Code Block
breakoutModewide
"client.dashboard.widgets.lastbills.excludedproviders": ["ABIQUO-VCENTER_CLUSTER", "azurecompute-arm"]

...