Create an Azure Instance
Create an Azure Instance
This endpoint creates an Azure instance.
Request
POST https://<tenant-URL>/api/v1/introspection_instance?token=<token>&op=create
Valid payload parameters are:
Key | Type | Value | Description |
---|---|---|---|
app | string | "azure" | Required. When azure , all required fields below must be are supplied. The combined IaaS instances must not exceed 200, the default max. To have the max increased, contact Netskope Support. |
instance_name | string | <instance_name> Example: | Required. The Azure instance name in the Netskope UI. |
directory_id | string | <azure_directory_id> Example: | Required. The directory ID for the Azure account. |
application_id | string | <azure_application_id> Example: | Required. The application ID for the Azure account. |
client_key | string | <azure_client_key> Example: | Required. The client key for the Azure account. |
admin_email | string | <emailaddress@company.com> Example: | Required. The admin’s email address. |
use_for | array | "introspection" | "malware" | "securityscan" Example: | Required. Must not be empty array. Items in the array must be supported by Azure. If it contains "malware" , "introspection" must be also supplied.Note To use |
securityscan_interval | integer | In minutes. Example: 1440 | When used for “securityscan”, must be a value allowed by available intervals. If omitted, default value is the internally defined default value based on the app. |
Response
Responses for Azure are:
Key | Value | |
---|---|---|
app | azure | |
instance | instance_name | <instance_name> (Instance name in Netskope UI) |