Field Name | Type | Description |
---|
response | Response | |
Example Request:
EDITAVAILABILITY
Host: example.com
Authorization: Basic xxxxxxxxxxxxxxxxxxx
Content-Type : nnn
{
"cmdbCi": {
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
},
"startDate":?,
"endDate":?,
"commitedUptimeDays":?,
"commitedUptimeHours":"?",
"acceptableDowntimeDays":?,
"acceptableDowntimeHours":"?",
"totalDowntimeDays":?,
"totalDowntimeHours":"?",
"totalAvailabilityPercentage":?,
"totalOutages":"?",
"commitmentAvailabilityPercentage":?,
"commiteddowntimeDays":?,
"commitedDowntimeHours":"?",
"commitmentOutages":"?",
"createdOn":?,
"archive":?,
"lastModifiedBy": {
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
},
"createdBy": {
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
},
"lastModifiedOn":?,
"uniqueId":"?",
"title":"?",
"description":"?"
}
Example Response:
{
"id":2147483647,
"response":"?"
}
createKnowledge GET Interface
Method: GET
Relative URL: business_availability/create-knowledge/id
Request Headers: Accept, Authorization
Response Headers: Content-Length, Content-Type.
Response Structure:
Field Name | Type | Description |
---|
response | Response | |
Example Request:
Example Response:
{
"id":1479815038,
"response":"?"
}