GET /v2/stacks
| Name | Description | Valid Values | Example Values |
|---|---|---|---|
| q |
Parameters used to filter the result set. Format queries as <filter><op><value> Valid ops: : >= <= < > IN Valid filters: name |
|
|
| page | Page of results to fetch |
|
|
| results-per-page | Number of results per page |
|
|
| order-direction | Order of the results: asc (default) or desc |
|
|
| inline-relations-depth | 0 - don't inline any relations and return URLs. Otherwise, inline to depth N. |
|
|
| orphan-relations | 0 - de-duplicate object entries in response |
|
|
| exclude-relations | comma-delimited list of relations to drop from response |
|
|
| include-relations | comma-delimited list of the only relations to include in response |
|
|
| Name | Description | Default | Valid Values | Example Values |
|---|---|---|---|---|
| name | The name for the stack. |
|
|
|
| description | The description for the stack |
|
|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI5IiwiZW1haWwiOiJlbWFpbC0yN0Bzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDY2MDA4ODgzfQ.8u8Qo-nO5GkL95pV8vl4xU_cYvp8kgslDZVXt8vCyPk Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/stacks" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI5IiwiZW1haWwiOiJlbWFpbC0yN0Bzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDY2MDA4ODgzfQ.8u8Qo-nO5GkL95pV8vl4xU_cYvp8kgslDZVXt8vCyPk" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{
"total_results": 3,
"total_pages": 1,
"prev_url": null,
"next_url": null,
"resources": [
{
"metadata": {
"guid": "6d4efea3-c3ff-42ff-9f10-7e8f3f8662b7",
"url": "/v2/stacks/6d4efea3-c3ff-42ff-9f10-7e8f3f8662b7",
"created_at": "2016-06-08T16:41:21Z",
"updated_at": "2016-06-08T16:41:26Z"
},
"entity": {
"name": "cflinuxfs4",
"description": "cflinuxfs4"
}
},
{
"metadata": {
"guid": "3df67ed6-a2b4-43be-9247-13faf6bb2f35",
"url": "/v2/stacks/3df67ed6-a2b4-43be-9247-13faf6bb2f35",
"created_at": "2016-06-08T16:41:21Z",
"updated_at": "2016-06-08T16:41:26Z"
},
"entity": {
"name": "default-stack-name",
"description": "default-stack-description"
}
},
{
"metadata": {
"guid": "1e49ada8-08de-42a8-a252-a5755e50565a",
"url": "/v2/stacks/1e49ada8-08de-42a8-a252-a5755e50565a",
"created_at": "2016-06-08T16:41:21Z",
"updated_at": "2016-06-08T16:41:26Z"
},
"entity": {
"name": "cider",
"description": "cider-description"
}
}
]
}
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: fdeb9cda-b8e6-468c-962f-6a28cb3327c7 Content-Length: 1117 X-Content-Type-Options: nosniff