new ServicePlans(endPoint)
Manages Service Plan on Cloud Foundry
Parameters:
Name | Type | Description |
---|---|---|
endPoint |
String | [CC endpoint] |
Methods
getServicePlan(token_type, access_token, servicePlan_guid) → {JSON}
Get a Service Plan
https://apidocs.cloudfoundry.org/226/service_plans/retrieve_a_particular_service_plan.html
Parameters:
Name | Type | Description |
---|---|---|
token_type |
String | [Authentication type] |
access_token |
String | [Authentication token] |
servicePlan_guid |
String | [servicePlan guid] |
Returns:
[return a JSON response]
- Type
- JSON
getServicePlanInstances(token_type, access_token, servicePlan_guid) → {JSON}
List all Service Instances for a Service Plan
https://apidocs.cloudfoundry.org/226/service_plans/list_all_service_instances_for_the_service_plan.html
Parameters:
Name | Type | Description |
---|---|---|
token_type |
String | [Authentication type] |
access_token |
String | [Authentication token] |
servicePlan_guid |
String | [servicePlan guid] |
Returns:
[return a JSON response]
- Type
- JSON
getServicePlans(token_type, access_token, guid) → {JSON}
Parameters:
Name | Type | Description |
---|---|---|
token_type |
String | [Authentication type] |
access_token |
String | [Authentication token] |
guid |
String | [route guid] |
Returns:
[return a JSON response]
- Type
- JSON
remove(token_type, access_token, servicePlan_guid)
Remove a Service Plan
https://apidocs.cloudfoundry.org/226/service_plans/delete_a_particular_service_plans.html
Parameters:
Name | Type | Description |
---|---|---|
token_type |
String | [Authentication type] |
access_token |
String | [Authentication token] |
servicePlan_guid |
String | [servicePlan_guid] |
setEndPoint(endPoint)
Set endpoint
Parameters:
Name | Type | Description |
---|---|---|
endPoint |
String | [CC endpoint] |