nk-hystax

Results 2 comments of nk-hystax

You can update your existing cloud account configuration with the correct import scheme by calling `PATCH /restapi/v2/cloud_accounts/` with body: ``` { "config":{ "client_id":"", "tenant":"", "subscription_id":"", "secret":"", "expense_import_scheme":"raw_usage" } } ```...

You may build the custom version of the rest_api. 1. add your code to optscale repo 2. run `. build.sh rest_api` from `optscale` folder to build the new `rest_api:local` image...