GET /a/config/sites/{Filter}

List configured sites

Path Parameters

  • Filter (string, required)

Response Example (200)

Response Type /definitions/restListSitesResponse

{
  "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