Auto Provisioning Settings - List
Exposes the auto provisioning settings of the subscriptions
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Security/autoProvisioningSettings?api-version=2017-08-01-preview
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
subscription
|
path | True |
|
Azure subscription ID Regex pattern: |
api-version
|
query | True |
|
API version for the operation |
Responses
Name | Type | Description |
---|---|---|
200 OK |
OK |
|
Other Status Codes |
Error response describing why the operation failed. |
Security
azure_auth
Azure Active Directory OAuth2 Flow
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
Name | Description |
---|---|
user_impersonation | impersonate your user account |
Examples
Get auto provisioning settings for subscription
Sample Request
GET https://management.azure.com/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/autoProvisioningSettings?api-version=2017-08-01-preview
Sample Response
{
"value": [
{
"id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/autoProvisioningSettings/default",
"name": "default",
"type": "Microsoft.Security/autoProvisioningSettings",
"properties": {
"autoProvision": "On"
}
}
]
}
Definitions
auto |
Describes what kind of security agent provisioning action to take |
Auto |
Auto provisioning setting |
Auto |
List of all the auto provisioning settings response |
Cloud |
Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). |
Cloud |
The error detail. |
Error |
The resource management error additional info. |
autoProvision
Describes what kind of security agent provisioning action to take
Name | Type | Description |
---|---|---|
Off |
|
Do not install security agent on the VMs automatically |
On |
|
Install missing security agent on VMs automatically |
AutoProvisioningSetting
Auto provisioning setting
Name | Type | Description |
---|---|---|
id |
|
Resource Id |
name |
|
Resource name |
properties.autoProvision |
Describes what kind of security agent provisioning action to take |
|
type |
|
Resource type |
AutoProvisioningSettingList
List of all the auto provisioning settings response
Name | Type | Description |
---|---|---|
nextLink |
|
The URI to fetch the next page. |
value |
List of all the auto provisioning settings |
CloudError
Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.).
Name | Type | Description |
---|---|---|
error.additionalInfo |
The error additional info. |
|
error.code |
|
The error code. |
error.details |
The error details. |
|
error.message |
|
The error message. |
error.target |
|
The error target. |
CloudErrorBody
The error detail.
Name | Type | Description |
---|---|---|
additionalInfo |
The error additional info. |
|
code |
|
The error code. |
details |
The error details. |
|
message |
|
The error message. |
target |
|
The error target. |
ErrorAdditionalInfo
The resource management error additional info.
Name | Type | Description |
---|---|---|
info |
|
The additional info. |
type |
|
The additional info type. |