Skip to main content
Version: 48.0.0

Retrieve Service Instance Information

This manual will guide you to identify the deployment name of a Service Instance.

Requirements

GUID or the BOSH deployment name of the a9s Data Service Instance (this guide uses c7b9c2c1-1f0f-4a10-9980-c3d7a4347851 as an example)

Instructions

On the respective a9s Service Broker VM, get details about the a9s Data Service Instance:

sudo -i
/var/vcap/jobs/anynines-service-broker/bin/instance-information <GUID or deployment_name>

Example

/var/vcap/jobs/anynines-service-broker/bin/instance-information c7b9c2c1-1f0f-4a10-9980-c3d7a4347851

Get Service Instance information for c7b9c2c1-1f0f-4a10-9980-c3d7a4347851

{
"guid_at_tenant": "abcd1712b4",
"deployment_name": "c7b9c2c1-1f0f-4a10-9980-c3d7a4347851",
"metadata": {
"service_id": "6745cdf2-aea5-4011-b240-9fd0bc25dbe3",
"plan_id": "8ff1c7f7-1b88-4cca-9375-93b5c45427b9",
"organization_guid": "3993ebb0-93d9-4d5d-826e-4ee0e18bea90",
"space_guid": "5a66613e-02a9-4702-ad72-3090b6d1d46a",
"context": {
"platform": "cloudfoundry",
"organization_guid": "3993ebb0-93d9-4d5d-826e-4ee0e18bea90",
"space_guid": "5a66613e-02a9-4702-ad72-3090b6d1d46a",
"organization_name": "system",
"space_name": "ds",
"organization_annotations": {
},
"space_annotations": {
},
"instance_name": "postgresql",
"instance_annotations": {
}
},
"tracing_id": null,
"correlation_id": null,
"log_tracing_id": null,
"parameters": {
},
"tenant_id": "anynines",
"instance_guid_at_tenant": "c7b9c2c1-1f0f-4a10-9980-c3d7a4347851",
"service_guid": "6745cdf2-aea5-4011-b240-9fd0bc25dbe3",
"plan_guid": "8ff1c7f7-1b88-4cca-9375-93b5c45427b9",
"user_params": {
}
}
}