-
Notifications
You must be signed in to change notification settings - Fork 10
REST: Environments related API
bugzmanov edited this page Aug 1, 2012
·
29 revisions
Path: /rest/projects/(projectId)/envs
Type: GET
Request parameters
Entry name | Type | Mandatory | Description |
---|---|---|---|
id | int | Y | Id of the project |
name | String | Y | Name of the project |
description | String | Y | Description of the project |
projectManager | String | Y | Person responsible for the project |
Path: /rest/projects/(projectId)/envs
Type: GET
Path parameters
Parameter | Type | Description |
---|---|---|
projectId | Number | project id of the project envs belong to |
Request parameters
Parameter | Type | Mandatory | Description |
---|---|---|---|
filter | String | N | Sets filter's values. Currently possible filtering on the status of the environment. Example: filter=statuses[Destroyed,Broken] |
Example: filter=statuses[Destroyed,Broken]