Report

Package : spaceone.api.report.v1

Report

Report Methods:

get

GET /report/v1/report/{report_id}

Type

Message

Request

Response

get_download_url

GET /report/v1/report/{report_id}/download_url

Type

Message

Request

Response

list

GET /report/v1/reports

POST /report/v1/reports/search

Type

Message

Request

Response

create

POST /report/v1/reports

Type

Message

Request

Response

Message

CreateReportRequest

No

Field

Type

Required

Description

1

domain_id

string

2

template_id

string

3

name

string

4

template_options

5

storage_id

string

GetDownloadURLRequest

No

Field

Type

Required

Description

1

domain_id

string

2

report_id

string

GetReportRequest

No

Field

Type

Required

Description

1

domain_id

string

2

report_id

string

3

only

list of string

ReportDownloadInfo

No

Field

Type

Description

1

download_url

string

ReportError

No

Field

Type

Description

1

code

string

2

message

string

ReportInfo

No

Field

Type

Description

1

domain_id

string

2

report_id

string

3

template_id

string

4

storage_info

5

storage_path

string

6

template_options

7

state

  • CREATED

  • IN_PROGRESS

  • FAILURE

  • TIMEOUT

  • CANCELED

  • FINISHED

8

created_by

string

9

schedule_id

string

10

created_at

11

error

ReportQuery

No

Field

Type

Required

Description

1

domain_id

string

2

query

3

report_id

string

4

template_id

string

5

storage_id

string

6

schedule_id

string

7

created_by

string

8

state

  • CREATED

  • IN_PROGRESS

  • FAILURE

  • TIMEOUT

  • CANCELED

  • FINISHED

ReportsInfo

No

Field

Type

Description

1

results

2

total_count

Last updated