Github API - Test Config

GET /repos/{owner}/{repo}/deployments/{deployment_id}
repos

Get a deployment

Arguments
key owner

owner [scalar]

The account owner of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key repo

repo [scalar]

The name of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key deployment-id

deployment-id [scalar]

deployment_id parameter

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json deployment

deployment [object]

A request for a specific ref(branch,sha,tag) to be deployed

Attributes
created_at string

description string

environment string

Name for the target deployment environment.

id integer

Unique identifier of the deployment

node_id string

original_environment string

payload unknown

performed_via_github_app nullable-integration

production_environment boolean

Specifies if the given environment is one that end-users directly interact with. Default: false.

ref string

The ref to deploy. This can be a branch, tag, or sha.

repository_url string

sha string

statuses_url string

task string

Parameter to specify a task to execute

transient_environment boolean

Specifies if the given environment is will no longer exist at some point in the future. Default: false.

updated_at string

url string

API:
Github Open API
(version: 1.1.4)
404 not_found

not_found [scalar]

Resource not found

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)