POST | /Maintenance527 |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
DSSID | body | int | No | |
FleetmanagerID | body | int | No | |
DSSSiteName | body | string | No | |
DSSServer | body | string | No | |
Status | body | string | No | |
StatusUpdate | body | DateTime? | No | |
SSLM2MServer1 | body | bool? | No | |
SSLM2MServer2 | body | bool? | No | |
SSLM2MServer3 | body | bool? | No | |
IPSECM2MServer | body | bool? | No | |
PSAStatus | body | string | No | |
TeamViewer | body | string | No | |
DSSMonitor | body | string | No | |
DSSMaintRev | body | string | No | |
DSSSWDeploymentServer | body | bool? | No | |
MVPASStatus | body | string | No | |
OSName | body | string | No | |
Model | body | string | No | |
SystemType | body | string | No | |
OSVersion | body | string | No | |
AVSolution | body | string | No | |
AVVersion | body | string | No | |
AVInstallDate | body | string | No | |
AVOAS | body | string | No | |
AVDATStatus | body | string | No | |
AVDATDate | body | string | No | |
respstat | body | ResponseError | 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 /jsv/oneway/Maintenance527 HTTP/1.1
Host: dssserv1.onephilipsmdc.com
Content-Type: text/jsv
Content-Length: length
{
DSSID: 0,
FleetmanagerID: 0,
DSSSiteName: String,
DSSServer: String,
Status: String,
StatusUpdate: 0001-01-01,
SSLM2MServer1: False,
SSLM2MServer2: False,
SSLM2MServer3: False,
IPSECM2MServer: False,
PSAStatus: String,
TeamViewer: String,
DSSMonitor: String,
DSSMaintRev: String,
DSSSWDeploymentServer: False,
MVPASStatus: String,
OSName: String,
Model: String,
SystemType: String,
OSVersion: String,
AVSolution: String,
AVVersion: String,
AVInstallDate: String,
AVOAS: String,
AVDATStatus: String,
AVDATDate: String,
respstat:
{
ErrorCode: String,
FieldName: String,
Message: String
}
}