Deploy
Get Component
Get the details of a component by ID.
get/deploy/components/{component_id}
Path parameters
component_idstring required
An opaque identifier of a component.
Response
Successful response.
Example response
{
"id": "123e4127-e89b-12d3-a456-426123417400",
"name": "service-a",
"project_id": "123e4127-e89b-12d3-a456-426123417400",
"labels": [
{
"key": "env",
"value": "prod"
}
],
"release_count": 1
}