Netskope LogoNetskope Logo
  • Security Services
  • AI Services
  • Networking Services
  • Analytics Services
  • Integrations
  • getting-started.svgGetting Started
    • Support
    • Community
    • Netskope.com
    © 2026 All Rights Reserved. Netskope Inc.
    Home
    REST API
    Public Cloud API Endpoints for REST API v1
    Get Prep Info to Create an AWS Role

    Get Prep Info to Create an AWS Role

    This endpoint provides the info needed to create a role in your AWS app. If you do not already have an existing AWS role, you need get the prep info to create a role.

    Request

    POST https://<tenant-URL>/api/v1/introspection_instance?token=<token>&op=get_aws_role_prep_info

    Valid payload parameters are:

    KeyType ValueValidation
    use_forarrayAny of the possible use_for supported by AWS.

    "introspection" | "malware" | "securityscan"

    Must not be empty array.

    Items in array must be supported by AWS.

    If "malware" is used, introspection must be also supplied.

    Response

    Responses for AWS are as follows: 

    KeyValue
    account_idNetskope account ID
    external_IDNetskope external ID
    permissions“<json_string>” or “<instruction“. Permission needed. Value is based of the combination in “use_for” supplied in the request.
    In this Topic
    • Get Prep Info to Create an AWS Role