Creating an App
POST /v2/apps/
Request
Route
POST /v2/apps
Body
Name |
Description |
Default |
Valid Values |
Example Values |
name
|
The name of the app.
|
|
|
|
memory
|
The amount of memory each instance should have. In megabytes.
|
|
|
|
instances
|
The number of instances of the app to run. To ensure optimal availability, ensure there are at least 2 instances.
|
|
|
|
disk_quota
|
The maximum amount of disk available to an instance of an app. In megabytes.
|
|
|
|
space_guid
|
The guid of the associated space.
|
|
|
- guid-4b24cf94-9a7b-41d3-9bff-5c08e54709e4
|
stack_guid
|
The guid of the associated stack.
|
Uses the default system stack.
|
|
- guid-c812ec16-eb81-43d4-ab69-64d346b37815
|
state
|
The current desired state of the app. One of STOPPED or STARTED.
|
STOPPED
|
|
|
detected_start_command
|
The command detected by the buildpack during staging.
|
|
|
|
command
|
The command to start an app after it is staged, maximum length: 4096 (e.g. 'rails s -p $PORT' or 'java com.org.Server $PORT').
|
|
|
|
buildpack
|
Buildpack to build the app. 3 options: a) Blank means autodetection; b) A Git Url pointing to a buildpack; c) Name of an installed buildpack.
|
|
|
- https://github.com/virtualstaticvoid/heroku-buildpack-r.git
- an_example_installed_buildpack
|
health_check_type
|
Type of health check to perform.
|
port
|
|
|
health_check_timeout
|
Timeout for health checking of an staged app when starting up
|
|
|
|
diego
|
Use diego to stage and to run when available
|
false
|
|
|
docker_image
|
Name of the Docker image containing the app
|
|
|
- cloudfoundry/helloworld
- registry.example.com:5000/user/repository/tag
|
docker_credentials_json
|
Docker credentials for pulling docker image.
|
{}
|
|
- #<RspecApiDocumentation::Views::HtmlExample:0x0000000b428c30>
|
environment_json
|
Key/value pairs of all the environment variables to run in your app. Does not include any system or service variables.
|
|
|
|
production
|
Deprecated.
|
true
|
|
|
console
|
Open the console port for the app (at $CONSOLE_PORT).
|
false
|
|
|
debug
|
Open the debug port for the app (at $DEBUG_PORT).
|
false
|
|
|
staging_failed_reason
|
Reason for application staging failures
|
|
|
|
staging_failed_description
|
Detailed description for the staging_failed_reason
|
|
|
|
name
|
The name of the app.
|
|
|
|
memory
|
The amount of memory each instance should have. In megabytes.
|
|
|
|
instances
|
The number of instances of the app to run. To ensure optimal availability, ensure there are at least 2 instances.
|
|
|
|
disk_quota
|
The maximum amount of disk available to an instance of an app. In megabytes.
|
|
|
|
space_guid
|
The guid of the associated space.
|
|
|
- guid-a9e089e0-3afa-4cb0-9205-545b5c17a4ca
|
stack_guid
|
The guid of the associated stack.
|
Uses the default system stack.
|
|
- guid-19447c2d-562e-4c8b-8fa5-b9c6c9973718
|
state
|
The current desired state of the app. One of STOPPED or STARTED.
|
STOPPED
|
|
|
detected_start_command
|
The command detected by the buildpack during staging.
|
|
|
|
command
|
The command to start an app after it is staged, maximum length: 4096 (e.g. 'rails s -p $PORT' or 'java com.org.Server $PORT').
|
|
|
|
buildpack
|
Buildpack to build the app. 3 options: a) Blank means autodetection; b) A Git Url pointing to a buildpack; c) Name of an installed buildpack.
|
|
|
- https://github.com/virtualstaticvoid/heroku-buildpack-r.git
- an_example_installed_buildpack
|
health_check_type
|
Type of health check to perform.
|
port
|
|
|
health_check_timeout
|
Timeout for health checking of an staged app when starting up
|
|
|
|
diego
|
Use diego to stage and to run when available
|
false
|
|
|
docker_image
|
Name of the Docker image containing the app
|
|
|
- cloudfoundry/helloworld
- registry.example.com:5000/user/repository/tag
|
docker_credentials_json
|
Docker credentials for pulling docker image.
|
{}
|
|
- #<RspecApiDocumentation::Views::HtmlExample:0x0000000b428c30>
|
environment_json
|
Key/value pairs of all the environment variables to run in your app. Does not include any system or service variables.
|
|
|
|
production
|
Deprecated.
|
true
|
|
|
console
|
Open the console port for the app (at $CONSOLE_PORT).
|
false
|
|
|
debug
|
Open the debug port for the app (at $DEBUG_PORT).
|
false
|
|
|
staging_failed_reason
|
Reason for application staging failures
|
|
|
|
staging_failed_description
|
Detailed description for the staging_failed_reason
|
|
|
|
{
"name": "my_super_app",
"space_guid": "89605236-fd35-4f4c-b372-5be1a3da1c8d"
}
Headers
cURL
curl "https://api.[your-domain.com]/v2/apps" -d '{
"name": "my_super_app",
"space_guid": "89605236-fd35-4f4c-b372-5be1a3da1c8d"
}' -X POST \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTEyMiIsImVtYWlsIjoiZW1haWwtOTBAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQ0NDc4MjkyOX0.WapyztDSsIVVZcdaPAjfR5iZSxIrpwUiRyR0bg4fbjA" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
201 Created
Body
{
"metadata": {
"guid": "96d45966-97d7-4d6c-b2f5-ce67dc0aafce",
"url": "/v2/apps/96d45966-97d7-4d6c-b2f5-ce67dc0aafce",
"created_at": "2015-10-07T00:35:29Z",
"updated_at": null
},
"entity": {
"name": "my_super_app",
"production": false,
"space_guid": "89605236-fd35-4f4c-b372-5be1a3da1c8d",
"stack_guid": "b5fdc4f9-40d4-49e1-ba1f-75c8b2d81507",
"buildpack": null,
"detected_buildpack": null,
"environment_json": {
},
"memory": 1024,
"instances": 1,
"disk_quota": 1024,
"state": "STOPPED",
"version": "c64c5d38-999e-470c-b262-3dba70c05990",
"command": null,
"console": false,
"debug": null,
"staging_task_id": null,
"package_state": "PENDING",
"health_check_type": "port",
"health_check_timeout": null,
"staging_failed_reason": null,
"staging_failed_description": null,
"diego": false,
"docker_image": null,
"package_updated_at": null,
"detected_start_command": "",
"enable_ssh": true,
"docker_credentials_json": {
"redacted_message": "[PRIVATE DATA HIDDEN]"
},
"space_url": "/v2/spaces/89605236-fd35-4f4c-b372-5be1a3da1c8d",
"stack_url": "/v2/stacks/b5fdc4f9-40d4-49e1-ba1f-75c8b2d81507",
"events_url": "/v2/apps/96d45966-97d7-4d6c-b2f5-ce67dc0aafce/events",
"service_bindings_url": "/v2/apps/96d45966-97d7-4d6c-b2f5-ce67dc0aafce/service_bindings",
"routes_url": "/v2/apps/96d45966-97d7-4d6c-b2f5-ce67dc0aafce/routes"
}
}
Headers
Audit Records Created By The Request
Audit Record: audit.app.create
Attribute Name |
Value |
id
|
11
|
guid
|
94c6eac8-a40c-4917-8435-9a030e189595
|
created_at
|
2015-10-07 00:35:29 UTC
|
updated_at
|
|
timestamp
|
2015-10-07 00:35:29 UTC
|
type
|
audit.app.create
|
actor
|
uaa-id-122
|
actor_type
|
user
|
actee
|
96d45966-97d7-4d6c-b2f5-ce67dc0aafce
|
actee_type
|
app
|
metadata
|
{
"request": {
"name": "my_super_app",
"space_guid": "89605236-fd35-4f4c-b372-5be1a3da1c8d",
"console": false,
"docker_credentials_json": "PRIVATE DATA HIDDEN",
"environment_json": "PRIVATE DATA HIDDEN",
"health_check_type": "port",
"instances": 1,
"production": false,
"state": "STOPPED"
}
}
|
space_id
|
|
organization_guid
|
d85e075e-74da-4602-9232-2ab0e5e05bd3
|
space_guid
|
89605236-fd35-4f4c-b372-5be1a3da1c8d
|
actor_name
|
email-90@somedomain.com
|
actee_name
|
my_super_app
|