POST /a/config/registry

Body Parameters

Name Description Type Required
adjacentsOptions #/definitions/registryOptions
options #/definitions/registryOptions

Body Example

{
  "adjacentsOptions": {
    "actions": [
      "string"
    ],
    "ids": [
      "string"
    ],
    "metaName": "string",
    "metaValue": "string",
    "names": [
      "string"
    ],
    "ttl": "string",
    "types": [
      "string"
    ]
  },
  "options": {
    "actions": [
      "string"
    ],
    "ids": [
      "string"
    ],
    "metaName": "string",
    "metaValue": "string",
    "names": [
      "string"
    ],
    "ttl": "string",
    "types": [
      "string"
    ]
  }
}

Response Example (200)

Response Type /definitions/registryListResponse

{
  "items": [
    {
      "adjacents": [
        "[Recursive structure]"
      ],
      "dao": {
        "driver": "string",
        "dsn": "string"
      },
      "edge": {
        "vertices": [
          "string"
        ]
      },
      "generic": {
        "type": "string"
      },
      "id": "string",
      "metadata": {},
      "name": "string",
      "node": {
        "advertiseIp": "string",
        "hostname": "string",
        "ips": [
          "string"
        ],
        "machine": "string"
      },
      "server": {
        "protocol": "string"
      },
      "service": {
        "options": {
          "actions": [
            "string"
          ],
          "ids": [
            "string"
          ],
          "metaName": "string",
          "metaValue": "string",
          "names": [
            "string"
          ],
          "ttl": "string",
          "types": [
            "string"
          ]
        },
        "tags": [
          "string"
        ],
        "version": "string"
      }
    }
  ]
}
Auto generated by Pydio Cells Enterprise Distribution v4.4.0 on 3-Apr-2024
Back to top