# NG SLOs

This contains APIs related to CRUD operations of SLOs (simple & composite)

## Get SLO data

 - [GET /cv/api/account/{accountIdentifier}/org/{orgIdentifier}/project/{projectIdentifier}/slo/v2/identifier/{identifier}](https://apidocs.harness.io/ng-slos/getservicelevelobjectiveng.md)

## Update SLO data

 - [PUT /cv/api/account/{accountIdentifier}/org/{orgIdentifier}/project/{projectIdentifier}/slo/v2/identifier/{identifier}](https://apidocs.harness.io/ng-slos/updateslodatang.md)

## Delete SLO data

 - [DELETE /cv/api/account/{accountIdentifier}/org/{orgIdentifier}/project/{projectIdentifier}/slo/v2/identifier/{identifier}](https://apidocs.harness.io/ng-slos/deleteslodatang.md)

## Get onBoarding graph for composite slo

 - [POST /cv/api/account/{accountIdentifier}/org/{orgIdentifier}/project/{projectIdentifier}/slo/v2/composite-slo/onboarding-graph](https://apidocs.harness.io/ng-slos/getonboardinggraphng.md)

## Get SLO list view

 - [POST /cv/api/account/{accountIdentifier}/org/{orgIdentifier}/project/{projectIdentifier}/slo/v2/status-list](https://apidocs.harness.io/ng-slos/getslohealthlistviewng.md)

## Get all SLOs

 - [GET /cv/api/account/{accountIdentifier}/org/{orgIdentifier}/project/{projectIdentifier}/slo/v2](https://apidocs.harness.io/ng-slos/getservicelevelobjectivesng.md)

## Saves SLO data

 - [POST /cv/api/account/{accountIdentifier}/org/{orgIdentifier}/project/{projectIdentifier}/slo/v2](https://apidocs.harness.io/ng-slos/saveslodatang.md)

