Listing Product Stemcell Assignments
Returns information regarding which stemcells are staged, deployed, required, and available for assignment for each product.
Request
URI
GET
https://{opsmanager-installation}//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": [
{
"version": "string",
"os": "string",
"name": "string",
"infrastructure": "string",
"hypervisor": "string",
"light": false
}
]
}
Stemcell Associations For Products Operations
PATCH
Associate one Or more stemcells with products
GET
Listing Product Stemcell Assignments