Ce point d'accès permet d'obtenir des informations sur votre instance IaaS.
Request
GET https://<tenant-URL>/api/v1/introspection_instance?token=<token>&<parameters>
Valid parameters are:
| Clé | Value | Description |
|---|---|---|
app | aws | azure | googlecloud | Spécifie l'IaaS auquel il faut accéder. |
instance_name | <instance_name> Exemple : "MYAWS_GOSKOPE" | Il s'agit d'une obligation. Le nom de l'instance IaaS dans l'interface utilisateur de Netskope. |
Response
| Key | Type | Value | |
|---|---|---|---|
app | string | Ex: Amazon Web Services | Amazon S3 | Amazon EC2 | Amazon DynamoDB | Google Cloud Platform | Microsoft Azure | Microsoft Office 365 Sharepoint Sites | Microsoft Office 365 OneDrive for Business | Box | Slack | |
instance | Les clés/valeurs ci-dessous sont destinées à AWS | ||
instance_name | string | "<instance_name>" | |
active | boolean | true | false | |
deleted | boolean | true | false | |
account_id | string | Netskope account ID | |
external_id | string | ID externe Netskope | |
role_arn | string | "<arn_aws_iam_role_name>" | |
trail_name | string | "<cloudtrail_name>" | |
trail_region | string | "<aws_region_id>" | |
admin_email | string | "<admin_email>" | |
use_for | array | L'un ou l'autre d'entre eux : "introspection", "malware", "securityscan" | |
securityscan_interval | integer | Disponible lorsque use_for contient "securityscan" | |
| instance | Les clés/valeurs ci-dessous sont destinées à Azure | ||
instance_name | string | "<instance_name>" | |
active | boolean | true | false | |
deleted | boolean | true | false | |
directory_id | string | ID de l'annuaire Azure | |
application_id | string | ID de l'application Azure | |
client_key | string | Clé client Azure | |
admin_email | string | "<admin_email>" | |
use_for | array | L'un ou l'autre d'entre eux : "introspection", "malware", "securityscan" | |
securityscan_interval | integer | Disponible lorsque use_for contient "securityscan" | |
| instance | Les clés/valeurs ci-dessous concernent le GCP | ||
instance_name | string | "<instance_name>" | |
active | boolean | true | false | |
deleted | boolean | true | false | |
sink_name | string | <sink_name> | |
admin_email | string | "<admin_email>" | |
use_for | array | "securityscan" | |
securityscan_interval | integer | Disponible lorsque use_for contient "securityscan" |

