Versions Compared

Key

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

...

Code Block
languagenone
java -jar public-cloud-billing-check-tool.jar aws -h
Usage: <main class> aws [-abhvV] [-spp] [-cfp=<configYAMLPath>] [-d=<resellerDiscount>] [-m=<margin>] [-mt=<month>] -r=<rootEnterpriseId> [-y=<year>]
Check for AWS organization billing costs and account mappings.

-a, --accounts             Run the check for accounts inside an organization mapped to abiquo
-b, --billing              Run check for billing information in Abiquo for the last consolidated billing period
  -cfp, --configPath=<configYAMLPath>

                        Specify a different path for the config file. Default path is the same where .jar is located
-d, --discount=<resellerDiscount>
                         Define the discount necessary to subtract to total cost
-h, --help                 Show this help message and exit.
-m, --margin=<margin>      Desired margin to compare cost from AWS and Abiquo database. If difference is bigger than margin, it will be considered
 
                         as an error. Default is 0
-mt, --month=<month>       Month of the billing period to check. Default is previous month
-r, --rootEnterpriseId=<rootEnterpriseId>
 
                         Enterprise id of the reseller or key node from which obtain the pricing credentials
-spp, --sppDiscount        If true, include solution provider program discounts in the price
-v, --verbose              Display more detailed information about the process execution
-V, --version              Print version information and exit.
-y, --year=<year>        Year of the billing period to check. Default is the year of the previous month

...

Code Block
languagenone
Usage: <main class> azure [-bhvV] [-azp] [-c=<currencyCode>] [-cfp=<configYAMLPath>] [-d=<resellerDiscount>] [-m=<margin>] [-mt=<month>]
                        -r=<resellerId> [-y=<year>] [-ep=<excludedPublishers>[,<excludedPublishers>...]]...
Check for Azure CSP customer costs and subscription mappings.
 
  -azp, --azureplan      Run the check for Azure Plan subscriptions in Abiquo with the CSP data
-b, --billing              Run check for billing information in Abiquo for the last consolidated billing period
-c, --currencyCode=<currencyCode>
 
                         Currency code used to retrieve billing line items, Default code is USD

   -cfp, --configPath=<configYAMLPath>
                           Specify a different path for the config file. Default path is the same where .jar is located
-d, --discount=<resellerDiscount>
 
                         Define the discount necessary to substract to total cost
 -ep, --excludedPublishers=<excludedPublishers>[,<excludedPublishers>...]
 
-h, --help                 Show this help message and exit.
-m, --margin=<margin>      Desired margin to compare cost from CSP and Abiquo database. If difference is bigger than margin, it will be considered
 
                           as an error. Default is 0
    -mt, --month=<month>   Month of the billing period to check. Default is previous month
-r, --reseller=<resellerId>
 
                         Enterprise id of the reseller from which obtain the pricing credentials
-v, --verbose              Display more detailed information about the process execution
-V, --version              Print version information and exit.
-y, --year=<year>          Year of the billing period to check. Default is the year of the previous month

...