v51

OpenAPI 3.0.0EUPLraw.githubusercontent.com2026-08-01133591927.1 KB
South Connectors

Get south connector by ID

Retrieves a specific south connector by its unique identifier

get/api/south/{southId}

Path parameters

southIdstring required

Response

The south connector object

OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR

Example response

{
  "id": "entity123",
  "createdBy": {
    "id": "abc123",
    "friendlyName": "John Doe (john.doe)"
  },
  "updatedBy": {
    "id": "abc123",
    "friendlyName": "John Doe (john.doe)"
  },
  "createdAt": "2023-10-31T12:34:56.789Z",
  "updatedAt": "2023-10-31T12:34:56.789Z",
  "name": "Production Data Files",
  "type": "folder-scanner",
  "description": "Scans production data CSV files",
  "enabled": true,
  "items": [
    {
      "id": "entity123",
      "createdBy": {
        "id": "abc123",
        "friendlyName": "John Doe (john.doe)"
      },
      "updatedBy": {
        "id": "abc123",
        "friendlyName": "John Doe (john.doe)"
      },
      "createdAt": "2023-10-31T12:34:56.789Z",
      "updatedAt": "2023-10-31T12:34:56.789Z",
      "name": "Temperature Logs",
      "enabled": true,
      "scanMode": {
        "id": "entity123",
        "createdBy": {
          "id": "abc123",
          "friendlyName": "John Doe (john.doe)"
        },
        "updatedBy": {
          "id": "abc123",
          "friendlyName": "John Doe (john.doe)"
        },
        "createdAt": "2023-10-31T12:34:56.789Z",
        "updatedAt": "2023-10-31T12:34:56.789Z",
        "name": "Daily Backup Scan",
        "description": "Scans for new backup data every day at midnight",
        "cron": "0 0 * * *"
      },
      "group": {
        "id": "entity123",
        "createdBy": {
          "id": "abc123",
          "friendlyName": "John Doe (john.doe)"
        },
        "updatedBy": {
          "id": "abc123",
          "friendlyName": "John Doe (john.doe)"
        },
        "createdAt": "2023-10-31T12:34:56.789Z",
        "updatedAt": "2023-10-31T12:34:56.789Z",
        "standardSettings": {
          "scanMode": {
            "id": "entity123",
            "createdBy": {
              "id": "abc123",
              "friendlyName": "John Doe (john.doe)"
            },
            "updatedBy": {
              "id": "abc123",
              "friendlyName": "John Doe (john.doe)"
            },
            "createdAt": "2023-10-31T12:34:56.789Z",
            "updatedAt": "2023-10-31T12:34:56.789Z",
            "name": "Daily Backup Scan",
            "description": "Scans for new backup data every day at midnight",
            "cron": "0 0 * * *"
          },
          "name": "Production Line A"
        },
        "historySettings": {
          "readDelay": 200,
          "maxReadInterval": 3600,
          "overlap": 1000
        }
      },
      "syncWithGroup": true,
      "maxReadInterval": 3600,
      "readDelay": 200,
      "overlap": 1000
    }
  ],
  "groups": [
    {
      "id": "entity123",
      "createdBy": {
        "id": "abc123",
        "friendlyName": "John Doe (john.doe)"
      },
      "updatedBy": {
        "id": "abc123",
        "friendlyName": "John Doe (john.doe)"
      },
      "createdAt": "2023-10-31T12:34:56.789Z",
      "updatedAt": "2023-10-31T12:34:56.789Z",
      "standardSettings": {
        "scanMode": {
          "id": "entity123",
          "createdBy": {
            "id": "abc123",
            "friendlyName": "John Doe (john.doe)"
          },
          "updatedBy": {
            "id": "abc123",
            "friendlyName": "John Doe (john.doe)"
          },
          "createdAt": "2023-10-31T12:34:56.789Z",
          "updatedAt": "2023-10-31T12:34:56.789Z",
          "name": "Daily Backup Scan",
          "description": "Scans for new backup data every day at midnight",
          "cron": "0 0 * * *"
        },
        "name": "Production Line A"
      },
      "historySettings": {
        "readDelay": 200,
        "maxReadInterval": 3600,
        "overlap": 1000
      }
    }
  ]
}