Skip to main content

ListCuratedPacksOutBody

data object[]nullablerequired
  • Array [
  • categorystringrequired
    config object
    connections object[]nullablerequired
  • Array [
  • fromstringrequired
    tostringrequired
  • ]
  • kubernetes_context object
    workloads object
    property name* WorkloadContext
    high_availabilityboolean
    priority_class_namestring
    replicasinteger<int32>
    tolerate_taintsboolean
    nodes object[]nullablerequired
  • Array [
  • activestring[]nullablerequired
    configrequired
    credential_refstring
    inputsstring[]nullable
    multiprocessorstring
    namestringrequired
    node_refstringrequired
    outputsstring[]nullable
    pack_refstring
    pack_versionstring
    supported_platformsstring[]nullable
    supportsstring[]nullablerequired
    template_refstring
    typestringrequired
  • ]
  • descriptionstringrequired
    display_namestringrequired
    inputsstring[]nullable
    namestringrequired
    outputsstring[]nullable
    processors_countinteger<int64>required
    sources_countinteger<int64>required
    subscribedbooleanrequired
    supportsstring[]nullable
    tagsstring[]nullablerequired
    uuidstring
    versionstringrequired
  • ]
  • pagination objectrequired
    current_pageinteger<int64>required
    per_pageinteger<int64>required
    total_countinteger<int64>required
    total_pagesinteger<int64>required
    ListCuratedPacksOutBody
    {
    "data": [
    {
    "category": "string",
    "config": {
    "connections": [
    {
    "from": "string",
    "to": "string"
    }
    ],
    "kubernetes_context": {
    "workloads": {}
    },
    "nodes": [
    {
    "active": [
    "string"
    ],
    "config": {},
    "credential_ref": "string",
    "inputs": [
    "string"
    ],
    "multiprocessor": "string",
    "name": "string",
    "node_ref": "string",
    "outputs": [
    "string"
    ],
    "pack_ref": "string",
    "pack_version": "string",
    "supported_platforms": [
    "string"
    ],
    "supports": [
    "string"
    ],
    "template_ref": "string",
    "type": "string"
    }
    ]
    },
    "description": "string",
    "display_name": "string",
    "inputs": [
    "string"
    ],
    "name": "string",
    "outputs": [
    "string"
    ],
    "processors_count": 0,
    "sources_count": 0,
    "subscribed": true,
    "supports": [
    "string"
    ],
    "tags": [
    "string"
    ],
    "uuid": "string",
    "version": "string"
    }
    ],
    "pagination": {
    "current_page": 0,
    "per_page": 0,
    "total_count": 0,
    "total_pages": 0
    }
    }