Listing Product Stemcell Assignments
Returns information regarding which stemcells are staged, deployed, required, and available for assignment for each product.
Request
URI
GET
https://{api_host}/api/v0/stemcell_associations
COPY
Responses
200
OK
{
"products": [
{
"guid": "string",
"identifier": "string",
"label": "string",
"staged_product_version": "string",
"deployed_product_version": "string",
"is_staged_for_deletion": false,
"staged_stemcells": [
{
"name": "string",
"os": "string",
"version": "string"
}
],
"deployed_stemcells": [
{
"name": "string",
"os": "string",
"version": "string"
}
],
"available_stemcells": [
{
"name": "string",
"os": "string",
"version": "string"
}
],
"required_stemcells": [
{
"os": "string",
"version": "string"
}
]
}
],
"stemcell_library": [
"StemcellLibraryStemcell Object"
]
}
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/v0/stemcell_associations
Stemcell Associations For Products Operations
GET
Listing Product Stemcell Assignments
PATCH
Associate one Or more stemcells with products