ska-low-cbf-assignresources

LOWCBF assign resources 0.1

Example JSON

{
    "interface": "https://schema.skao.int/ska-low-cbf-assignresources/0.0",
    "lowcbf": {
        "resources": [{
            "device": "fsp_01",
            "shared": true,
            "fw_image": "pst",
            "fw_mode": "unused"
        }, {
            "device": "p4_01",
            "shared": true,
            "fw_image": "p4.bin",
            "fw_mode": "p4"
        }]
    }
}

https://schema.skao.int/ska-low-cbf-assignresources/0.1

type

object

properties

  • interface

URI of JSON schema for this command’s JSON payload.

type

string

  • lowcbf

LOWCBF assign resources

type

object

properties

  • resources

array of LOWCBF resources

type

array

items

LOWCBF resources 0.1

additionalProperties

False

additionalProperties

False

LOWCBF resources 0.1

type

object

properties

  • device

Name of FSP or P4 device

type

string

  • shared

Whether device is shared with other subarrays

type

boolean

  • fw_image

Name of firmware image to load on device

type

string

default

null

  • fw_mode

Mode in which firmware runs

type

string

default

null

additionalProperties

False