Get container type deatils by containerTypeName

API to get the details of a container type by containerTypeName.
Important: Core Attributes Configuration and State Machine Configuration of the container type are not included in the response.
| HEADER/PATH | DESCRIPTION | TYPE |
| ---- | ---- | ----- |
| X-COREOS-REQUEST-ID(header) | Unique request ID. | string |
| X-COREOS-TID
(header) | Tenant ID. | string |
| X-COREOS-ACCESS(header) | Core-OS access token. | string |
| containerTypeName
(path) | Unique Name of the Container Type. | string |
*This is required.



HTTP Status Code Summary
| Code | Description |
| ---- | ---------- |
| 200 - OK | Everything worked as expected. |
| 400 - Bad Request | The request was unacceptable, often due to missing a required parameter. |
| 401 - Unauthorized | No valid API key provided. |
| 404 - Not Found | The requested resource doesn't exist. |
| 503 - Server Error | Something went wrong. (These are rare.) |

Language
URL
Click Try It! to start a request and see the response here!