ska-mid-cbf-setresourceadminmode 1.0

Mid.CBF SetResourceAdminMode schema 1.0

Example (Mid.CBF SetResourceAdminMode Parameters)

{
    "interface": "https://schema.skao.int/ska-midcbf-setresourceadminmode/1.0",
    "admin_mode": "ENGINEERING",
    "fsp_unit_ids": [1, 2, 3, 4],
    "vcc_unit_ids": [1, 2]
}

https://schema.skao.int/ska-mid-cbf-setresourceadminmode/1.0

type

object

properties

  • interface

URI of JSON schema applicable to this JSON payload.

type

string

  • admin_mode

The the value to set for the adminMode attribute on the given FSP and VCC Units. Values must match those for the AdminMode enumeration of the SKA-Control-Model.

See: SKA-Control-Model Documentation

Range:

Enumeration value that is one of:

ONLINE
OFFLINE
ENGINEERING
NOT_FITTED

type

string

  • fsp_unit_ids

The IDs of the FSP Units to set admin mode on. This will set all FSP resources assigned to the FSP Unit to that admin mode as well.

Note: FSP resources must not be assigned to a subarray when setting the FSP Unit admin mode to ENGINEERING

Range:

  • Array length: length of 1-26 inclusive

  • Array values: Integer from 1-27 inclusive

At least one of fsp_unit_ids or vcc_unit_ids is required.

type

array

default

null

items

type

integer

  • vcc_unit_ids

The IDs of the VCC Units to set admin mode on. This will set all VCC resources assigned to the VCC Unit to that admin mode as well.

Note: VCC resources must not be assigned to a subarray when setting the VCC Unit admin mode to ENGINEERING.

Range:

  • Array length: length of 1-33 inclusive

  • Array values: Integer from 1-33 inclusive

At least one of fsp_unit_ids or vcc_unit_ids is required.

Note:

  • AA4 will consist of 33 VCC Units (197 receptors)

  • AA* will consist of 24 VCC Units (144 receptors)

type

array

default

null

items

type

integer

additionalProperties

True