Skip to content

Enjoy Dashboard.

POST
/api/shape/recognize/namespaces/system/recognize/addon/dashboard/enjoy
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/enjoy \
--header 'Authorization: <Authorization>' \
--header 'Content-Type: application/json' \
--data '{ "endTime": "example", "itemUnit": "example", "startTime": "example" }'

GET enjoy chart data from shape recognize API.

Examples of this operation.

Media typeapplication/json
Enjoy Request

Since and to times to generate the Enjoy Request.

object
endTime
endTime

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

string format: int64
<= 1024 characters
itemUnit
itemUnit

The unit where the data is represented.

string
<= 1024 characters
startTime
startTime

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

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

A successful response.

Media typeapplication/json
EnjoyResponse

The data of Enjoy Response Chart.

object
apiVersion
ApiVersion

The actual version of the shape recognize API.

string
<= 1024 characters
data
object
itemUnit
itemUnit

Item Unit

string
<= 1024 characters
items
items

Items in a collection or array

Array<object>
Enjoy Item

Enjoy Item that represent the data to chart.

object
OBSOLETE2_date
OBSOLETE2_date

Configuration parameter for OBSOLETE2 date

integer format: int32
OBSOLETE_date
OBSOLETE_date

Configuration parameter for OBSOLETE date

string format: int64
<= 1024 characters
date
date

Configuration parameter for date

number format: double
prevFailedLogin
object
converted
converted

Converted data.

number format: double
notConverted
notConverted

No converted data.

number format: double
total
object
converted
converted

Converted data.

number format: double
notConverted
notConverted

No converted data.

number format: double
totalItems
totalItems

Total Items.

integer format: int32
id
Id

The ID from the Lift Response.

string
>= 1 <= 4094 <= 1024 characters
Examplegenerated
{
"apiVersion": "example",
"data": {
"itemUnit": "example",
"items": [
{
"OBSOLETE2_date": 1,
"OBSOLETE_date": "example",
"date": 1,
"prevFailedLogin": {
"converted": 1,
"notConverted": 1
},
"total": {
"converted": 1,
"notConverted": 1
}
}
],
"totalItems": 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