Alphaus | Documentation
Website
Repo
Tech blog (JP)
Tech blog (EN)
Search…
API Reference
Overview
Endpoint limits
Authentication
Users
API clients
Authorization (RBAC)
Ripple
Wave
Status
Ocean
ALM (v3)
Powered By
GitBook
Status
The following endpoint is the base url for the APIs below.
1
https://service.mobingi.com/m/status/
Copied!
List invoice calculation status
Get the current status of the invoice calculations.
Request
1
GET calculations/status[?params] HTTP1.1
2
Authorization
:
Bearer {token}
Copied!
Details for
params
.
Key
Value
vendor
Optional. Supported vendor is only
aws
at the moment.
from
Optional. If not provided, default value is 2 months before current month. Format:
yyyymm
.
to
Optional. If not provided, default value is current month. Format:
yyyymm
.
Response
1
HTTP
/
1.1
200
OK
2
3
[
4
{
5
"billing_month"
:
"2020-04"
,
6
"end_time"
:
""
,
7
"finished"
:
3090
,
8
"id"
:
"MSP-123456"
,
9
"invoice_type"
:
"account"
,
10
"msp"
:
"MSP-123456"
,
11
"name"
:
"Alphaus, Inc."
,
12
"run_id"
:
"MSP-123456/76f20b9a-b7fa-4599-bc38-0691dbbd4ea3"
,
13
"start_time"
:
"2020-05-22T04:01:38Z"
,
14
"status"
:
"checking"
,
15
"status_message"
:
"checking"
,
16
"total"
:
3090
,
17
"type"
:
"msp"
,
18
"vendor"
:
"aws"
19
},
20
...
21
]
Copied!
Examples:
1
# Simple request. Get status for the past 2 months:
2
GET calculations/status
3
4
# If you want range from Oct 2019 - Jan 2020:
5
GET calculations/status?from
=
201910
&
to
=
202001
Copied!
Previous
Report
Next
Ocean
Last modified
2yr ago
Copy link
Contents
List invoice calculation status