POST | /sla/save |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
appid | body | int | No | |
description | body | string | No | |
expirationoff | body | bool | No | |
scheduleoff | body | bool | No | |
slpid | body | int | No | |
sltid | body | int | No | |
id | body | int | No | |
orgName | body | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
sessionId | form | string | No | |
datacenterLocation | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /sla/save HTTP/1.1
Host: n3tapi.palmettovdc.com
Accept: text/csv
Content-Type: text/csv
Content-Length: length
{"appid":0,"description":"String","expirationoff":false,"scheduleoff":false,"slpid":0,"sltid":0,"id":0,"orgName":"String","sessionId":"String","datacenterLocation":"String"}