Args:
component_filter_model: Filter model used for pagination, sorting,
filtering.
project_name_or_id: Optional name or ID of the project to filter by.
hydrate: Flag deciding whether to hydrate the output model(s)
by including metadata fields in the response.
Returns:
List of stack components matching the filter criteria.
Authorizations
OAuth2passwordRequired
Token URL:
Query parameters
project_name_or_idany ofOptional
stringOptional
or
string · uuidOptional
or
nullOptional
hydratebooleanOptionalDefault: false
sort_bystringOptionalDefault: created
logical_operatorstring · enumOptional
Logical Ops to use to combine filters on list methods.
Args:
component_id: ID of the stack component.
hydrate: Flag deciding whether to hydrate the output model(s)
by including metadata fields in the response.
Returns:
The requested stack component.
Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
component_idstring · uuidRequired
Query parameters
hydratebooleanOptionalDefault: true
Responses
200
Successful Response
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
422
Unprocessable Entity
application/json
get
/api/v1/components/{component_id}
Update Stack Component
put
Updates a stack component.
Args:
component_id: ID of the stack component.
component_update: Stack component to use to update.
Returns:
Updated stack component.
Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
component_idstring · uuidRequired
Body
Update model for stack components.
nameany ofOptional
string · max: 255Optional
or
nullOptional
configurationany ofOptional
or
nullOptional
environmentany ofOptional
or
nullOptional
connector_resource_idany ofOptional
The ID of a specific resource instance to gain access to through the connector