/  Yamcs HTTP API  /  Sdls  /  Set Spis

Set SpisΒΆ

Set the SPIs used by a VC to one or more SPIs. Only valid for incoming links.

URI Template

PUT /api/sdls/{instance}/{linkName}/{vcId}/spis
{instance}

The Yamcs instance

{linkName}

The name of the encrypted link

{vcId}

The vcId to modify

Request Body

interface SetSpisRequestBody {

  // The desired SPIs
  spis: number[];
}