Status | Response Type | Description |
---|---|---|
200 | The version of the EscapeKit Inventory |
Status | Response Type | Description |
---|---|---|
200 | The version of the EscapeKit Inventory |
Status | Response Type | Description |
---|---|---|
200 | NamespacesPayload |
Status | Response Type | Description |
---|---|---|
200 | NamespacePayload |
Status | Response Type | Description |
---|---|---|
201 | Successfully updated the Namespace metadata. |
Field | Type | Description | Example | |
---|---|---|---|---|
description |
string
|
An optional description for the namespace. | ||
logo |
string
|
An optional logo (image data) | ||
name |
string
|
The namespace itself. | ||
org_url |
string
|
An optional URL to associate with this namespace. | ||
project |
string
|
The State Project this Namespace belongs to. |
Field | Type | Description | Example | |
---|---|---|---|---|
description |
string
|
An optional description for the Application. This field is automatically set based on the last released version and can be defined in the 'description' field of the Escape plan. | my-project | |
latest_version |
string
|
The latest version. The highest version number for all the releases for this Application | ||
logo |
string
|
An optional logo (image data) | ||
name |
string
|
The application name | hello-world | |
project |
string
|
The Namespace name (deprecated) | my-project | |
uploaded_at |
string
|
The time of the last uploaded release. | ||
uploaded_by |
string
|
The username of the User that uploaded the last release. |
Field | Type | Description | Example | |
---|---|---|---|---|
description |
string
|
An optional description for the namespace. | ||
logo |
string
|
An optional logo (image data) | ||
name |
string
|
The namespace itself. | ||
org_url |
string
|
An optional URL to associate with this namespace. | ||
permission |
enum
|
Permission (deprecated). Read only. Describes global permissions for this user on this namespace. |
"read"
"write"
"owner"
"admin"
|
Field | Type | Description | Example | |
---|---|---|---|---|
project | Namespace | |||
units |
{ string :
Application
}
|
Field | Type | Description | Example | |
---|---|---|---|---|
api_version |
string
|
The Release Metadata API version. | ||
branch |
string
|
Optional repository branch this release was built from. | ||
built_with_core_version |
string
|
What version of escape-core was used to build this release? | ||
built_with_escape_version |
string
|
What version of escape was used to build this release? | ||
description |
string
|
An optional description. | ||
files |
{ string :
string
}
|
A map of files and their checksum. | ||
gt_revision |
string
|
Optional repository revision ID this release was built from. | ||
license |
string
|
An optional license. | ||
logo |
string
|
Optional image data. | ||
metadata |
{ string :
string
}
|
A map of key:value pairs | ||
name |
string
|
The Application name. | ||
project |
string
|
Deprecated. The Namespace this release is grouped under. | ||
repository |
string
|
Optional repository this release was built from. | ||
revision_author |
string
|
Optional repository revision author this release was built from. | ||
revision_message |
string
|
Optional repository revision message this release was built from. | ||
version |
string
|
The Release version. |
Field | Type | Description | Example | |
---|---|---|---|---|
release_id |
string
|
The Release ID to which to apply the tag. | my-project/hello-world-v1.0 | |
tag |
string
|
The tag to be applied to the release. |