Skip to main content

Netskope Help

Update a GCP Instance

This endpoint updates a Google Cloud Platform instance.

Request
POST https://tenant.goskope.com/api/v1/introspection_instance?token=<token>&op=update

Valid payload parameters are:

Key

Type

Value

Description

app

string

"googlecloud"

Required. When googlecloud, 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: "MYGCP_GOSKOPE"

Required. The GCP instance name in the Netskope UI.

service_account_info

JSON

Private Key JSON

Required. Must not be empty.

sink_name

string

<sink_name>

Example: "organizations/946821861782/sinks/ns-org-sink-3-end"

Sink name should be in this format: "organizations/<orgID>/sinks/<sinkId>"

admin_email

string

<emailaddress@company.com>

Example: admin@neskope.com

Required. The admin's email address.

use_for

array

"securityscan"

Example: "securityscan"]

Required. Must not be empty array. Items in the array must be supported by GCP.

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 Google Cloud Platform are:

Key

Value

app

googlecloud

instance

instance_name

<instance_name> (Instance name in Netskope UI)