GET /a/config/sites

[Enterprise Only] List configured sites

No Parameters

Response Example (200)

Response Type /definitions/entListSitesResponse

{
  "Sites": [
    {
      "Binds": [
        "string"
      ],
      "Certificate": {
        "CellsRootCA": "string",
        "CertFile": "string",
        "KeyFile": "string"
      },
      "LetsEncrypt": {
        "AcceptEULA": true,
        "Email": "string",
        "StagingCA": true
      },
      "Maintenance": true,
      "MaintenanceConditions": [
        "string"
      ],
      "ReverseProxyURL": "string",
      "SSLRedirect": true,
      "SelfSigned": {
        "Hostnames": [
          "string"
        ]
      }
    }
  ]
}
Auto generated by Pydio Cells Enterprise Distribution v4.3.1 on 14-Nov-2023
Back to top