Configs
Azure Subscriptions
Get a list of Azure subscription IDs for an entire account or for a specific Azure tenant.
To list all Azure subscription IDs for an account, invoke the following endpoint:
GET https://YourAccount.lacework.net/api/v2/Configs/AzureSubscriptions
To get a list of Azure subscription IDs for a specific tenant, pass the tenant ID as a parameter to the endpoint:
GET https://YourAccount.lacework.net/api/v2/Configs/AzureSubscriptions?tenantId={tenantId}
get/api/v2/Configs/AzureSubscriptions
Query parameters
tenantIdstring
The Azure tenant ID.
Headers
Authorizationstring required
Bearer Access Token. For example, "Bearer {YourAPIToken}"
Content-Typestring required
application/json
Response
No Error (List of Azure Subscriptions)