Skip to content

Top Reason Codes.

POST
/api/shape/recognize/namespaces/system/recognize/addon/dashboard/top_reason_code
curl --request POST \
--url https://example-corp.console.ves.volterra.io/api/v1/api/production/us-east-1/namespaces/default/api/shape/recognize/namespaces/system/recognize/addon/dashboard/top_reason_code \
--header 'Authorization: <Authorization>' \
--header 'Content-Type: application/json' \
--data '{ "endTime": "example", "startTime": "example" }'

Top Reason Codes.

Examples of this operation.

Media typeapplication/json
TopReasonCodesRequest

Top Reason Codes Request.

object
endTime
endTime

The time to we want the rescue data Required: YES.

string format: int64
<= 1024 characters
startTime
startTime

The time since we want the rescue data Required: YES.

string format: int64
<= 1024 characters
Examplegenerated
{
"endTime": "example",
"startTime": "example"
}

A successful response.

Media typeapplication/json
TopReasonCodesResponse

The data of Top Reason Codes Response.

object
apiVersion
ApiVersion

The actual version of the shape recognize API.

string
<= 16 characters
data
object
LOE
LOE

Lack of Evidence.

number format: double
LSBH
LSBH

Lack of safe browsing history.

number format: double
MUD
MUD

Multi User Device.

number format: double
SH
SH

Short History.

number format: double
prevTotal
prevTotal

Previews Total.

number format: double
id
Id

The ID from the Rescue Response.

string
>= 1 <= 4094 <= 256 characters
Examplegenerated
{
"apiVersion": "example",
"data": {
"LOE": 1,
"LSBH": 1,
"MUD": 1,
"SH": 1,
"prevTotal": 1
},
"id": "example"
}

Returned when operation is not authorized.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when there is no permission to access resource.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when resource is not found.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when operation on resource is conflicting with current value.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when operation has been rejected as it is happening too frequently.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when server encountered an error in processing API.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when service is unavailable temporarily.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when server timed out processing request.

Media typeapplication/json
string format: string
Examplegenerated
example