Cloud
Get Fully Supported Azure Resources
Get a list of all Azure resources fully supported by Lucid Cloud.
get/v1/dataSources/azure/resources
Response
OK. Returns a list of the Azure resources fully supported by the REST API.
object[] required
Example response
[
{
"resource": "Microsoft.Web/serverFarms"
},
{
"resource": "Microsoft.Network/dnszones",
"subResources": [
{
"resource": "Microsoft.Network/dnszones/recordsets"
}
]
},
{
"resource": "Microsoft.Cdn/profiles",
"subResources": [
{
"resource": "Microsoft.Cdn/profiles/endpoints"
},
{
"resource": "Microsoft.Cdn/profiles/endpoints/originGroups",
"subResources": [
{
"resource": "Microsoft.Cdn/profiles/endpoints/origins"
}
]
}
]
}
]