Virima API



Home
Commons
Constructs
Error Codes
Tester


SERVICES
CertificateManagementService
AgentResourceMonitor
AndroidService
AnnouncementService
AssetLicenseEntitlementService
ConsumableService
HardwareAssetService
OtherAssetService
SoftwareLicenseAssetService
StockRoomService
StockRoomTypeService
UserLicenseEntitlementService
AuditRecordService
BSMService
AvailabilityService
CommitmentScheduleService
OutagesService
OutScopeService
BusinessService
ServiceCommitment
ServiceOffering
InScopeService
ChangeAttributeService
ChangeApprovalServices
CherwellIntegrationService
CmdbAuditService
CMDBCIRelationship
CMDBCIVersion
CMDBCIService
CommentService
CommonService
ConfigurationServices
ContractService
CorrelationService
CostCenterService
CredentialService
CustomerService
CustomizedColumnsService
CyberArkService
DemandService
DesignationService
DevOpsService
DiscoveryService
DiscoveryMonitoringProfileService
DiscoveryClientService
DiscoveryPattern
DiscoveryScanService
DiscoveryScanSplitService
Document
DuplicatesAndRemediation
EMEmailService
EventService
ExternalAlertService
FederationService
FileService
FinanceService
GetRecordService
GroupProbeService
HelpDeskDashboardService
HomePageService
ImportCIService
ImportITILService
IncidentService
PriorityService
TimescaleService
IncidentAttributeService
InfoBloxService
AssetsAuditService
ITILMetricService
ITSMChangeService
ITSMTicketMgtService
IvantiIntegrationService
JiraIntegrationService
KnowledgeAttributeService
KnowledgeManagementService
LocationService
LoginService
MajorSoftwareService
MFAService
MMCCertificateService
OwnerService
PreprocessorService
PurchaseOrderService
PurchaseOrderLineItemService
ReceivingSlipService
ReceivingSlipsLineService
RequestItemService
RequestProcurementService
TransferOrderService
ProbeService
ProblemService
ProblemAttributeService
ProcessNetworkConnections
ProcessjobsService
ProgramService
ProjectService
PropertyGroupService
ReleaseManagementService
ReportDashBoardService
ReportingService
ReportingClauseService
ReportingOrderService
ReportPresentationService
RequestService
RequestAttributeService
AssessmentMasterAndQuestionService
RiskMangaementService
RoleAccessService
RuleService
RunBookService
SAMLService
SampleService
ScanService
SDPService
SearchService
SensorService
ServiceCatalog
ServiceNowMappingService
ServiceNowRecordService
SLAService
SoftwareMetricsService
ImportSpiceWorkTicketsService
SurveyMastersAndQuestions
TagService
TaskService
TaskTimeTrackingService
TimeTrackingExportService
TimeTrackingService
UCFADService
UnfuddleService
UserDepartmentService
UserGroupService
UserRoleService
UserService
VCenterHeirarchyService
VCenterTagsService
VendorService
WorkflowService
MenuService

Virima API Specification - CherwellIntegrationService Services

The requests documented in this section are directed to CherwellIntegrationService resources, which represent .

copyAllRecordsToCherwell POST Interface

Description: Service to move all the selected records in cmdb to cherwell.

Method: POST

Relative URL: cherwell-integration/copy-all-records-to-cherwell

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Request Structure:

Field NameTypeDescription
listOfIdsRecordList

Response Structure:

Field NameTypeDescription
responseResponse

Example Request:

COPYALLRECORDSTOCHERWELL 
Host: example.com
Authorization: Basic xxxxxxxxxxxxxxxxxxx
Content-Type : nnn
{
   "id":2147483647,
   "scanId":?,
   "workflowId":?,
   "fromSACM":?,
   "customerId":"?",
   "userId":"?",
   "startTime":"?",
   "idList":[
      {
         "id":2147483647,
         "flag":?
      }   ]
}

Example Response:

{
   "id":2147483647,
   "response":"?"
}

getCherwellCredential GET Interface

Method: GET

Relative URL: cherwell-integration/get-cherwell-credential

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Response Structure:

Field NameTypeDescription
responseCherwellCredential

Example Request:

Example Response:

{
   "id":2147483647,
   "cherwellUserName":"?",
   "cherwellPassword":"?",
   "cherwellDomain":"?",
   "cherwellApiKey":"?",
   "accessToken":"?",
   "accessType":"?",
   "integrationEnabled":?
}

saveCherwellCredential POST Interface

Method: POST

Relative URL: cherwell-integration/save-cherwell-credential

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Request Structure:

Field NameTypeDescription
detailCherwellCredential

Response Structure:

Field NameTypeDescription
responseResponse

Example Request:

SAVECHERWELLCREDENTIAL 
Host: example.com
Authorization: Basic xxxxxxxxxxxxxxxxxxx
Content-Type : nnn
{
   "cherwellUserName":"?",
   "cherwellPassword":"?",
   "cherwellDomain":"?",
   "cherwellApiKey":"?",
   "accessToken":"?",
   "accessType":"?",
   "integrationEnabled":?
}

Example Response:

{
   "id":815629321,
   "response":"?"
}

saveMappingsMultiple POST Interface

Method: POST

Relative URL: cherwell-integration/save-mappings-multiple

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Request Structure:

Field NameTypeDescription
detailCherwellMappingArray

Response Structure:

Field NameTypeDescription
responseResponse

Example Request:

SAVEMAPPINGSMULTIPLE 
Host: example.com
Authorization: Basic xxxxxxxxxxxxxxxxxxx
Content-Type : nnn
{
   "mappingList":[
      {
         "virimaBlueprintName":"?",
         "cherwellBlueprintDisplayName":"?",
         "cherwellBlueprintInternalName":"?",
         "cherwellBlueprintObjectId":"?",
         "propertyMapping":"?",
         "isEnabled":?,
         "cherwellMappingCondition":[
            {
               "cherwellMappingId":"?",
               "column":"?",
               "value":"?",
               "value1":"?",
               "condition":"?"
            }         ],
         "archive":?
      }   ]
}

Example Response:

{
   "id":1393199562,
   "response":"?"
}

saveMappingForBlueprint POST Interface

Method: POST

Relative URL: cherwell-integration/save-mappings

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Request Structure:

Field NameTypeDescription
detailCherwellMapping

Response Structure:

Field NameTypeDescription
responseResponse

Example Request:

SAVEMAPPINGFORBLUEPRINT 
Host: example.com
Authorization: Basic xxxxxxxxxxxxxxxxxxx
Content-Type : nnn
{
   "virimaBlueprintName":"?",
   "cherwellBlueprintDisplayName":"?",
   "cherwellBlueprintInternalName":"?",
   "cherwellBlueprintObjectId":"?",
   "propertyMapping":"?",
   "isEnabled":?,
   "cherwellMappingCondition":[
      {
         "cherwellMappingId":"?",
         "operator": {
               "stringobj":"?",
               "shortName":"?",
               "s3Name":"?",
               "uniqueId":"?",
               "lineType":"?",
            },
         "column":"?",
         "value":"?",
         "value1":"?",
         "condition":"?"
      }   ],
   "archive":?
}

Example Response:

{
   "id":2147483647,
   "response":"?"
}

getMappings GET Interface

Method: GET

Relative URL: cherwell-integration/get-mappings

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Response Structure:

Field NameTypeDescription
responseCherwellMappingArray

Example Request:

Example Response:

{
   "id":2147483647,
   "mappingList":[
      {
         "id":2147483647,
         "virimaBlueprintName":"?",
         "cherwellBlueprintDisplayName":"?",
         "cherwellBlueprintInternalName":"?",
         "cherwellBlueprintObjectId":"?",
         "propertyMapping":"?",
         "isEnabled":?,
         "cherwellMappingCondition":[
            {
               "id":2147483647,
               "cherwellMappingId":"?",
               "column":"?",
               "value":"?",
               "value1":"?",
               "condition":"?"
            }         ],
         "archive":?
      }   ]
}

getMappingDetails POST Interface

Method: POST

Relative URL: cherwell-integration/get-mapping-details

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Request Structure:

Field NameTypeDescription
detailResponse

Response Structure:

Field NameTypeDescription
responseResponse

Example Request:

GETMAPPINGDETAILS 
Host: example.com
Authorization: Basic xxxxxxxxxxxxxxxxxxx
Content-Type : nnn
{
   "response":"?"
}

Example Response:

{
   "id":1146041837,
   "response":"?"
}

getRedisKeyForCherwellCred GET Interface

Method: GET

Relative URL: cherwell-integration/get-redis-key-for-cherwell-cred

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Response Structure:

Field NameTypeDescription
responseResponse

Example Request:

Example Response:

{
   "id":2147483647,
   "response":"?"
}

getAllCherwellBlueprintNames GET Interface

Method: GET

Relative URL: cherwell-integration/get-all-cherwell-blueprint-names

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Response Structure:

Field NameTypeDescription
responseResponse

Example Request:

Example Response:

{
   "id":896355145,
   "response":"?"
}

getAllColumnNamesForTable POST Interface

Method: POST

Relative URL: cherwell-integration/get-all-column-names-table

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Request Structure:

Field NameTypeDescription
detailResponse

Response Structure:

Field NameTypeDescription
responseResponse

Example Request:

GETALLCOLUMNNAMESFORTABLE 
Host: example.com
Authorization: Basic xxxxxxxxxxxxxxxxxxx
Content-Type : nnn
{
   "response":"?"
}

Example Response:

{
   "id":2147483647,
   "response":"?"
}

getVirimaBlueprints GET Interface

Method: GET

Relative URL: cherwell-integration/get-virima-blueprints

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Response Structure:

Field NameTypeDescription
responseResponse

Example Request:

Example Response:

{
   "id":1979592251,
   "response":"?"
}

getCherwellBlueprints GET Interface

Method: GET

Relative URL: cherwell-integration/get-cherwell-blueprints

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Response Structure:

Field NameTypeDescription
responseResponse

Example Request:

Example Response:

{
   "id":2147483647,
   "response":"?"
}

getVirimaProperties POST Interface

Method: POST

Relative URL: cherwell-integration/get-virima-properties

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Request Structure:

Field NameTypeDescription
detailResponse

Response Structure:

Field NameTypeDescription
responseResponse

Example Request:

GETVIRIMAPROPERTIES 
Host: example.com
Authorization: Basic xxxxxxxxxxxxxxxxxxx
Content-Type : nnn
{
   "response":"?"
}

Example Response:

{
   "id":2147483647,
   "response":"?"
}

resyncCherwellData GET Interface

Method: GET

Relative URL: cherwell-integration/resync-cherwell-data

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Response Structure:

Field NameTypeDescription
responseResponse

Example Request:

Example Response:

{
   "id":2147483647,
   "response":"?"
}

syncDefaultMapping POST Interface

Method: POST

Relative URL: cherwell-integration/sync-default-mapping

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Request Structure:

Field NameTypeDescription
listOfIdsRecordList

Response Structure:

Field NameTypeDescription
responseResponse

Example Request:

SYNCDEFAULTMAPPING 
Host: example.com
Authorization: Basic xxxxxxxxxxxxxxxxxxx
Content-Type : nnn
{
   "id":2147483647,
   "scanId":?,
   "workflowId":?,
   "fromSACM":?,
   "customerId":"?",
   "userId":"?",
   "startTime":"?",
   "idList":[
      {
         "id":2147483647,
         "flag":?
      }   ]
}

Example Response:

{
   "id":2147483647,
   "response":"?"
}

abortSync GET Interface

Method: GET

Relative URL: cherwell-integration/abort-sync/copy-start-time/entity

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Response Structure:

Field NameTypeDescription
responseResponse

Example Request:

Example Response:

{
   "id":227370807,
   "response":"?"
}