Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »


S.NoProperty TypeProperty NameTool NameDescription
1GenerictoolsTimeZoneAll ToolsTime zone in which the DevOps tool(i.e. Jenkins, JIRA, GIT) is running
2GenericstartFromAll ToolsDate and Time using which the data collection of the Agent will start
3GenericisDebugAllowedAll ToolsFlag to set debugging to true or false. Useful for seeing more logs
4GenericuseResponseTemplateAll ToolsFlag to turn on the usage of Response Template
5GenericrunScheduleAll ToolsScheduler frequency of Agent in mins. Recommended - 30
6GenerictimeFieldMappingAll ToolsAdd the timeStampField here to get equivalent epoch time generated
Eg: for Git
timeFieldMapping: { commitTime : "%Y-%m-%dT%H:%M:%S.%fZ"}
7GenericResponseTemplateAll ToolsDefines the field to be collected from the Rest API calls
Eg data for Git. In the below example, fields highlighted in Blue is from the API response from the DEvOps tools and text highlighted in green are the attributes that will be stored in Neo4j. Attributes/field names in Neo4j follows camelCase Naming Convention
"responseTemplate" : {
   "sha": "commitId",
   "commit" : {
                "author" : {
                          "name": "authorName",
                          "date": "commitTime"
                          }
                    }
          }
8Tool SpecificuseridHP ALMValid UserID with access to read tool data
9Tool SpecificpasswdHP ALMPassword of the mentioned UserID
10Tool SpecificbaseEndPointHP ALMUrl of the HP ALM(ex http://hostname:8080)
11Tool SpecifictimeStampFieldHP ALMlast-modified
12Tool SpecifictimeStampFormatHP ALMTime stamp format of the field specified in timeStampField
13Tool SpecificdataFetchCountHP ALMIt is count of the event to be fetched for one REST call
14Tool SpecificuseResponseTemplateHP ALM true
15Tool SpecificuseridJiraValid UserID with access to read tool data
16Tool SpecificpasswdJiraPassword of the mentioned UserID
17Tool SpecificbaseUrlJira#Jira_URL#/rest/api/2/search
18Tool SpecificuseResponseTemplateJira true
19Tool SpecifictimeStampFieldJiralastUpdated
20Tool SpecifictimeStampFormatJiraTime stamp format of the field specified in timeStampField
21Tool SpecificuseridArtifactoryValid UserID with access to read tool data
22Tool SpecificpasswdArtifactoryPassword of the mentioned UserID
23Tool SpecificBaseUrlArtifactoryREST URL to get list of Artifactory repositories(ex. https://<HOSTNAME>:8081/artifactory/api)
24Tool SpecificFirstEndPointArtifactoryREST URL to get list of  repositorie details (http://<HOSTNAME>:8081/artifactory/api/storage/)
25Tool SpecificuseResponseTemplateArtifactory true
26Tool SpecifictimeStampFieldArtifactorylastUpdated
27Tool SpecifictimeStampFormatArtifactoryTime stamp format of the field specified in timeStampField
28Tool SpecificuseridJenkinsValid UserID with access to read tool data
29Tool SpecificpasswdJenkinsPassword of the mentioned UserID
30Tool SpecificuseResponseTemplateJenkins true
31Tool SpecificuseAllBuildsApiJenkinsIf it is set false it will take only latest 100 elements, if is set true retrive all builds
32Tool SpecificbaseUrlJenkins#Jenkins_URL#
33Tool SpecificjenkinsMastersJenkins#Jenkins_Master_URL#
34Tool SpecifictimeStampFieldJenkinsbuildTimestamp
35Tool SpecifictimeStampFormatJenkinsTime stamp format of the field specified in timeStampField
36Tool Specificaccess_key_idAWSIi is the access key of an IAM user which has access all services in AWS(i.e PowerUser)
37Tool Specificsecret_access_keyAWSIt is the Secret key of the specified access key
38Tool SpecifictimeStampFieldAWSlaunchTime
39Tool SpecifictimeStampFormatAWSTime stamp format of the field specified in timeStampField
40Tool Specificvpc_idAWSSpecify the VPC ID(s)
41Tool SpecificuseResponseTemplateAWS false
42Tool SpecificAdditional LibrarySVNAgent setup includes download of boto3 library
43Tool SpecificusernameServiceNowValid UserName with access to read tool data which should have access to folllowing table change_request, sysapproval_approver, incident, sysapproval_group
44Tool SpecificpasswordServiceNowPassword of the mentioned Username
45Tool SpecificbaseUrlServiceNow#Service-Now_URL#
46Tool SpecifictimeStampFieldServiceNowSpecify the unique field in SNOW data(ex. commitTime) to refer time for each event
47Tool SpecifictimeStampFormatServiceNowTime stamp format of the field specified in timeStampField
48Tool SpecificusernameSVNValid UserName with access to read tool data of all repositories
49Tool SpecificpasswordSVNPassword of the mentioned Username
50Tool SpecificbaseUrlSVNSpecify the URL of the repositories you need to monitor in list(ex. baseUrl : ["http://<HOSTNAME>:18080/svn/repo1","http://<HOSTNAME>:18080/svn/repo2"] )
51Tool SpecifictimeStampFieldSVNSpecify the unique field in SVN data(ex. commitTime) to refer time for each event
52Tool SpecifictimeStampFormatSVNTime stamp format of the field specified in timeStampField
53Tool SpecificResponseTemplateSVN false
54Tool SpecificAdditional LibrarySVNAgent setup includes download of pysvn library
55Tool SpecificaccessTokenGITValid UserName access token to read GIT data of all repositories
56Tool SpecificgetReposGIT#GitHub_URL#/user/repos
57Tool SpecificcommitsBaseEndPointGIT#GitHub_URL#/repos/repo_name
58Tool SpecifictimeStampFieldGITcommitTime
59Tool SpecifictimeStampFormatGITTime stamp format of the field specified in timeStampField
60Tool SpecificuseridSONARValid UserID with access to read tool data
61Tool SpecificpasswdSONARPassword of the mentioned UserID
62Tool SpecificuseResponseTemplateSONAR false
63Tool SpecifictimeMachineapiSONARyes/no - this is based on the Sonar version
64Tool SpecificbaseUrlSONAR#Sonar_URL#
65Tool SpecifictimeStampFieldSONARbuildTimestamp
66Tool SpecifictimeStampFormatSONARTime stamp format of the field specified in timeStampField
  • No labels