Data - Retrieve SLAs
Yapılandırılan SLA'ları alır
GET http://<Servername>/OperationsManager/data/slas
Yanıtlar
| Name | Tür | Description |
|---|---|---|
| 200 OK |
SLA[] |
TAMAM. SLA'lar başarıyla alındı. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
Örnekler
getSLAs
Örnek isteği
GET http://<Servername>/OperationsManager/data/slas
Örnek yanıt
[
{
"name": "Application Health SLA",
"id": "adf4713d-0d4c-3d34-a9d0-65dc19fa9693",
"managementGroupId": "ca6fef6a-1215-ede2-9f21-b2894c6d1ac4",
"managementPackName": "Microsoft System Center Application Monitoring 360 SLA",
"target": null
}
]
Tanımlar
SLA
| Name | Tür | Description |
|---|---|---|
| id |
string |
SLA Kimliği |
| managementGroupId |
string |
Yönetim grubu kimliği |
| managementPackName |
string |
/Yönetim Paketi Adı |
| name |
string |
SLA Adı |
| target |
string |
hedef |