curl --request GET \
--url http://localhost:8000/executors/types/available \
--header 'Authorization: Basic <encoded-value>'Get list of available executor types with descriptions.
Returns information about each supported executor type.
curl --request GET \
--url http://localhost:8000/executors/types/available \
--header 'Authorization: Basic <encoded-value>'Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Successful Response
Was this page helpful?