There was an error while loading. Please reload this page.
POST /v1/applications {'entities': [{'type': 'brooklyn.entity.nosql.redis.RedisStore'}], 'locations': ['/v1/locations/1'], 'name': 'redis'}
HTTP/1.1 201 Created Location: /v1/applications/redis
GET /v1/applications
[ { "spec": { "name": "redis", "entities": [ { "name": "ent1", "type": "brooklyn.entity.nosql.redis.RedisStore", "config": { } } ], "locations": [ "/v1/locations/1" ] }, "status": "RUNNING", "links": { "self": "/v1/applications/redis", "entities": "/v1/applications/redis/entities" } } ]
DELETE /v1/applications/redis
HTTP/1.1 202 Accepted