POST /a/config/encryption/list

List registered master keys

Body Parameters

Name Description Type Required
All boolean

Body Example

{
  "All": true
}

Response Example (200)

Response Type /definitions/encryptionAdminListKeysResponse

{
  "Keys": [
    {
      "Content": "string",
      "CreationDate": 10,
      "ID": "string",
      "Info": {
        "Exports": [
          {
            "By": "string",
            "Date": 10
          }
        ],
        "Imports": [
          {
            "By": "string",
            "Date": 10
          }
        ]
      },
      "Label": "string",
      "Owner": "string"
    }
  ]
}
Auto generated by Pydio Cells Enterprise Distribution v4.3.1 on 14-Nov-2023
Back to top