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 - IvantiIntegrationService Services

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

copyAllRecordsToIvanti POST Interface

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

Method: POST

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

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Request Structure:

Field NameTypeDescription
listOfIdsRecordList

Response Structure:

Field NameTypeDescription
responseResponse

Example Request:

COPYALLRECORDSTOIVANTI 
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":"?"
}

getIvantiCredential GET Interface

Method: GET

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

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Response Structure:

Field NameTypeDescription
responseIvantiCredential

Example Request:

Example Response:

{
   "id":2147483647,
   "ivantiDomain":"?",
   "ivantiApiKey":"?"
}

saveIvantiCredential POST Interface

Method: POST

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

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Request Structure:

Field NameTypeDescription
detailIvantiCredential

Response Structure:

Field NameTypeDescription
responseResponse

Example Request:

SAVEIVANTICREDENTIAL 
Host: example.com
Authorization: Basic xxxxxxxxxxxxxxxxxxx
Content-Type : nnn
{
   "ivantiDomain":"?",
   "ivantiApiKey":"?"
}

Example Response:

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

saveMappingsMultiple POST Interface

Method: POST

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

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Request Structure:

Field NameTypeDescription
detailIvantiMappingArray

Response Structure:

Field NameTypeDescription
responseResponse

Example Request:

SAVEMAPPINGSMULTIPLE 
Host: example.com
Authorization: Basic xxxxxxxxxxxxxxxxxxx
Content-Type : nnn
{
   "mappingList":[
      {
         "virimaBpName":"?",
         "ivantiMappingCondition":[
            {
               "ivantiMappingId":"?",
               "column":"?",
               "value":"?",
               "value1":"?",
               "condition":"?"
            }         ],
         "ivantiCIType":"?",
         "ivantiCISubType":"?",
         "ivantiCICategory":"?",
         "propertyMapping":"?",
         "isEnabled":?,
         "archive":?
      }   ]
}

Example Response:

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

saveMappingForBlueprint POST Interface

Method: POST

Relative URL: ivanti-integration/save-mappings

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Request Structure:

Field NameTypeDescription
detailIvantiMapping

Response Structure:

Field NameTypeDescription
responseResponse

Example Request:

SAVEMAPPINGFORBLUEPRINT 
Host: example.com
Authorization: Basic xxxxxxxxxxxxxxxxxxx
Content-Type : nnn
{
   "virimaBpName":"?",
   "ivantiMappingCondition":[
      {
         "ivantiMappingId":"?",
         "operator": {
               "stringobj":"?",
               "shortName":"?",
               "s3Name":"?",
               "uniqueId":"?",
               "lineType":"?",
            },
         "column":"?",
         "value":"?",
         "value1":"?",
         "condition":"?"
      }   ],
   "ivantiCIType":"?",
   "ivantiCISubType":"?",
   "ivantiCICategory":"?",
   "propertyMapping":"?",
   "isEnabled":?,
   "archive":?
}

Example Response:

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

getMappings GET Interface

Method: GET

Relative URL: ivanti-integration/get-mappings

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Response Structure:

Field NameTypeDescription
responseIvantiMappingArray

Example Request:

Example Response:

{
   "id":2147483647,
   "mappingList":[
      {
         "id":2147483647,
         "virimaBpName":"?",
         "ivantiMappingCondition":[
            {
               "id":2147483647,
               "ivantiMappingId":"?",
               "column":"?",
               "value":"?",
               "value1":"?",
               "condition":"?"
            }         ],
         "ivantiCIType":"?",
         "ivantiCISubType":"?",
         "ivantiCICategory":"?",
         "propertyMapping":"?",
         "isEnabled":?,
         "archive":?
      }   ]
}

getMappingDetails POST Interface

Method: POST

Relative URL: ivanti-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":2147483647,
   "response":"?"
}

getAllIvantiBlueprintNames GET Interface

Method: GET

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

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Response Structure:

Field NameTypeDescription
responseResponse

Example Request:

Example Response:

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

getAllIvantiBlueprintNamesIvanti GET Interface

Method: GET

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

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Response Structure:

Field NameTypeDescription
responseResponse

Example Request:

Example Response:

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

getAllColumnNamesForTable POST Interface

Method: POST

Relative URL: ivanti-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: ivanti-integration/get-virima-blueprints

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Response Structure:

Field NameTypeDescription
responseResponse

Example Request:

Example Response:

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

getPicklist GET Interface

Method: GET

Relative URL: ivanti-integration/get-picklist

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Response Structure:

Field NameTypeDescription
responseResponse

Example Request:

Example Response:

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

getIvantiBlueprints GET Interface

Method: GET

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

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Response Structure:

Field NameTypeDescription
responseResponse

Example Request:

Example Response:

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

getIvantiCISubTypes GET Interface

Method: GET

Relative URL: ivanti-integration/get-ivanti-ci-subtypes/ci-type

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: ivanti-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":"?"
}

getIvantiCICategory GET Interface

Method: GET

Relative URL: ivanti-integration/get-ivanti-ci-category

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Response Structure:

Field NameTypeDescription
responseResponse

Example Request:

Example Response:

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

resyncIvantiData GET Interface

Method: GET

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

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Response Structure:

Field NameTypeDescription
responseResponse

Example Request:

Example Response:

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

getRedisKeyForIvantiCred GET Interface

Method: GET

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

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Response Structure:

Field NameTypeDescription
responseResponse

Example Request:

Example Response:

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

getSyncDetailsLogs GET Interface

Method: GET

Relative URL: ivanti-integration/get-sync-log-details/copy-start-time/entity

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Response Structure:

Field NameTypeDescription
responseResponse

Example Request:

Example Response:

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

getLogsForCi GET Interface

Method: GET

Relative URL: ivanti-integration/get-logs-for-ci/main-ci/copy-start-time/entity

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: ivanti-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":144746401,
         "flag":?
      }   ]
}

Example Response:

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

addDuplicateMappings POST Interface

Method: POST

Relative URL: ivanti-integration/add-duplicate-mappings

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Request Structure:

Field NameTypeDescription
listOfIdsRecordList

Response Structure:

Field NameTypeDescription
responseResponse

Example Request:

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

Example Response:

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

saveIvantiSubType POST Interface

Method: POST

Relative URL: ivanti-integration/save-ivanti-subtype

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Request Structure:

Field NameTypeDescription
detailIvantiSubTypeDetails

Response Structure:

Field NameTypeDescription
responseResponse

Example Request:

SAVEIVANTISUBTYPE 
Host: example.com
Authorization: Basic xxxxxxxxxxxxxxxxxxx
Content-Type : nnn
{
   "ivantiCIType":"?",
   "ivantiCISubType":"?"
}

Example Response:

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

saveBusinessObjectsForProperty GET Interface

Method: GET

Relative URL: ivanti-integration/save-business-objects-for-property/property

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Response Structure:

Field NameTypeDescription
responseResponse

Example Request:

Example Response:

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