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

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

getCorrelationRules POST Interface

Description: Service for getting correlation rules.

Method: POST

Relative URL: correlation-service/get-correlation-rules

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Request Structure:

Field NameTypeDescription
detailCorrelationInput

Response Structure:

Field NameTypeDescription
responseCorrelationArrayList

Example Request:

GETCORRELATIONRULES 
Host: example.com
Authorization: Basic xxxxxxxxxxxxxxxxxxx
Content-Type : nnn
{
   "id":2147483647,
   "blueprintName":"?",
   "propertyValues":"?"
}

Example Response:

{
   "id":2147483647,
}

getCorrelatedDataMap POST Interface

Description: Service for getting correlation rules.

Method: POST

Relative URL: correlation-service/get-correlated-map

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Request Structure:

Field NameTypeDescription
detailCorrelationInput

Response Structure:

Field NameTypeDescription
responseCorrelationInput

Example Request:

GETCORRELATEDDATAMAP 
Host: example.com
Authorization: Basic xxxxxxxxxxxxxxxxxxx
Content-Type : nnn
{
   "id":2147483647,
   "blueprintName":"?",
   "propertyValues":"?"
}

Example Response:

{
   "id":2147483647,
   "blueprintName":"?",
   "propertyValues":"?"
}

getAllCorrelation GET Interface

Description: Service for getting all correlation rules for UI.

Method: GET

Relative URL: correlation-service/getall

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Response Structure:

Field NameTypeDescription
responseCorrelationRuleArray

Example Request:

Example Response:

{
   "id":2147483647,
   "rulesList":[
      {
         "id":2060640317,
         "blueprintName":"?",
         "blueprintID":?,
         "rules":[
            {
               "id":2147483647,
               "priority":?
            }         ]
      }   ]
}

addCorrelationRule POST Interface

Description: Service for getting all correlation rules for UI.

Method: POST

Relative URL: correlation-service/add

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Request Structure:

Field NameTypeDescription
detailCorrelationRuleInputList

Response Structure:

Field NameTypeDescription
responseResponse

Example Request:

ADDCORRELATIONRULE 
Host: example.com
Authorization: Basic xxxxxxxxxxxxxxxxxxx
Content-Type : nnn
{
   "id":2147483647,
   "properties":[
      {
         "id":897408623,
         "blueprint":"?",
         "property":?,
         "priority":?,
         "delete":?
      }   ],
   "agentCorrelatorProperties":[
      {
         "id":2147483647,
         "stringobj":"?",
         "shortName":"?",
         "s3Name":"?",
         "uniqueId":"?",
         "lineType":"?",
      }   ]
}

Example Response:

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

getBlueprintProperties GET Interface

Description: Service for getting all correlation rules for UI.

Method: GET

Relative URL: correlation-service/get-blueprints

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Response Structure:

Field NameTypeDescription
responseResponse

Example Request:

Example Response:

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

getAgentCorrelator GET Interface

Description: Service for getting Agent Correlation rule

Method: GET

Relative URL: correlation-service/get-agent-correlator

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Response Structure:

Field NameTypeDescription
responseResponse

Example Request:

Example Response:

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

addAgentCorrelator POST Interface

Description: Service for Adding Agent Correlation rule

Method: POST

Relative URL: correlation-service/add-agent-correlator

Request Headers: Accept, Authorization

Response Headers: Content-Length, Content-Type.

Request Structure:

Field NameTypeDescription
detailAgentCorrelator

Response Structure:

Field NameTypeDescription
responseResponse

Example Request:

ADDAGENTCORRELATOR 
Host: example.com
Authorization: Basic xxxxxxxxxxxxxxxxxxx
Content-Type : nnn
{
   "id":2147483647,
   "name":"?",
   "description":"?",
   "correlatorProperty":[
      {
         "id":153224694,
         "stringobj":"?",
         "shortName":"?",
         "s3Name":"?",
         "uniqueId":"?",
         "lineType":"?",
      }   ]
}

Example Response:

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