Retrieve Information Regarding Where a Service Instance is Shared From
GET /v2/service_instances/:guid/shared_from
Request
Route
GET /v2/service_instances/0d632575-bb06-4ea5-bb19-a451a9644d92/shared_from
Headers
cURL
curl "https://api.[your-domain.com]/v2/service_instances/0d632575-bb06-4ea5-bb19-a451a9644d92/shared_from" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE1MCIsImVtYWlsIjoiZW1haWwtMTA1QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjYwMDg4ODl9.eyvSz10WWSQt0pFotoQI2Lm5XdH22-50O_R8rxy7n4k" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
Name |
Description |
Valid Values |
Example Values |
space_guid
|
The space guid that this service instance belongs to.
|
|
|
space_name
|
The space name that this service instance belongs to.
|
|
|
organization_name
|
The organization name that this service instance belongs to.
|
|
|
{
"space_guid": "dbce7e1e-32ce-446a-9061-bd748778077b",
"space_name": "space-name",
"organization_name": "org-name"
}
Headers