Skip to content

rickymax/cf-abacus-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Abacus Helper

A helper for CF service provider which using CF-Abacus. To make service provider's life easier.

Building

Downloading CF CLI and setting up manifest

./scripts/build.sh

Deploying to Cloud Foundry

cf push

Usage

Method: get

HTTP request:

GET /v1/helper/:service_instance_id

JSON representation:

{
  "organization_id": "d92dfb6c-2395-4ee6-b7ba-18d002dbae0a",
  "space_id": "380cd390-2374-4524-bdd9-a0fa4082d450",
  "resource_id": [
    "iot-hub"
  ]
}

Fields:

  • "organization_id": "d92dfb6c-2395-4ee6-b7ba-18d002dbae0a" GUID of the consumer's organization

  • "space_id": "380cd390-2374-4524-bdd9-a0fa4082d450" GUID of the consumer's space (under organization)

  • "resource_id": ["iot-hub"] Unique resource name which defined by the service provider

Note: It's a feature tags provided by service instance. Learn more.

About

A helper for CF service provider which using CF-Abacus. To make service provider's life easier

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published