Github API - Test Config

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

Simple filtering of deployments is available via query parameters:
List deployments

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)

sha string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

ref string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

task string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

environment string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

key per-page

per-page [scalar]

The number of results per page (max 100).

API:
Github Open API
(version: 1.1.4)

key page

page [scalar]

Page number of the results to fetch.

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)
API:
Github Open API
(version: 1.1.4)