Manifest for A deployed director
To view the deployed product BOSH manifest
Request
URI
GET
https://{opsmanager-installation}//api/v0/deployed/director/manifest
COPY
Query Parameters
string
mode
Optional
mode
Possible values are : last_successful, last_attempted,
Responses
200
0K
Returns BoshManifest of type(s) application/json
{
"manifest": {
"name": "string",
"releases": [
{
"name": "string",
"version": "string"
}
],
"stemcells": [
{
"alias": "string",
"os": "string",
"version": "string"
}
],
"instance_groups": [
{}
],
"update": {
"canary": "number",
"canary_watch_time": "string",
"update_watch_time": "string",
"max_in_flight": "number",
"max_errors": "number",
"serial": false
},
"compilation": {
"reuse_compilation_vms": false,
"workers": "number",
"network": "string",
"cloud_properties": {
"ram": "number",
"disk": "number",
"cpu": "number",
"datacenters": [
{}
]
}
},
"disk_pools": [
{}
],
"resource_pools": [
{
"name": "string",
"network": "string",
"stemcell": {
"url": "string"
}
}
],
"networks": [
{
"name": "string",
"type": "string",
"subnets": [
{
"azs": [
"string"
],
"cloud_properties": {
"subnetwork_name": "string",
"network_name": "string"
}
}
]
}
]
}
}
manifest
Optional
manifest
404
Not Found
{
"errors": {
"base": [
"string"
]
}
}
errors
Optional
errors