- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- LastCaseType
- CaseDistributionType
- Try it!
Full name: projects.locations.instances.uniqueEntities.download
Downloads a unique entity report.
HTTP request
Path parameters
Parameters | |
---|---|
name |
Required. The resource name of the UniqueEntity to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/uniqueEntities:generateReport |
Query parameters
Parameters | |
---|---|
identifier |
Required. Unique entity id. |
type |
Required. Unique entity type. |
environment |
Required. The environment in which the entity exists. |
lastCaseType |
Required. The last case type. |
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 ( |
Fields | |
---|---|
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. |