Zededa EdgeApplicationInstanceStatus API

The EdgeApplicationInstanceStatus API from Zededa — 35 operation(s) for edgeapplicationinstancestatus.

Operations 36

GET /v1/apps/instances/id/{appInstanceId}/snapshot/name/{name} Query Application instance snapshot #
DELETE /v1/apps/instances/id/{appInstanceId}/snapshot/name/{name} Delete Application instance snapshot #
GET /v1/apps/instances/id/{id}/flowlog/classification Get edge application instance network traffic flow log #
GET /v1/apps/instances/id/{id}/flowlog/toptalkers Get edge application instance top talkers of the network traffic flows #
GET /v1/apps/instances/id/{id}/logs Get edge application instance log #
GET /v1/apps/instances/id/{id}/opaque-status Get patch envelope opaque status as base64 encoded string #
GET /v1/apps/instances/id/{id}/snapshots Query Application instance snapshots #
GET /v1/apps/instances/id/{id}/status Get edge application instance status #
GET /v1/apps/instances/id/{objid}/events Get edge application instance events by id #
GET /v1/apps/instances/id/{objid}/timeSeries/{mType} Get edge application instance resource usage timeline #
GET /v1/apps/instances/name/{name}/flowlog/classification Get edge application instance network traffic flow log #
GET /v1/apps/instances/name/{name}/flowlog/toptalkers Get edge application instance top talkers of the network traffic flows #
GET /v1/apps/instances/name/{name}/opaque-status Get patch envelope opaque status as base64 encoded string #
GET /v1/apps/instances/name/{name}/status Get edge application instance status #
GET /v1/apps/instances/name/{objname}/events Get edge application instance events by name #
GET /v1/apps/instances/name/{objname}/timeSeries/{mType} Get edge application instance resource usage timeline #
GET /v1/apps/instances/snapshot/id/{id} Query Application instance snapshot #
GET /v1/apps/instances/snapshot/id/{id}/state Query Application instance snapshot state #
GET /v1/apps/instances/status Query status of edge application instances #
GET /v1/apps/instances/status-config Query status and config of edge application instances #
GET /v1/apps/instances/tags Query Application instance tags #
GET /v2/apps/instances/id/{id}/flowlog/classification Get edge application instance network traffic flow log #
GET /v2/apps/instances/id/{id}/flowlog/toptalkers Get edge application instance top talkers of the network traffic flows #
GET /v2/apps/instances/id/{id}/logs Get edge application instance log #
GET /v2/apps/instances/id/{id}/opaque-status Get patch envelope opaque status as base64 encoded string #
GET /v2/apps/instances/id/{id}/status Get edge application instance status #
GET /v2/apps/instances/id/{objid}/events Get edge application instance events by id #
GET /v2/apps/instances/id/{objid}/timeSeries/{mType} Get edge application instance resource usage timeline #
GET /v2/apps/instances/name/{name}/flowlog/classification Get edge application instance network traffic flow log #
GET /v2/apps/instances/name/{name}/flowlog/toptalkers Get edge application instance top talkers of the network traffic flows #
GET /v2/apps/instances/name/{name}/opaque-status Get patch envelope opaque status as base64 encoded string #
GET /v2/apps/instances/name/{name}/status Get edge application instance status #
GET /v2/apps/instances/name/{objname}/events Get edge application instance events by name #
GET /v2/apps/instances/name/{objname}/timeSeries/{mType} Get edge application instance resource usage timeline #
GET /v2/apps/instances/status Query status of edge application instances #
GET /v2/apps/instances/status-config Query status and config of edge application instances #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • 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.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/zededa-edgeapplicationinstancestatus-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

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 Specification

zededa-edgeapplicationinstancestatus-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: ZEDEDA App Profiles Service AppProfileService Edge Application Instance Status 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: EdgeApplicationInstanceStatus
paths:
  /v1/apps/instances/id/{appInstanceId}/snapshot/name/{name}:
    get:
      summary: Query Application instance snapshot
      description: Returns the snapshot with the specified name and application instance
      operationId: EdgeApplicationInstanceStatus_GetAppInstanceSnapshot
      responses:
        '200':
          description: A successful response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AppInstanceSnapshot'
        '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: appInstanceId
        description: Application Instance UUID
        in: path
        required: true
        schema:
          type: string
      - name: name
        description: Snapshot name. Unique across the application instance
        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:
      - EdgeApplicationInstanceStatus
    delete:
      summary: Delete Application instance snapshot
      description: Deletes application instance snapshot with the specified name
      operationId: EdgeApplicationInstanceStatus_DeleteAppInstanceSnapshot
      responses:
        '200':
          description: A successful response.
          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: appInstanceId
        description: Application Instance UUID
        in: path
        required: true
        schema:
          type: string
      - name: name
        description: Snapshot name. Unique across the application instance
        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:
      - EdgeApplicationInstanceStatus
  /v1/apps/instances/id/{id}/flowlog/classification:
    get:
      summary: Get edge application instance network traffic flow log
      description: Get the network traffic flow log of an edge application instance as reported by the edge node where the edge application instance has been deployed.
      operationId: EdgeApplicationInstanceStatus_GetEdgeApplicationInstanceTrafficFlows
      responses:
        '200':
          description: A successful response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ClassificationResponse'
        '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
        in: path
        required: true
        schema:
          type: string
      - name: name
        in: query
        required: false
        schema:
          type: string
      - name: startTime
        in: query
        required: false
        schema:
          type: string
          format: date-time
      - name: endTime
        in: query
        required: false
        schema:
          type: string
          format: date-time
      - name: levels
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: string
            enum:
            - UNSPECIFIED
            - DIRECTION
            - ACL_ID
            - ACTION
            - PROTO
            - REMOTE_IP
            - REMOTE_PORT
            - FQDN
      - name: enterpriseId
        description: deprecated field
        in: query
        required: false
        schema:
          type: string
      - name: metric
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: direction
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: aclid
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: action
        in: query
        required: false
        schema:
          type: string
          enum:
          - FLOW_LOG_ACTION_UNSPECIFIED
          - FLOW_LOG_ACTION_DROP
          - FLOW_LOG_ACTION_ACCEPT
          default: FLOW_LOG_ACTION_UNSPECIFIED
      - name: proto
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: remoteip
        in: query
        required: false
        schema:
          type: string
      - name: remoteport
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: fqdn
        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:
      - EdgeApplicationInstanceStatus
      externalDocs:
        description: ZEDEDA Product Documentation
        url: https://docs.zededa.com/-M-8m8d8KqdLpfOgY_jo/edge-apps
  /v1/apps/instances/id/{id}/flowlog/toptalkers:
    get:
      summary: Get edge application instance top talkers of the network traffic flows
      description: Get the top talkers of the network traffic flows of an edge application instance as reported by the edge node where the edge application instance has been deployed.
      operationId: EdgeApplicationInstanceStatus_GetEdgeApplicationInstanceTopTalkers
      responses:
        '200':
          description: A successful response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/TopTalkersResponse'
        '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
        in: path
        required: true
        schema:
          type: string
      - name: name
        in: query
        required: false
        schema:
          type: string
      - name: startTime
        in: query
        required: false
        schema:
          type: string
          format: date-time
      - name: endTime
        in: query
        required: false
        schema:
          type: string
          format: date-time
      - name: metricType
        in: query
        required: false
        schema:
          type: string
          enum:
          - FLOW_LOG_METRIC_UNSPECIFIED
          - FLOW_LOG_METRIC_BYTES
          - FLOW_LOG_METRIC_PACKETS
          default: FLOW_LOG_METRIC_UNSPECIFIED
      - name: enterpriseId
        in: query
        required: false
        schema:
          type: string
      - name: Cursor.pageToken
        description: Page Token
        in: query
        required: false
        schema:
          type: string
      - name: Cursor.orderBy
        description: OrderBy helps in sorting the list response
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: string
      - name: Cursor.pageNum
        description: Page Number
        in: query
        required: false
        schema:
          type: number
          format: int64
      - name: Cursor.pageSize
        description: Defines the page size
        in: query
        required: false
        schema:
          type: number
          format: int64
      - name: Cursor.totalPages
        description: Total number of pages to be fetched.
        in: query
        required: false
        schema:
          type: number
          format: int64
      - name: X-Request-Id
        in: header
        required: false
        description: User-Agent specified id to track a request
        schema:
          type: string
      tags:
      - EdgeApplicationInstanceStatus
      externalDocs:
        description: ZEDEDA Product Documentation
        url: https://docs.zededa.com/-M-8m8d8KqdLpfOgY_jo/edge-apps
  /v1/apps/instances/id/{id}/logs:
    get:
      summary: Get edge application instance log
      description: Get the log of an edge application instance as reported by the edge node where the edge application instance has been deployed.
      operationId: EdgeApplicationInstanceStatus_GetEdgeApplicationInstanceLogs
      responses:
        '200':
          description: A successful response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AppInstanceLogsResponse'
        '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 app instance
        in: path
        required: true
        schema:
          type: string
      - name: startTime
        description: start time for querying the  app instance logs
        in: query
        required: false
        schema:
          type: string
          format: date-time
      - name: endTime
        description: entime for querying the app instacne logs
        in: query
        required: false
        schema:
          type: string
          format: date-time
      - name: interval
        description: interval at which logs needs to fetched
        in: query
        required: false
        schema:
          type: string
          format: date-time
      - name: Cursor.pageToken
        description: Page Token
        in: query
        required: false
        schema:
          type: string
      - name: Cursor.orderBy
        description: OrderBy helps in sorting the list response
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: string
      - name: Cursor.pageNum
        description: Page Number
        in: query
        required: false
        schema:
          type: number
          format: int64
      - name: Cursor.pageSize
        description: Defines the page size
        in: query
        required: false
        schema:
          type: number
          format: int64
      - name: Cursor.totalPages
        description: Total number of pages to be fetched.
        in: query
        required: false
        schema:
          type: number
          format: int64
      - name: X-Request-Id
        in: header
        required: false
        description: User-Agent specified id to track a request
        schema:
          type: string
      tags:
      - EdgeApplicationInstanceStatus
      externalDocs:
        description: ZEDEDA Product Documentation
        url: https://docs.zededa.com/-M-8m8d8KqdLpfOgY_jo/edge-apps
  /v1/apps/instances/id/{id}/opaque-status:
    get:
      summary: Get patch envelope opaque status as base64 encoded string
      description: Get the base64 encoded opaque status of patch envelope attached to edge application instance as reported by the app instance.
      operationId: EdgeApplicationInstanceStatus_GetEdgeApplicationInstanceOpaqueStatusById
      responses:
        '200':
          description: A successful response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/OpaqueAppInstanceStatus'
        '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 app instance
        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:
      - EdgeApplicationInstanceStatus
      externalDocs:
        description: ZEDEDA Product Documentation
        url: https://docs.zededa.com/-M-8m8d8KqdLpfOgY_jo/edge-apps
  /v1/apps/instances/id/{id}/snapshots:
    get:
      summary: Query Application instance snapshots
      description: Returns the list of all snapshots for the specified application instance
      operationId: EdgeApplicationInstanceStatus_GetAppInstanceSnapshots
      responses:
        '200':
          description: A successful response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AppInstSnapshotsList'
        '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: id
        description: System defined universally unique Id of the app instance
        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:
      - EdgeApplicationInstanceStatus
  /v1/apps/instances/id/{id}/status:
    get:
      summary: Get edge application instance status
      description: Get the status of an edge application instance as reported by the edge node where the edge application instance has been deployed.
      operationId: EdgeApplicationInstanceStatus_GetEdgeApplicationInstanceStatus
      responses:
        '200':
          description: A successful response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AppInstStatusMsg'
        '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 app instance
        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:
      - EdgeApplicationInstanceStatus
      externalDocs:
        description: ZEDEDA Product Documentation
        url: https://docs.zededa.com/-M-8m8d8KqdLpfOgY_jo/edge-apps
  /v1/apps/instances/id/{objid}/events:
    get:
      summary: Get edge application instance events by id
      description: Get configuration and status events of an edge application instance by id.
      operationId: EdgeApplicationInstanceStatus_GetEdgeApplicationInstanceEvents
      responses:
        '200':
          description: A successful response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/EventQueryResponse'
        '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: objid
        description: Object id
        in: path
        required: true
        schema:
          type: string
      - name: startTime
        description: start time in timestamp
        in: query
        required: false
        schema:
          type: string
          format: date-time
      - name: endTime
        description: end time
        in: query
        required: false
        schema:
          type: string
          format: date-time
      - name: severity
        description: severity
        in: query
        required: false
        schema:
          type: string
      - name: resource
        description: resource
        in: query
        required: false
        schema:
          type: string
      - 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: X-Request-Id
        in: header
        required: false
        description: User-Agent specified id to track a request
        schema:
          type: string
      tags:
      - EdgeApplicationInstanceStatus
      externalDocs:
        description: ZEDEDA Product Documentation
        url: https://docs.zededa.com/-M-8

# --- truncated at 32 KB (241 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/zededa/refs/heads/main/openapi/zededa-edgeapplicationinstancestatus-api-openapi.yml