Method: legacySdk.legacyGetSimilarCasesIds

Full name: projects.locations.instances.legacySdk.legacyGetSimilarCasesIds

Legacy RPC for getting similar cases ids.

HTTP request


Path parameters

Parameters
instance

string

Required. The GetSimilarCasesIds request. Format: projects/{project}/locations/{location}/instances/{instance}

Request body

The request body contains data with the following structure:

JSON representation
{
  "caseId": string,
  "portsFilter": [
    string
  ],
  "categoryOutcomeFilter": [
    string
  ],
  "ruleGeneratorFilter": [
    string
  ],
  "entityIdentifiersFilter": [
    string
  ],
  "startTimeUnixMs": string,
  "endTimeUnixMs": string
}
Fields
caseId

string (int64 format)

Required. The case id to get the similar cases ids for.

portsFilter[]

string

Optional. The filters to apply to the similar cases ids.

categoryOutcomeFilter[]

string

Optional. The filters to apply to the similar cases ids.

ruleGeneratorFilter[]

string

Optional. The filters to apply to the similar cases ids.

entityIdentifiersFilter[]

string

Optional. The filters to apply to the similar cases ids.

startTimeUnixMs

string (int64 format)

Optional. The filters to apply to the similar cases ids.

endTimeUnixMs

string (int64 format)

Optional. The filters to apply to the similar cases ids.

Response body

GetSimilarCasesIdsResponse is the response message to get the similar cases ids.

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

JSON representation
{
  "payload": [
    string
  ]
}
Fields
payload[]

string (int64 format)

The instance of the legacy sdk.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.