|
<< Click to Display Table of Contents >> Raynet One Data Hub > 2026.2 > Connectors > Alphabetic Connector List > Microsoft Azure Cost Details Connector Parameters |
The ARM Resource ID for the billing scope
Technical Name |
scope |
Category |
Functional |
Type |
String |
Default Value |
null |
Example Values |
/providers/Microsoft.Billing/billingAccounts/12345 |
The Azure Resource Manager scope for which to fetch cost details. This can be a billing account, subscription, or other supported billing scope.
The start date for the cost details report
Technical Name |
start_date |
Category |
Functional |
Type |
String |
Default Value |
null |
Example Values |
2023-01-01 |
The start date for fetching cost details in YYYY-MM-DD format. Defaults to 30 days ago if not specified.
The end date for the cost details report
Technical Name |
end_date |
Category |
Functional |
Type |
String |
Default Value |
null |
Example Values |
2023-01-31 |
The end date for fetching cost details in YYYY-MM-DD format. Defaults to today if not specified.
The Azure Resource Manager endpoint URL
Technical Name |
resource_manager_endpoint |
Category |
Technical |
Type |
String |
Default Value |
https://management.azure.com |
Example Values |
https://management.azure.com |
The base URL for Azure Resource Manager API calls.
The version of the Azure Cost Management API to use
Technical Name |
api_version |
Category |
Technical |
Type |
String |
Default Value |
2023-03-01 |
Example Values |
2023-03-01 |
The API version for Azure Cost Management API calls.
Maximum number of retry attempts for failed requests
Technical Name |
max_retries |
Category |
Technical |
Type |
Integer |
Default Value |
5 |
Example Values |
5 |
The maximum number of times to retry a failed API request.
Delay in seconds between retry attempts
Technical Name |
retry_delay_seconds |
Category |
Technical |
Type |
Integer |
Default Value |
2 |
Example Values |
2 |
The base delay in seconds before retrying a failed request. Uses exponential backoff.
Interval in seconds between status polling requests
Technical Name |
polling_interval_seconds |
Category |
Technical |
Type |
Integer |
Default Value |
5 |
Example Values |
5 |
The interval in seconds between polling requests to check operation status.
Maximum time in seconds to wait for operation completion
Technical Name |
polling_timeout_seconds |
Category |
Technical |
Type |
Integer |
Default Value |
300 |
Example Values |
300 |
The maximum time in seconds to wait for the cost details report generation to complete.
Custom certificate file content used for SSL connection verification
Technical Name |
certificate |
Category |
Functional |
Type |
Code |
Default Value |
null |
Example Values |
|