Report
Package : spaceone.api.report.v1
Report
Report Methods:
NO
Method
Request Type
Response Type
Description
get
GET /report/v1/report/{report_id}
list
GET /report/v1/reports
POST /report/v1/reports/search
create
POST /report/v1/reports
Message
CreateReportRequest
No
Field
Type
Required
Description
1
domain_id
string
✅
2
template_id
string
✅
3
name
string
✅
5
storage_id
string
❌
GetReportRequest
No
Field
Type
Required
Description
1
domain_id
string
✅
2
report_id
string
✅
3
only
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
5
storage_path
string
7
state
CREATED
IN_PROGRESS
FAILURE
TIMEOUT
CANCELED
FINISHED
8
download_url
string
9
created_by
string
10
schedule_id
string
ReportQuery
No
Field
Type
Required
Description
1
domain_id
string
✅
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
Last updated