Manifest for A deployed director
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
Constraints:
default: last_attempted
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"
},
"cloud_properties": {}
}
],
"networks": [
{
"name": "string",
"type": "string",
"subnets": [
{
"azs": [
"string"
],
"cloud_properties": {
"subnetwork_name": "string",
"network_name": "string"
}
}
]
}
]
}
}
manifest
Optional
manifest
400
Setup is not completed
Returns
RequireSetupCompleted
of type(s)
application/json
{
"errors": {
"errors": [
"string"
]
}
}
401
Unauthorized
Returns
UnauthorizedResponse
of type(s)
application/json
{
"errors": {
"errors": [
"string"
]
}
}
403
Forbidden
Returns
ForbiddenResponse
of type(s)
application/json
{
"errors": {
"errors": [
"string"
]
}
}
404
BOSH Director has not been deployed
Returns
RequiresDeployedDirector
of type(s)
application/json
{
"errors": {
"errors": [
"string"
]
}
}
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/v0/deployed/director/manifest