{ "opencollection": "1.0.0", "info": { "name": "ZEDEDA App Profiles Service AppProfileService EdgeNetworkInstanceStatus API", "version": "1.0" }, "items": [ { "info": { "name": "EdgeNetworkInstanceStatus", "type": "folder" }, "items": [ { "info": { "name": "Get edge network instance status", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/netinsts/id/:id/status", "headers": [ { "name": "X-Request-Id", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get the status of an edge network instance as reported by the edge node where the edge network instance has been deployed." }, { "info": { "name": "Get edge network instance status", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/netinsts/name/:name/status", "headers": [ { "name": "X-Request-Id", "value": "" } ], "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Get the status of an edge network instance as reported by the edge node where the edge network instance has been deployed." }, { "info": { "name": "Query status of edge network instances", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/netinsts/status", "headers": [ { "name": "X-Request-Id", "value": "" } ], "params": [ { "name": "deviceName", "value": "", "type": "query" }, { "name": "projectName", "value": "", "type": "query" }, { "name": "namePattern", "value": "", "type": "query" }, { "name": "tags", "value": "", "type": "query" }, { "name": "runState", "value": "", "type": "query" }, { "name": "deviceNamePattern", "value": "", "type": "query" }, { "name": "projectNamePattern", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" }, { "name": "kind", "value": "", "type": "query" }, { "name": "summary", "value": "", "type": "query" }, { "name": "next.pageToken", "value": "", "type": "query", "description": "Page Token" }, { "name": "next.orderBy", "value": "", "type": "query", "description": "OrderBy helps in sorting the list response" }, { "name": "next.pageNum", "value": "", "type": "query", "description": "Page Number" }, { "name": "next.pageSize", "value": "", "type": "query", "description": "Defines the page size" }, { "name": "next.totalPages", "value": "", "type": "query", "description": "Total number of pages to be fetched." }, { "name": "fields", "value": "", "type": "query" } ] }, "docs": "Query the status of edge network instances as reported by the edge nodes where the edge network instances have been deployed." }, { "info": { "name": "Query status and config of edge network instances", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/netinsts/status-config", "headers": [ { "name": "X-Request-Id", "value": "" } ], "params": [ { "name": "deviceName", "value": "", "type": "query" }, { "name": "projectName", "value": "", "type": "query" }, { "name": "namePattern", "value": "", "type": "query" }, { "name": "tags", "value": "", "type": "query" }, { "name": "runState", "value": "", "type": "query" }, { "name": "deviceNamePattern", "value": "", "type": "query" }, { "name": "projectNamePattern", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" }, { "name": "kind", "value": "", "type": "query" }, { "name": "summary", "value": "", "type": "query" }, { "name": "next.pageToken", "value": "", "type": "query", "description": "Page Token" }, { "name": "next.orderBy", "value": "", "type": "query", "description": "OrderBy helps in sorting the list response" }, { "name": "next.pageNum", "value": "", "type": "query", "description": "Page Number" }, { "name": "next.pageSize", "value": "", "type": "query", "description": "Defines the page size" }, { "name": "next.totalPages", "value": "", "type": "query", "description": "Total number of pages to be fetched." }, { "name": "fields", "value": "", "type": "query" } ] }, "docs": "Query the status and config of edge network instances as reported by the edge nodes where the edge network instances have been deployed." }, { "info": { "name": "Query Network instance tags", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/netinsts/tags", "headers": [ { "name": "X-Request-Id", "value": "" } ], "params": [ { "name": "next.pageToken", "value": "", "type": "query", "description": "Page Token" }, { "name": "next.orderBy", "value": "", "type": "query", "description": "OrderBy helps in sorting the list response" }, { "name": "next.pageNum", "value": "", "type": "query", "description": "Page Number" }, { "name": "next.pageSize", "value": "", "type": "query", "description": "Defines the page size" }, { "name": "next.totalPages", "value": "", "type": "query", "description": "Total number of pages to be fetched." } ] }, "docs": "Netork instance tags LIST API is to fetch the interfaces tags attached to app instances." } ] } ], "bundled": true }