Get constructors
Retrieves an overview of all constructors in an ECE installation.
GET /platform/infrastructure/constructors
curl \
-X GET https://{{hostname}}/api/v1/platform/infrastructure/constructors
Response examples (200)
{
"constructors": [
{
"status": {
"connected": true,
"maintenance_mode": true
},
"constructor_id": "string"
}
]
}