Endpoint
/api/v2/tenants/{tenantId}/timeBoundRequests
Path Parameters
tenantIdstring
alertIdsarray
allowedStatusarray
Child Parameters
- allowedStatus.id
- allowedStatus.name
- allowedStatus.reasonsDefined
- allowedStatus.reasonsEnabled
assignedUserobject
Child Parameters
- assignedUser.email
- assignedUser.firstName
- assignedUser.id
- assignedUser.lastName
- assignedUser.loginName
- assignedUser.phoneNumber
assigneeGroupobject
Child Parameters
- assigneeGroup.description
- assigneeGroup.id
- assigneeGroup.name
- assigneeGroup.userCount
attachedRequestsarray
Attach service requests to an incident. Use the search service requests to get list of service requests in a client.
Child Parameters
- attachedRequests.id
attachmentsarray
Attach files related to the change request. Convert attachment files to byte stream with base64-encoding. The file size limit of an attachment is 50 MB.
Child Parameters
- attachments.file
- attachments.name
businessImpactobject
Child Parameters
- businessImpact.createdBy
- businessImpact.createdDate
- businessImpact.description
- (Optional) Short summary describing the business impact.
- businessImpact.name
- Business impact name.
- businessImpact.uniqueId
- businessImpact.updatedBy
- businessImpact.updatedDate
categoryobject
Add the change request under a category. Use the get API to get the list of categories.
Child Parameters
- category.id
ccstring
Cc email.
changePlanstring
Description of the change plan.
changeRequestobject
Attach a problem or change request related to the incident. Only a single change request or problem can be attached to an incident.
Child Parameters
- changeRequest.id
changeTypestring
Normal or Emergency depending on the Priority of a change request. For example, create a change type Emergency for change requests that must be processed immediately or if Priority of a request is High.
channelIdstring
clientobject
Child Parameters
- client.activated
- client.createdTime
- client.id
- client.name
- client.uniqueId
- client.updatedTime
closedSummarystring
consolesarray
Child Parameters
- consoles.consoleProtocol
- Console protocol.
- consoles.options
- Console options.
- consoles.type
- Console type
createdDatestring
createdUserobject
Child Parameters
- createdUser.email
- createdUser.firstName
- createdUser.id
- createdUser.lastName
- createdUser.loginName
- createdUser.phoneNumber
customFieldsarray
Child Parameters
- customFields.classCode
- customFields.customField
- customFields.defaultValue
- customFields.description
- customFields.displayLabel
- customFields.editable
- customFields.fieldType
- customFields.id
- customFields.mandatory
- customFields.name
- customFields.options
- customFields.selectedOption
- customFields.value
descriptionstring
Ticket description.
dueDatestring
extTicketIdstring
Attach third party ticket ID.
idstring
knowledgeArticleIdsarray
Attach knowledge base articles related to the change request for further reference. To get a knowledge base article ID: 1. Log into OpsRamp. 2. Click Knowledge Base. 3. Select the required article and then copy the article ID. 4. Provide the article ID in "knowledgeArticleIds" field. Example: "knowledgeArticleIds": 25, 16.
Child Parameters
locationstring
notesstring
oldPrioritystring
oldStatusstring
parentIdstring
Attach incident. Provide the incident ID as an attachment.
plannedEndstring
plannedStartstring
policyobject
Child Parameters
- policy.active
- policy.createdDate
- policy.executionOrder
- policy.id
- policy.name
- policy.policyType
- policy.updatedDate
prioritystring
Ticket priority with supported priority values: Low, Normal, High, Urgent, and Very Low.
priorityUpdatedByobject
Child Parameters
- priorityUpdatedBy.email
- priorityUpdatedBy.firstName
- priorityUpdatedBy.id
- priorityUpdatedBy.lastName
- priorityUpdatedBy.loginName
- priorityUpdatedBy.phoneNumber
priorityUpdatedDatestring
problemobject
Attach a problem or change request related to the incident. Only a single change request or problem can be attached to an incident.
Child Parameters
- problem.id
reOpenCountinteger
requesterobject
Child Parameters
- requester.email
- requester.firstName
- requester.id
- requester.lastName
- requester.loginName
- requester.phoneNumber
resolutionSummarystring
resolveDatestring
resourcesarray
Child Parameters
- resources.aliasName
- resources.hostName
- resources.id
- resources.metaData
- resources.name
- resources.resourceName
- resources.resourceType
- resources.type
rollbackPlanstring
Description of roll back plan.
scheduleobject
Child Parameters
- schedule.endTime
- Schedule end time.
- schedule.pattern
- Recurrence pattern.
- schedule.startTime
- Schedule start time.
- schedule.timezone
- Schedule time zone. The list of timezones are shown below. Example: "timezone": "America/Los_Angeles"
- schedule.type
- Schedule type.
serviceRestoreDatestring
slaDetailsobject
Child Parameters
- slaDetails.resolutionBreach
- slaDetails.resolutionBreachDate
- slaDetails.resolutionTime
- slaDetails.responseBreach
- slaDetails.responseBreachDate
- slaDetails.responseTime
- slaDetails.slaPolicy
sourcestring
sourceEntityTypestring
sourceEntityTypeIdstring
sourcePolicyTypestring
sourcePolicyTypeIdstring
statusstring
statusFlowarray
Child Parameters
- statusFlow.createdDate
- statusFlow.notes
- statusFlow.reason
- statusFlow.status
- statusFlow.timeSpent
- statusFlow.updatedBy
statusUpdatedByobject
Child Parameters
- statusUpdatedBy.email
- statusUpdatedBy.firstName
- statusUpdatedBy.id
- statusUpdatedBy.lastName
- statusUpdatedBy.loginName
- statusUpdatedBy.phoneNumber
statusUpdatedDatestring
subCategoryobject
Add the change request under a sub-category. Use get categories to get the list of sub-categories.
Child Parameters
- subCategory.id
subjectstring
Ticket subject.
tagsstring
testPlanstring
Description of test plan.
ticketArisedTimestring
toEmailstring
Email address of the user. An email notification is sent to the user.
updatedDatestring
workEndstring
workStartstring
{
"assignedUser": {
"id": "USR0000000052",
"loginName": "admin.user"
},
"attachments": [
{
"file": "U2FtcGxlIFRleHQgZmlsZS0gdGVzdGluZyB3aXRoIGF0dGFjaG1lbnQ=",
"name": "2.txt"
},
{
"file": "U2FtcGxlIFRleHQgZmlsZS0gdGVzdGluZyB3aXRoIGF0dGFjaG1lbnQ=",
"name": "1.txt"
}
],
"cc": "migration@gmail.com",
"consoles": [
{
"consoleProtocol": "RDP",
"options": "DISKSHARE,FILETRANSFER",
"type": "MANAGEMENTCONSOLE"
},
{
"consoleProtocol": "SSH",
"options": "CLIPBOARDACCESS",
"type": "MANAGEMENTCONSOLE"
},
{
"consoleProtocol": "TELNET",
"options": "DISKSHARE,CLIPBOARDACCESS",
"type": "MANAGEMENTCONSOLE"
},
{
"consoleProtocol": "VNC",
"type": "MANAGEMENTCONSOLE"
},
{
"type": "ADMINCONSOLE"
}
],
"customFields": [
{
"id": "UDF0000000446",
"name": "tbc_446",
"value": "1"
},
{
"id": "UDF0000000447",
"name": "multi_line_text_3806",
"value": "time bound request"
}
],
"description": "Detect, validate and truncate the unwanted data.",
"extTicketId": "EXT00010203",
"knowledgeArticleIds": [
22,
13
],
"participantUsers": [
{
"id": "USR0000000051",
"loginName": "james.hudson"
},
{
"id": "USR0000000052",
"loginName": "john.smith"
}
],
"priority": "Normal",
"requester": {
"id": "USR0000000268",
"loginName": "john.rivers"
},
"resources": [
{
"id": "481af404-33a6-4d61-af77-c483ca6641fa"
},
{
"id": "SGP-7adf3762-f310-4c14-9ecd-443eb7c6c208"
},
{
"id": "DGP-8d44a504-fd4b-4a78-ba34-2dfdf3ffb85e"
}
],
"schedule": {
"endTime": "2016-11-29T18:30:00+0000",
"startTime": "2016-11-16T10:00:00+0000",
"timezone": "America/Los_Angeles",
"type": "One-Time"
},
"subject": "Junk data should be truncated from repository"
}
Responses
OK
alertIdsarray
allowedStatusarray
Child Parameters
- allowedStatus.id
- allowedStatus.name
- allowedStatus.reasonsDefined
- allowedStatus.reasonsEnabled
assignedUserobject
Child Parameters
- assignedUser.email
- assignedUser.firstName
- assignedUser.id
- assignedUser.lastName
- assignedUser.loginName
- assignedUser.phoneNumber
assigneeGroupobject
Child Parameters
- assigneeGroup.description
- assigneeGroup.id
- assigneeGroup.name
- assigneeGroup.userCount
attachedRequestsarray
Attach service requests to an incident. Use the search service requests to get list of service requests in a client.
Child Parameters
- attachedRequests.id
attachmentsarray
Attach files related to the change request. Convert attachment files to byte stream with base64-encoding. The file size limit of an attachment is 50 MB.
Child Parameters
- attachments.file
- attachments.name
businessImpactobject
Child Parameters
- businessImpact.createdBy
- businessImpact.createdDate
- businessImpact.description
- (Optional) Short summary describing the business impact.
- businessImpact.name
- Business impact name.
- businessImpact.uniqueId
- businessImpact.updatedBy
- businessImpact.updatedDate
categoryobject
Add the change request under a category. Use the get API to get the list of categories.
Child Parameters
- category.id
ccstring
Cc email.
changePlanstring
Description of the change plan.
changeRequestobject
Attach a problem or change request related to the incident. Only a single change request or problem can be attached to an incident.
Child Parameters
- changeRequest.id
changeTypestring
Normal or Emergency depending on the Priority of a change request. For example, create a change type Emergency for change requests that must be processed immediately or if Priority of a request is High.
channelIdstring
clientobject
Child Parameters
- client.activated
- client.createdTime
- client.id
- client.name
- client.uniqueId
- client.updatedTime
closedSummarystring
consolesarray
Child Parameters
- consoles.consoleProtocol
- Console protocol.
- consoles.options
- Console options.
- consoles.type
- Console type
createdDatestring
createdUserobject
Child Parameters
- createdUser.email
- createdUser.firstName
- createdUser.id
- createdUser.lastName
- createdUser.loginName
- createdUser.phoneNumber
customFieldsarray
Child Parameters
- customFields.classCode
- customFields.customField
- customFields.defaultValue
- customFields.description
- customFields.displayLabel
- customFields.editable
- customFields.fieldType
- customFields.id
- customFields.mandatory
- customFields.name
- customFields.options
- customFields.selectedOption
- customFields.value
descriptionstring
Ticket description.
dueDatestring
extTicketIdstring
Attach third party ticket ID.
idstring
knowledgeArticleIdsarray
Attach knowledge base articles related to the change request for further reference. To get a knowledge base article ID: 1. Log into OpsRamp. 2. Click Knowledge Base. 3. Select the required article and then copy the article ID. 4. Provide the article ID in "knowledgeArticleIds" field. Example: "knowledgeArticleIds": 25, 16.
Child Parameters
locationstring
notesstring
oldPrioritystring
oldStatusstring
parentIdstring
Attach incident. Provide the incident ID as an attachment.
plannedEndstring
plannedStartstring
policyobject
Child Parameters
- policy.active
- policy.createdDate
- policy.executionOrder
- policy.id
- policy.name
- policy.policyType
- policy.updatedDate
prioritystring
Ticket priority with supported priority values: Low, Normal, High, Urgent, and Very Low.
priorityUpdatedByobject
Child Parameters
- priorityUpdatedBy.email
- priorityUpdatedBy.firstName
- priorityUpdatedBy.id
- priorityUpdatedBy.lastName
- priorityUpdatedBy.loginName
- priorityUpdatedBy.phoneNumber
priorityUpdatedDatestring
problemobject
Attach a problem or change request related to the incident. Only a single change request or problem can be attached to an incident.
Child Parameters
- problem.id
reOpenCountinteger
requesterobject
Child Parameters
- requester.email
- requester.firstName
- requester.id
- requester.lastName
- requester.loginName
- requester.phoneNumber
resolutionSummarystring
resolveDatestring
resourcesarray
Child Parameters
- resources.aliasName
- resources.hostName
- resources.id
- resources.metaData
- resources.name
- resources.resourceName
- resources.resourceType
- resources.type
rollbackPlanstring
Description of roll back plan.
scheduleobject
Child Parameters
- schedule.endTime
- Schedule end time.
- schedule.pattern
- Recurrence pattern.
- schedule.startTime
- Schedule start time.
- schedule.timezone
- Schedule time zone. The list of timezones are shown below. Example: "timezone": "America/Los_Angeles"
- schedule.type
- Schedule type.
serviceRestoreDatestring
slaDetailsobject
Child Parameters
- slaDetails.resolutionBreach
- slaDetails.resolutionBreachDate
- slaDetails.resolutionTime
- slaDetails.responseBreach
- slaDetails.responseBreachDate
- slaDetails.responseTime
- slaDetails.slaPolicy
sourcestring
sourceEntityTypestring
sourceEntityTypeIdstring
sourcePolicyTypestring
sourcePolicyTypeIdstring
statusstring
statusFlowarray
Child Parameters
- statusFlow.createdDate
- statusFlow.notes
- statusFlow.reason
- statusFlow.status
- statusFlow.timeSpent
- statusFlow.updatedBy
statusUpdatedByobject
Child Parameters
- statusUpdatedBy.email
- statusUpdatedBy.firstName
- statusUpdatedBy.id
- statusUpdatedBy.lastName
- statusUpdatedBy.loginName
- statusUpdatedBy.phoneNumber
statusUpdatedDatestring
subCategoryobject
Add the change request under a sub-category. Use get categories to get the list of sub-categories.
Child Parameters
- subCategory.id
subjectstring
Ticket subject.
tagsstring
testPlanstring
Description of test plan.
ticketArisedTimestring
toEmailstring
Email address of the user. An email notification is sent to the user.
updatedDatestring
workEndstring
workStartstring
{
"allowedStatus": [
{
"id": "1",
"name": "New",
"reasonsDefined": false,
"reasonsEnabled": false
},
{
"id": "3",
"name": "Pending",
"reasonsDefined": false,
"reasonsEnabled": false
},
{
"id": "4",
"name": "Resolved",
"reasonsDefined": false,
"reasonsEnabled": false
},
{
"id": "5",
"name": "Closed",
"reasonsDefined": false,
"reasonsEnabled": false
},
{
"id": "6",
"name": "On Hold",
"reasonsDefined": false,
"reasonsEnabled": false
}
],
"assignedUser": {
"email": "admin.userA@domain.com",
"firstName": "admin",
"id": "USR0000000052",
"lastName": "user",
"loginName": "admin.user"
},
"assigneeGroup": {
"id": 7,
"name": "TestGroup1"
},
"attachedArticles": [
{
"id": 22,
"subject": "Temporary Internet Files"
},
{
"id": 13,
"subject": "Setup Log Files"
}
],
"cc": "migration@gmail.com",
"client": {
"activated": true,
"id": 43,
"name": "SDMigration",
"uniqueId": "client_43"
},
"consoles": [
{
"consoleProtocol": "SSH",
"options": "CLIPBOARDACCESS,FILETRANSFER",
"type": "MANAGEMENTCONSOLE"
},
{
"consoleProtocol": "RDP",
"options": "CLIPBOARDACCESS,DISKSHARE",
"type": "MANAGEMENTCONSOLE"
},
{
"consoleProtocol": "VNC",
"type": "MANAGEMENTCONSOLE"
},
{
"consoleProtocol": "RDP",
"type": "ADMINCONSOLE"
}
],
"createdDate": "2016-11-15T07:30:01+0000",
"createdUser": {
"email": "john.smith@gmail.com",
"firstName": "john",
"id": "USR0000000024",
"lastName": "smith",
"loginName": "johnSmith",
"mobileNumber": "408-123-1234",
"phoneNumber": ""
},
"customFields": [
{
"classCode": "ACSTICKET",
"defaultValue": "0",
"description": "",
"displayLabel": "TBc",
"editable": true,
"fieldType": "TYPE_CHECKBOX",
"id": "UDF0000000446",
"mandatory": false,
"name": "tbc_446",
"options": [
{
"label": "yes",
"value": "1"
}
],
"selectedOption": {
"label": "yes",
"value": "1"
},
"value": "1"
},
{
"classCode": "ACSTICKET",
"defaultValue": "",
"description": "",
"displayLabel": "date",
"editable": true,
"fieldType": "TYPE_DATE",
"id": "UDF0000000447",
"mandatory": false,
"name": "date_447",
"value": "2016-11-22T18:30:00+0000"
},
{
"classCode": "ACSTICKET",
"defaultValue": "",
"description": "",
"displayLabel": "TBDT",
"editable": true,
"fieldType": "TYPE_DATETIME",
"id": "UDF0000000448",
"mandatory": false,
"name": "tbdt_448",
"value": "2016-11-30T05:50:00+0000"
}
],
"description": "Detect, validate and truncate the unwanted data.",
"id": "TBT0000010422",
"knowledgeArticleIds": [
22,
13
],
"oldPriority": "Low",
"oldStatus": "New",
"participantUsers": [
{
"id": "USR0000000051",
"loginName": "james.hudson"
},
{
"id": "USR0000000052",
"loginName": "john.smith"
}
],
"priority": "Normal",
"priorityUpdatedBy": {
"email": "john.smith@gmail.com",
"firstName": "john",
"id": "USR0000000024",
"lastName": "smith",
"loginName": "johnSmith"
},
"priorityUpdatedDate": "2016-11-15T07:33:54+0000",
"reOpenCount": 0,
"requester": {
"email": "john.r@domain.com",
"firstName": "John",
"id": "USR0000000268",
"lastName": "rivers",
"loginName": "john.rivers"
},
"resolvedDate": "2016-11-15T07:34:18+0000",
"resources": [
{
"id": "481af404-33a6-4d61-af77-c483ca6641fa",
"name": "VTHLPT1000",
"type": "DEVICE"
},
{
"id": "SGP-7adf3762-f310-4c14-9ecd-443eb7c6c208",
"name": "VTH-SERVICES",
"type": "SERVICE"
},
{
"id": "DGP-8d44a504-fd4b-4a78-ba34-2dfdf3ffb85e",
"name": "VTH-ADMIN-DEVS",
"type": "DEVICE_GROUP"
}
],
"schedule": {
"endTime": "2016-11-29T18:30:00+0000",
"startTime": "2016-11-16T10:00:00+0000",
"type": "one-time"
},
"slaDetails": {
"resolutionBreach": false,
"resolutionBreachDate": "",
"resolutionTime": 309,
"responseBreach": false,
"responseBreachDate": "",
"responseTime": 222
},
"source": "PORTAL",
"sourcePolicyType": "MANUAL",
"status": "New",
"statusFlow": [
{
"createdDate": "2016-07-25T12:42:19+0000",
"status": "New",
"updatedBy": {
"email": "sample@gmail.com",
"firstName": "user",
"lastName": "system",
"loginName": "System.User"
}
}
],
"statusUpdatedBy": {
"email": "john.smith@gmail.com",
"firstName": "john",
"id": "USR0000000024",
"lastName": "smith",
"loginName": "johnSmith"
},
"statusUpdatedDate": "2016-11-15T07:34:42+0000",
"subject": "Junk data should be truncated from repository",
"ticketArisedTime": "",
"updatedDate": "2016-11-15T07:34:42+0000"
}