Create Cloud Cost Management Azure configs

POST {{baseUrl}}/api/v2/cost/azure_uc_config

Create a Cloud Cost Management account for an Azure config.

Request Body

{"data"=>{"attributes"=>{"account_id"=>"<string>", "actual_bill_config"=>{"export_name"=>"<string>", "export_path"=>"<string>", "storage_account"=>"<string>", "storage_container"=>"<string>"}, "amortized_bill_config"=>{"export_name"=>"<string>", "export_path"=>"<string>", "storage_account"=>"<string>", "storage_container"=>"<string>"}, "client_id"=>"<string>", "scope"=>"<string>", "is_enabled"=>"<boolean>"}, "type"=>"azure_uc_config_post_request"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:{&quot;attributes&quot;:{&quot;configs&quot;:[{&quot;account_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;client_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;dataset_type&quot;:&quot;\u003cstring\u003e&quot;,&quot;export_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;export_path&quot;:&quot;\u003cstring\u003e&quot;,&quot;scope&quot;:&quot;\u003cstring\u003e&quot;,&quot;status&quot;:&quot;\u003cstring\u003e&quot;,&quot;storage_account&quot;:&quot;\u003cstring\u003e&quot;,&quot;storage_container&quot;:&quot;\u003cstring\u003e&quot;,&quot;created_at&quot;:&quot;5989-24-78T89:29:22\&quot;335573&quot;,&quot;error_messages&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;id&quot;:&quot;\u003clong\u003e&quot;,&quot;months&quot;:&quot;\u003cinteger\u003e&quot;,&quot;status_updated_at&quot;:&quot;9346-24-64T00:85:12\&quot;299068&quot;,&quot;updated_at&quot;:&quot;6402-37-76T73:53:99Z424493&quot;},{&quot;account_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;client_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;dataset_type&quot;:&quot;\u003cstring\u003e&quot;,&quot;export_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;export_path&quot;:&quot;\u003cstring\u003e&quot;,&quot;scope&quot;:&quot;\u003cstring\u003e&quot;,&quot;status&quot;:&quot;\u003cstring\u003e&quot;,&quot;storage_account&quot;:&quot;\u003cstring\u003e&quot;,&quot;storage_container&quot;:&quot;\u003cstring\u003e&quot;,&quot;created_at&quot;:&quot;0266-21-24T18:73:27V664503&quot;,&quot;error_messages&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;id&quot;:&quot;\u003clong\u003e&quot;,&quot;months&quot;:&quot;\u003cinteger\u003e&quot;,&quot;status_updated_at&quot;:&quot;9246-76-37T46:62:78g370371&quot;,&quot;updated_at&quot;:&quot;6010-28-42T35:02:17l329878&quot;}],&quot;id&quot;:&quot;\u003clong\u003e&quot;},&quot;type&quot;:&quot;azure_uc_configs&quot;,&quot;id&quot;:&quot;\u003clong\u003e&quot;}}