RulePoint
- RulePoint 6.2
- All Products
GET http://localhost:8080/rulepoint/api/projects Accept: application/json Cookie: JSESSIONID=<VALID SESSION ID>
{ "name": "TestProject", "description": "Test Project" }
{ "total": 4, "count": 4, "items": [ { "id": "3", "name": "AT_PROJECT11375183310634", "valid": false, "self": { "rel": "self", "href": "api/projects/3" }, "actions": [ { "rel": "update", "href": "/api/projects/3", "type": "PUT" }, { "rel": "delete", "href": "/api/projects/3", "type": "DELETE" }, { "rel": "deploy", "href": "/api/projects/3/deploy", "type": "POST" }, { "rel": "undeploy", "href": "/api/projects/3/undeploy", "type": "POST" } ], "acl": { "rel": "acl", "href": "api/projects/3/acl", "title": "acl" }, "description": "AT_PROJECT11375183310634" }, { "id": "1", "name": "Default Project", "valid": false, "self": { "rel": "self", "href": "api/projects/1" }, "actions": [ { "rel": "deploy", "href": "/api/projects/1/deploy", "type": "POST" }, { "rel": "undeploy", "href": "/api/projects/1/undeploy", "type": "POST" } ], "acl": { "rel": "acl", "href": "api/projects/1/acl", "title": "acl" }, "description": "Default Rulepoint Project" }, { "id": "5", "name": "HA Scenario", "valid": false, "self": { "rel": "self", "href": "api/projects/5" }, "actions": [ { "rel": "update", "href": "/api/projects/5", "type": "PUT" }, { "rel": "delete", "href": "/api/projects/5", "type": "DELETE" }, { "rel": "deploy", "href": "/api/projects/5/deploy", "type": "POST" }, { "rel": "undeploy", "href": "/api/projects/5/undeploy", "type": "POST" } ], "acl": { "rel": "acl", "href": "api/projects/5/acl", "title": "acl" }, "description": "HA Scenario" }, { "id": "2", "name": "ImportProj1375183310634", "valid": false, "self": { "rel": "self", "href": "api/projects/2" }, "actions": [ { "rel": "update", "href": "/api/projects/2", "type": "PUT" }, { "rel": "delete", "href": "/api/projects/2", "type": "DELETE" }, { "rel": "deploy", "href": "/api/projects/2/deploy", "type": "POST" }, { "rel": "undeploy", "href": "/api/projects/2/undeploy", "type": "POST" } ], "acl": { "rel": "acl", "href": "api/projects/2/acl", "title": "acl" }, "description": "ImportProj1375183310634" } ] }