A convenience API for people to use SlaMax over an API.
Please refer to cloud-sla for the service names you can use.
Get a single value:
REQUESTPOST https://maxslaofmy.systems/api
[
{
"name": "aws-lambda"
}
]
RESPONSEStatus 200
99.85
Get multiple values, including a custom-defined service:
REQUESTPOST https://maxslaofmy.systems/api
[
{
"name": "amazon-api-gateway"
},
{
"name": "aws-lambda"
},
{
"name": "custom-my-heroku-backend",
"sla": 97,
"description": "Just some backend I built on Heroku"
},
{
"name": "amazon-dynamodb"
}
]
RESPONSEStatus 200
96.893
Built by Mikael Vesavuori