Full name: projects.locations.instances.legacySdk.legacyGetSimilarCasesIds
Legacy RPC for getting similar cases ids.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
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 |
Required. The case id to get the similar cases ids for. |
portsFilter[] |
Optional. The filters to apply to the similar cases ids. |
categoryOutcomeFilter[] |
Optional. The filters to apply to the similar cases ids. |
ruleGeneratorFilter[] |
Optional. The filters to apply to the similar cases ids. |
entityIdentifiersFilter[] |
Optional. The filters to apply to the similar cases ids. |
startTimeUnixMs |
Optional. The filters to apply to the similar cases ids. |
endTimeUnixMs |
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[] |
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.