Zededa EdgeApplicationConfiguration API
The EdgeApplicationConfiguration API from Zededa — 8 operation(s) for edgeapplicationconfiguration.
The EdgeApplicationConfiguration API from Zededa — 8 operation(s) for edgeapplicationconfiguration.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/zededa-edgeapplicationconfiguration-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
title: ZEDEDA App Profiles Service AppProfileService Edge Application Configuration API
description: The ZEDEDA App Profiles Service is part of ZEDEDA Edge Orchestration Platform. This service enables customers to define their app profiles on ZEDEDA platform and to manage them remotely.
termsOfService: https://www.zededa.com/terms
version: '1.0'
contact:
name: ZEDEDA API Support
url: https://www.zededa.com/support
email: support@zededa.com
license:
name: Apache 2.0
url: http://www.apache.org/licenses/LICENSE-2.0.html
servers:
- url: /api
security:
- BearerToken: []
tags:
- name: EdgeApplicationConfiguration
paths:
/beta/apps:
get:
summary: Query edge application bundles
description: Query the edge application bundle records.
operationId: EdgeApplicationConfiguration_QueryBetaEdgeApplicationBundles
responses:
'200':
description: A successful response.
content:
application/json:
schema:
$ref: '#/components/schemas/AppPublicApps'
'400':
description: Bad Request. The API gateway did not process the request because of invalid value of filter parameters.
content:
application/json:
schema:
$ref: '#/components/schemas/ZsrvResponse'
'401':
description: Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.
content:
application/json:
schema:
$ref: '#/components/schemas/ZsrvResponse'
'403':
description: Forbidden. The API gateway did not process the request because the requestor does not have application level access permission for the operation or does not have access scope to the project.
content:
application/json:
schema:
$ref: '#/components/schemas/ZsrvResponse'
'500':
description: Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.
content:
application/json:
schema:
$ref: '#/components/schemas/ZsrvResponse'
'504':
description: Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.
content:
application/json:
schema:
$ref: '#/components/schemas/ZsrvResponse'
default:
description: An unexpected error response.
content:
application/json:
schema:
$ref: '#/components/schemas/googlerpcStatus'
parameters:
- name: namePattern
description: 'query param : "name-pattern" . Search * namePattern * in name field to filter records'
in: query
required: false
schema:
type: string
- name: originType
description: origin of bundle
in: query
required: false
schema:
type: integer
format: int64
- name: category
description: category type of the bundle
in: query
required: false
schema:
type: string
- name: summary
description: Only summary of the records required
in: query
required: false
schema:
type: boolean
- name: appType
description: 'app type, eg: vm, container, module'
in: query
required: false
schema:
type: string
enum:
- APP_TYPE_UNSPECIFIED
- APP_TYPE_VM
- APP_TYPE_VM_RUNTIME
- APP_TYPE_CONTAINER
- APP_TYPE_MODULE
- APP_TYPE_DOCKER_COMPOSE
default: APP_TYPE_UNSPECIFIED
- name: deploymentType
description: 'type of deployment for the app, eg: azure, k3s, standalone'
in: query
required: false
schema:
type: string
enum:
- DEPLOYMENT_TYPE_UNSPECIFIED
- DEPLOYMENT_TYPE_STAND_ALONE
- DEPLOYMENT_TYPE_AZURE
- DEPLOYMENT_TYPE_K3S
- DEPLOYMENT_TYPE_AWS
- DEPLOYMENT_TYPE_K3S_AZURE
- DEPLOYMENT_TYPE_K3S_AWS
- DEPLOYMENT_TYPE_VMWARE_VCE
- DEPLOYMENT_TYPE_VMWARE_TKG_ATTACH
- DEPLOYMENT_TYPE_DOCKER_RUNTIME
default: DEPLOYMENT_TYPE_UNSPECIFIED
- name: appCategory
description: "category types of the bundle\n\n - APP_CATEGORY_UNSPECIFIED: Invalid Edge Application Category\n - APP_CATEGORY_OPERATING_SYSTEM: Edge operating systems\n - APP_CATEGORY_INDUSTRIAL: Connectity solution for industrial protocols\n - APP_CATEGORY_EDGE_APPLICATION: Edge application framework featuring composite functions for data ingestion, buffering, analytics and export\n - APP_CATEGORY_NETWORKING: Edge networking services (e.g. SD-WAN, NFV)\n - APP_CATEGORY_SECURITY: Edge security services (e.g. protocol inspection, firewall)\n - APP_CATEGORY_DATA_ANALYTICS: Edge analytics (e.g. AI/ML) and data management (e.g. database, connectors) services\n - APP_CATEGORY_CLOUD_APPLICATION: Edge application runtimes, cloud connectivity and general application enablement\n - APP_CATEGORY_DEVOPS: Tools for Edge Application CI/CD and performance optimization\n - APP_CATEGORY_OTHERS: Miscellaneous functionality"
in: query
required: false
style: form
explode: true
schema:
type: array
items:
type: string
enum:
- APP_CATEGORY_UNSPECIFIED
- APP_CATEGORY_OPERATING_SYSTEM
- APP_CATEGORY_INDUSTRIAL
- APP_CATEGORY_EDGE_APPLICATION
- APP_CATEGORY_NETWORKING
- APP_CATEGORY_SECURITY
- APP_CATEGORY_DATA_ANALYTICS
- APP_CATEGORY_CLOUD_APPLICATION
- APP_CATEGORY_DEVOPS
- APP_CATEGORY_OTHERS
- name: next.pageToken
description: Page Token
in: query
required: false
schema:
type: string
- name: next.orderBy
description: OrderBy helps in sorting the list response
in: query
required: false
style: form
explode: true
schema:
type: array
items:
type: string
- name: next.pageNum
description: Page Number
in: query
required: false
schema:
type: number
format: int64
- name: next.pageSize
description: Defines the page size
in: query
required: false
schema:
type: number
format: int64
- name: next.totalPages
description: Total number of pages to be fetched.
in: query
required: false
schema:
type: number
format: int64
- name: titlePattern
description: 'query param : "title-pattern" . Search * titlePattern * in name field to filter records'
in: query
required: false
schema:
type: string
- name: X-Request-Id
in: header
required: false
description: User-Agent specified id to track a request
schema:
type: string
tags:
- EdgeApplicationConfiguration
externalDocs:
description: ZEDEDA Product Documentation
url: https://docs.zededa.com/-M-8m8d8KqdLpfOgY_jo/edge-apps
/v1/apps:
get:
summary: Query edge application bundles
description: Query the edge application bundle records.
operationId: EdgeApplicationConfiguration_QueryEdgeApplicationBundles
responses:
'200':
description: A successful response.
content:
application/json:
schema:
$ref: '#/components/schemas/Apps'
'400':
description: Bad Request. The API gateway did not process the request because of invalid value of filter parameters.
content:
application/json:
schema:
$ref: '#/components/schemas/ZsrvResponse'
'401':
description: Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.
content:
application/json:
schema:
$ref: '#/components/schemas/ZsrvResponse'
'403':
description: Forbidden. The API gateway did not process the request because the requestor does not have application level access permission for the operation or does not have access scope to the project.
content:
application/json:
schema:
$ref: '#/components/schemas/ZsrvResponse'
'500':
description: Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.
content:
application/json:
schema:
$ref: '#/components/schemas/ZsrvResponse'
'504':
description: Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.
content:
application/json:
schema:
$ref: '#/components/schemas/ZsrvResponse'
default:
description: An unexpected error response.
content:
application/json:
schema:
$ref: '#/components/schemas/googlerpcStatus'
parameters:
- name: namePattern
description: 'query param : "name-pattern" . Search * namePattern * in name field to filter records'
in: query
required: false
schema:
type: string
- name: originType
description: origin of bundle
in: query
required: false
schema:
type: integer
format: int64
- name: category
description: category type of the bundle
in: query
required: false
schema:
type: string
- name: summary
description: Only summary of the records required
in: query
required: false
schema:
type: boolean
- name: appType
description: 'app type, eg: vm, container, module'
in: query
required: false
schema:
type: string
enum:
- APP_TYPE_UNSPECIFIED
- APP_TYPE_VM
- APP_TYPE_VM_RUNTIME
- APP_TYPE_CONTAINER
- APP_TYPE_MODULE
- APP_TYPE_DOCKER_COMPOSE
default: APP_TYPE_UNSPECIFIED
- name: deploymentType
description: 'type of deployment for the app, eg: azure, k3s, standalone'
in: query
required: false
schema:
type: string
enum:
- DEPLOYMENT_TYPE_UNSPECIFIED
- DEPLOYMENT_TYPE_STAND_ALONE
- DEPLOYMENT_TYPE_AZURE
- DEPLOYMENT_TYPE_K3S
- DEPLOYMENT_TYPE_AWS
- DEPLOYMENT_TYPE_K3S_AZURE
- DEPLOYMENT_TYPE_K3S_AWS
- DEPLOYMENT_TYPE_VMWARE_VCE
- DEPLOYMENT_TYPE_VMWARE_TKG_ATTACH
- DEPLOYMENT_TYPE_DOCKER_RUNTIME
default: DEPLOYMENT_TYPE_UNSPECIFIED
- name: appCategory
description: "category types of the bundle\n\n - APP_CATEGORY_UNSPECIFIED: Invalid Edge Application Category\n - APP_CATEGORY_OPERATING_SYSTEM: Edge operating systems\n - APP_CATEGORY_INDUSTRIAL: Connectity solution for industrial protocols\n - APP_CATEGORY_EDGE_APPLICATION: Edge application framework featuring composite functions for data ingestion, buffering, analytics and export\n - APP_CATEGORY_NETWORKING: Edge networking services (e.g. SD-WAN, NFV)\n - APP_CATEGORY_SECURITY: Edge security services (e.g. protocol inspection, firewall)\n - APP_CATEGORY_DATA_ANALYTICS: Edge analytics (e.g. AI/ML) and data management (e.g. database, connectors) services\n - APP_CATEGORY_CLOUD_APPLICATION: Edge application runtimes, cloud connectivity and general application enablement\n - APP_CATEGORY_DEVOPS: Tools for Edge Application CI/CD and performance optimization\n - APP_CATEGORY_OTHERS: Miscellaneous functionality"
in: query
required: false
style: form
explode: true
schema:
type: array
items:
type: string
enum:
- APP_CATEGORY_UNSPECIFIED
- APP_CATEGORY_OPERATING_SYSTEM
- APP_CATEGORY_INDUSTRIAL
- APP_CATEGORY_EDGE_APPLICATION
- APP_CATEGORY_NETWORKING
- APP_CATEGORY_SECURITY
- APP_CATEGORY_DATA_ANALYTICS
- APP_CATEGORY_CLOUD_APPLICATION
- APP_CATEGORY_DEVOPS
- APP_CATEGORY_OTHERS
- name: next.pageToken
description: Page Token
in: query
required: false
schema:
type: string
- name: next.orderBy
description: OrderBy helps in sorting the list response
in: query
required: false
style: form
explode: true
schema:
type: array
items:
type: string
- name: next.pageNum
description: Page Number
in: query
required: false
schema:
type: number
format: int64
- name: next.pageSize
description: Defines the page size
in: query
required: false
schema:
type: number
format: int64
- name: next.totalPages
description: Total number of pages to be fetched.
in: query
required: false
schema:
type: number
format: int64
- name: titlePattern
description: 'query param : "title-pattern" . Search * titlePattern * in name field to filter records'
in: query
required: false
schema:
type: string
- name: X-Request-Id
in: header
required: false
description: User-Agent specified id to track a request
schema:
type: string
tags:
- EdgeApplicationConfiguration
externalDocs:
description: ZEDEDA Product Documentation
url: https://docs.zededa.com/-M-8m8d8KqdLpfOgY_jo/edge-apps
post:
summary: Create edge application bundle
description: Create an edge application bundle record.
operationId: EdgeApplicationConfiguration_CreateEdgeApplicationBundle
responses:
'200':
description: A successful response.
content:
application/json:
schema:
$ref: '#/components/schemas/ZsrvResponse'
'400':
description: Bad Request. The API gateway did not process the request because of missing parameter or invalid value of parameters.
content:
application/json:
schema:
$ref: '#/components/schemas/ZsrvResponse'
'401':
description: Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.
content:
application/json:
schema:
$ref: '#/components/schemas/ZsrvResponse'
'403':
description: Forbidden. The API gateway did not process the request because the requestor does not have application level access permission for the operation or does not have access scope to the project.
content:
application/json:
schema:
$ref: '#/components/schemas/ZsrvResponse'
'409':
description: Conflict. The API gateway did not process the request because this edge application record will conflict with an already existing edge application record.
content:
application/json:
schema:
$ref: '#/components/schemas/ZsrvResponse'
'500':
description: Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.
content:
application/json:
schema:
$ref: '#/components/schemas/ZsrvResponse'
'504':
description: Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.
content:
application/json:
schema:
$ref: '#/components/schemas/ZsrvResponse'
default:
description: An unexpected error response.
content:
application/json:
schema:
$ref: '#/components/schemas/googlerpcStatus'
parameters:
- name: X-Request-Id
in: header
required: false
description: User-Agent specified id to track a request
schema:
type: string
tags:
- EdgeApplicationConfiguration
externalDocs:
description: ZEDEDA Product Documentation
url: https://docs.zededa.com/-M-8m8d8KqdLpfOgY_jo/edge-apps
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/App'
required: true
/v1/apps/global:
get:
summary: Query global edge application bundles
description: Query the edge application bundle records present in the parent enetrprise
operationId: EdgeApplicationConfiguration_QueryGlobalEdgeApplicationBundles
responses:
'200':
description: A successful response.
content:
application/json:
schema:
$ref: '#/components/schemas/Apps'
'400':
description: Bad Request. The API gateway did not process the request because of invalid value of filter parameters.
content:
application/json:
schema:
$ref: '#/components/schemas/ZsrvResponse'
'401':
description: Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.
content:
application/json:
schema:
$ref: '#/components/schemas/ZsrvResponse'
'403':
description: Forbidden. The API gateway did not process the request because the requestor does not have application level access permission for the operation or does not have access scope to the project.
content:
application/json:
schema:
$ref: '#/components/schemas/ZsrvResponse'
'500':
description: Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.
content:
application/json:
schema:
$ref: '#/components/schemas/ZsrvResponse'
'504':
description: Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.
content:
application/json:
schema:
$ref: '#/components/schemas/ZsrvResponse'
default:
description: An unexpected error response.
content:
application/json:
schema:
$ref: '#/components/schemas/googlerpcStatus'
parameters:
- name: namePattern
description: 'query param : "name-pattern" . Search * namePattern * in name field to filter records'
in: query
required: false
schema:
type: string
- name: originType
description: origin of bundle
in: query
required: false
schema:
type: integer
format: int64
- name: category
description: category type of the bundle
in: query
required: false
schema:
type: string
- name: summary
description: Only summary of the records required
in: query
required: false
schema:
type: boolean
- name: appType
description: 'app type, eg: vm, container, module'
in: query
required: false
schema:
type: string
enum:
- APP_TYPE_UNSPECIFIED
- APP_TYPE_VM
- APP_TYPE_VM_RUNTIME
- APP_TYPE_CONTAINER
- APP_TYPE_MODULE
- APP_TYPE_DOCKER_COMPOSE
default: APP_TYPE_UNSPECIFIED
- name: deploymentType
description: 'type of deployment for the app, eg: azure, k3s, standalone'
in: query
required: false
schema:
type: string
enum:
- DEPLOYMENT_TYPE_UNSPECIFIED
- DEPLOYMENT_TYPE_STAND_ALONE
- DEPLOYMENT_TYPE_AZURE
- DEPLOYMENT_TYPE_K3S
- DEPLOYMENT_TYPE_AWS
- DEPLOYMENT_TYPE_K3S_AZURE
- DEPLOYMENT_TYPE_K3S_AWS
- DEPLOYMENT_TYPE_VMWARE_VCE
- DEPLOYMENT_TYPE_VMWARE_TKG_ATTACH
- DEPLOYMENT_TYPE_DOCKER_RUNTIME
default: DEPLOYMENT_TYPE_UNSPECIFIED
- name: appCategory
description: "category types of the bundle\n\n - APP_CATEGORY_UNSPECIFIED: Invalid Edge Application Category\n - APP_CATEGORY_OPERATING_SYSTEM: Edge operating systems\n - APP_CATEGORY_INDUSTRIAL: Connectity solution for industrial protocols\n - APP_CATEGORY_EDGE_APPLICATION: Edge application framework featuring composite functions for data ingestion, buffering, analytics and export\n - APP_CATEGORY_NETWORKING: Edge networking services (e.g. SD-WAN, NFV)\n - APP_CATEGORY_SECURITY: Edge security services (e.g. protocol inspection, firewall)\n - APP_CATEGORY_DATA_ANALYTICS: Edge analytics (e.g. AI/ML) and data management (e.g. database, connectors) services\n - APP_CATEGORY_CLOUD_APPLICATION: Edge application runtimes, cloud connectivity and general application enablement\n - APP_CATEGORY_DEVOPS: Tools for Edge Application CI/CD and performance optimization\n - APP_CATEGORY_OTHERS: Miscellaneous functionality"
in: query
required: false
style: form
explode: true
schema:
type: array
items:
type: string
enum:
- APP_CATEGORY_UNSPECIFIED
- APP_CATEGORY_OPERATING_SYSTEM
- APP_CATEGORY_INDUSTRIAL
- APP_CATEGORY_EDGE_APPLICATION
- APP_CATEGORY_NETWORKING
- APP_CATEGORY_SECURITY
- APP_CATEGORY_DATA_ANALYTICS
- APP_CATEGORY_CLOUD_APPLICATION
- APP_CATEGORY_DEVOPS
- APP_CATEGORY_OTHERS
- name: next.pageToken
description: Page Token
in: query
required: false
schema:
type: string
- name: next.orderBy
description: OrderBy helps in sorting the list response
in: query
required: false
style: form
explode: true
schema:
type: array
items:
type: string
- name: next.pageNum
description: Page Number
in: query
required: false
schema:
type: number
format: int64
- name: next.pageSize
description: Defines the page size
in: query
required: false
schema:
type: number
format: int64
- name: next.totalPages
description: Total number of pages to be fetched.
in: query
required: false
schema:
type: number
format: int64
- name: titlePattern
description: 'query param : "title-pattern" . Search * titlePattern * in name field to filter records'
in: query
required: false
schema:
type: string
- name: X-Request-Id
in: header
required: false
description: User-Agent specified id to track a request
schema:
type: string
tags:
- EdgeApplicationConfiguration
externalDocs:
description: ZEDEDA Product Documentation
url: https://docs.zededa.com/-M-8m8d8KqdLpfOgY_jo/edge-apps
/v1/apps/global/id/{id}:
get:
summary: Get global edge application bundle
description: Get the configuration (without security details) of a global edge application bundle record.
operationId: EdgeApplicationConfiguration_GetGlobalEdgeApplicationBundle
responses:
'200':
description: A successful response.
content:
application/json:
schema:
$ref: '#/components/schemas/App'
'401':
description: Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.
content:
application/json:
schema:
$ref: '#/components/schemas/ZsrvResponse'
'403':
description: Forbidden. The API gateway did not process the request because the requestor does not have application level access permission for the operation or does not have access scope to the project.
content:
application/json:
schema:
$ref: '#/components/schemas/ZsrvResponse'
'404':
description: Not Found. The API gateway did not process the request because the requested resource could not be found.
content:
application/json:
schema:
$ref: '#/components/schemas/ZsrvResponse'
'500':
description: Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.
content:
application/json:
schema:
$ref: '#/components/schemas/ZsrvResponse'
'504':
description: Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.
content:
application/json:
schema:
$ref: '#/components/schemas/ZsrvResponse'
default:
description: An unexpected error response.
content:
application/json:
schema:
$ref: '#/components/schemas/googlerpcStatus'
parameters:
- name: id
description: System defined universally unique Id of the edge application
in: path
required: true
schema:
type: string
- name: X-Request-Id
in: header
required: false
description: User-Agent specified id to track a request
schema:
type: string
tags:
- EdgeApplicationConfiguration
externalDocs:
description: ZEDEDA Product Documentation
url: https://docs.zededa.com/-M-8m8d8KqdLpfOgY_jo/edge-apps
/v1/apps/global/name/{name}:
get:
summary: Get global edge application bundle
description: Get the configuration (without security details) of a global edge application bundle record.
operationId: EdgeApplicationConfiguration_GetGlobalEdgeApplicationBundleByName
responses:
'200':
description: A successful response.
content:
application/json:
schema:
$ref: '#/components/schemas/App'
'401':
description: Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.
content:
application/json:
schema:
$ref: '#/components/schemas/ZsrvResponse'
'403':
description: Forbidden. The API gateway did not process the request because the requestor does not have application level access permission for the operation or does not have access scope to the project.
content:
application/json:
schema:
$ref: '#/components/schemas/ZsrvResponse'
'404':
description: Not Found. The API gateway did not process the request because the requested resource could not be found.
content:
application/json:
schema:
$ref: '#/components/schemas/ZsrvResponse'
'500':
description: Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.
content:
application/json:
schema:
$ref: '#/components/schemas/ZsrvResponse'
'504':
description: Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.
content:
application/json:
schema:
$ref: '#/components/schemas/ZsrvResponse'
default:
description: An unexpected error response.
content:
application/json:
schema:
$ref: '#/components/schemas/googlerpcStatus'
parameters:
- name: name
description: User defined name of the edge application, unique across the enterprise. Once object is created, name can’t be changed
in: path
required: true
schema:
type: string
- name: X-Request-Id
in: header
required: false
description: User-Agent specified id to track a request
schema:
type: string
tags:
- EdgeApplicationConfiguration
externalDocs:
description: ZEDEDA Product Documentation
url: https://docs.zededa.com/-M-8m8d8KqdLpfOgY_jo/edge-apps
/v1/apps/id/{id}:
get:
summary: Get edge application bundle
description: Get the configuration (without security details) of an edge application bundle record.
operationId: EdgeApplicationConfiguration_GetEdgeApplicationBundle
responses:
'200':
description: A successful response.
content:
application/json:
schema:
$ref: '#/components/schemas/App'
'401':
description: Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.
content:
application/json:
schema:
$ref: '#/components/schemas/ZsrvResponse'
'403':
description: Forbidden. The API gateway did not process the request because the requestor does not have application level access permission for the operation or does not have access scope to the project.
content:
application/json:
schema:
$ref: '#/components/schemas/ZsrvResponse'
'404':
description: Not Found. The API gateway did not process the request because the requested resource could not be found.
content:
application/json:
schema:
$ref: '#/components/schemas/ZsrvResponse'
'500':
description: Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.
content:
application/json:
schema:
$ref: '#/components/schemas/ZsrvResponse'
'504':
description: Gateway Timeout. The API gateway did not receive a timely response from an upstream
# --- truncated at 32 KB (95 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/zededa/refs/heads/main/openapi/zededa-edgeapplicationconfiguration-api-openapi.yml