Health
Last updated
GET /lambdas/status HTTP/1.1
Host: peer.decentraland.org
Accept: */*
{
"version": "text",
"currentTime": 1,
"commitHash": "text"
}GET /lambdas/about HTTP/1.1
Host: peer.decentraland.org
Accept: */*
{
"healthy": true,
"acceptingUsers": true,
"content": {
"healthy": true,
"version": "text",
"commitHash": "text",
"publicUrl": "text",
"synchronizationStatus": "text"
},
"lambdas": {
"healthy": true,
"version": "text",
"commitHash": "text",
"publicUrl": "text"
},
"comms": {
"healthy": true,
"protocol": "text",
"version": "text",
"commitHash": "text",
"usersCount": 1,
"adapter": "text"
},
"bff": {
"healthy": true,
"protocolVersion": "text",
"userCount": 1,
"publicUrl": "text"
},
"configurations": {
"networkId": 1,
"globalScenesUrn": [
"text"
],
"scenesUrn": [
"text"
],
"realmName": "text",
"map": {}
}
}