Example searches: “Api key”, “shard_init_wait_time”, “id”, “x-cloud-error-codes”, “BillingCostsAnalysis”
Retrieves a constructor by id.
Identifier for the constructor
The information for the constructor specified by {constructor_id}.
The health status of the constructor.
Whether the constructor is connected
Whether the constructor is in maintenance mode
Identifier for this constructor
The constructor specified by {constructor_id} cannot be found. (code: constructors.constructor_not_found)
constructors.constructor_not_found
The error codes associated with the response
Value is constructors.constructor_not_found.
A list of errors that occurred in the failing request
A structured code representing the error type that occurred
A human readable message describing the error that occurred
If the error can be tied to a specific field or fields in the user request, this lists those fields
curl \ --request GET 'https://{{hostname}}/api/v1/platform/infrastructure/constructors/{constructor_id}' \ --user "username:password"