Get
/v1/app_configs
Get detailed information of all app configs that the current user has access to.
Security
API Key: bearerToken
Header parameter nameAuthentication
A JWT bearer token to be passed once authenticated.
Query parameters
name
string
App config name
description
string
App config description.
image_id
string (uuid)
Search configurations for given image id
filter
string
Filter to use for items, currently supports labels, syntax: {"labels":{"key1":"value1","key2":"value2"}}
limit
integer
Maximum numbers of app configs to return.
offset
integer
Number of app configs to skip from start.
Responses
200
Search result for app config objects.
object
metadata
object (SearchMetadata)
page
integer
Current page number
pages
integer
Total pages as per the item counts and page limit.
limit
integer
Number of items to limit in a page.
total_count
integer
Total number of unfiltered items.
filtered_count
integer
Total number of items as per the current filter.
items
Array of object (ApplicationConfigResponse)
object
config_id
string
created_at
integer (int64)
updated_at
integer (int64)
name
string
description
string
app_config
object
property*
object (ApplicationConfigContents) additionalProperties
contents
string
labels
object
property*
string additionalProperties
ports
Array of string
string
zone
object (VersionedZoneId)
id
string (uuid)
version
integer (int64)
group_id
string (uuid)