You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: 'Eclipse ioFog Controller REST API Documentation',
version: '3.8.0',
description: 'A cloud-native operations controller for managing edge computing workloads, edgelet nodes, and deployments across Eclipse IoFog and Datasance PoT.'
},
servers: [
{
url: 'http://localhost:51121/api/v3'
}
],
components: {
securitySchemes: {
authToken: {
type: 'http',
scheme: 'bearer',
bearerFormat: 'JWT',
description: 'JWT token for authentication (user or agent)'