Method: uniqueEntities.download

Full name: projects.locations.instances.uniqueEntities.download

Downloads a unique entity report.

HTTP request


Path parameters

Parameters
name

string

Required. The resource name of the UniqueEntity to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/uniqueEntities:generateReport

Query parameters

Parameters
identifier

string

Required. Unique entity id.

type

string

Required. Unique entity type.

environment

string

Required. The environment in which the entity exists.

lastCaseType

enum (LastCaseType)

Required. The last case type.

caseDistributionType

enum (CaseDistributionType)

Required. The case distribution type.

Request body

The request body must be empty.

Response body

Response message for uniqueEntities.download.

If successful, the response body contains data with the following structure:

JSON representation
{
  "media": {
    object (Media)
  }
}
Fields
media

object (Media)

Zipped file with the integration content. Includes the following folders: Actions, Connectors, Jobs, Managers, Dependencies Each folder includes json files and a python file for the script. Includes integration definition json file. Includes metadata.json file Information representing the imported data

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

LastCaseType

The last case type.

Enums
ALL All case types.
CLOSED Closed last case type.
OPENED Opened last case type.

CaseDistributionType

The case distribution type.

Enums
PRODUCT Product case distribution type.
TAG Tag case distribution type.