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"
}]
}
}
type |
object |
||||
properties |
|||||
|
URI of JSON schema for this command’s JSON payload. |
||||
type |
string |
||||
|
LOWCBF resources |
||||
type |
object |
||||
properties |
|||||
|
array of LOWCBF resources |
||||
type |
array |
||||
items |
type |
object |
|||
properties |
|||||
|
Name of FSP or P4 device |
||||
type |
string |
||||
|
Whether device is shared with other subarrays |
||||
type |
boolean |
||||
|
Name of firmware image to load on device |
||||
type |
string |
||||
default |
null |
||||
|
Mode in which firmware runs |
||||
type |
string |
||||
default |
null |
||||
additionalProperties |
False |
||||
additionalProperties |
False |
||||
additionalProperties |
False |
||||