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 .jsv suffix or ?format=jsv
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/jsv
Content-Type: text/jsv
Content-Length: length
{
appid: 0,
description: String,
expirationoff: False,
scheduleoff: False,
slpid: 0,
sltid: 0,
id: 0,
orgName: String,
sessionId: String,
datacenterLocation: String
}