interface SlaInformationDto {
    _links?: SelfLinkDto;
    completedCycles?: SlaInformationCompletedCycleDto[];
    id?: string;
    name?: string;
    ongoingCycle?: SlaInformationOngoingCycleDto;
    slaDisplayFormat?: string;
}

Properties

_links?: SelfLinkDto

REST API URL for the SLA.

List of completed cycles for the SLA.

id?: string

ID of the Service Level Agreement (SLA).

name?: string

Description of the SLA.

Details of the active cycle for the SLA.

slaDisplayFormat?: string

Format in which SLA is to be displayed in the UI