Skip to content

Download Report.

GET
/api/report/namespaces/{namespace}/reports/{name}/download
curl --request GET \
--url https://example-corp.console.ves.volterra.io/api/v1/api/production/us-east-1/namespaces/default/api/report/namespaces/example/reports/example/download \
--header 'Authorization: <Authorization>'

Download report.

Examples of this operation.

namespace
required
string

Namespace

x-required Namespace for this request.

name
required
string

Report Name

x-required Name of the report which has to be downloadd.

A successful response.

Media typeapplication/json
Download Report Response

Download report response.

object
Attachments
Attachments

Attachments for email.

Array<object>
Attachment Value

Attachment data contains contentId and the data.

object
content
content

Content for attachment.

string
<= 1024 characters
content_id
content id

Content ID for attachment.

string
<= 1024 characters
content_type
content type

Content type for attachment.

string
<= 1024 characters
file_name
file name

File name for attachment.

string
<= 1024 characters
css_data
css data

Report data in CSS Required: YES.

string
<= 1024 characters
html_data
html data

Report data in HTML Required: YES.

string
<= 1024 characters
Examplegenerated
{
"Attachments": [
{
"content": "example",
"content_id": "example",
"content_type": "example",
"file_name": "example"
}
],
"css_data": "example",
"html_data": "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