Skip to content

Instantly share code, notes, and snippets.

@yasithab
Created January 6, 2019 12:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yasithab/8acf00698e65203195e64c50dfd3c32d to your computer and use it in GitHub Desktop.
Save yasithab/8acf00698e65203195e64c50dfd3c32d to your computer and use it in GitHub Desktop.
{
"info":{
"name":"config",
"default-cluster-id":3,
"exporter-version":12,
"engine-version":"2.2.36 (build d3beb772c02098ceaea89779a7afd4b7305d3788, branch 2.2.x)",
"engine-build":"d3beb772c02098ceaea89779a7afd4b7305d3788",
"storage-config-version":18,
"schema-version":4,
"schemaRecordId":"#0:1",
"indexMgrRecordId":"#0:2"
},
"clusters":[
{
"name":"internal",
"id":0
},
{
"name":"index",
"id":1
},
{
"name":"manindex",
"id":2
},
{
"name":"default",
"id":3
},
{
"name":"orole",
"id":4
},
{
"name":"ouser",
"id":5
},
{
"name":"ofunction",
"id":6
},
{
"name":"oschedule",
"id":7
},
{
"name":"orids",
"id":8
},
{
"name":"selector_selector",
"id":9
},
{
"name":"http_client",
"id":10
},
{
"name":"email",
"id":11
},
{
"name":"ldap_host",
"id":12
},
{
"name":"ldap_connection",
"id":13
},
{
"name":"ldap_mapping",
"id":14
},
{
"name":"ldap",
"id":15
},
{
"name":"capability",
"id":16
},
{
"name":"script",
"id":17
},
{
"name":"repository_blobstore",
"id":18
},
{
"name":"repository",
"id":19
},
{
"name":"quartz_job_detail",
"id":20
},
{
"name":"quartz_trigger",
"id":21
},
{
"name":"quartz_calendar",
"id":22
},
{
"name":"upgrade_model_versions",
"id":23
},
{
"name":"key_store",
"id":24
},
{
"name":"nodes",
"id":25
},
{
"name":"healthcheckconfig",
"id":26
},
{
"name":"deploymentidentifier",
"id":27
},
{
"name":"cleanup",
"id":28
},
{
"name":"firewall_ignore_patterns",
"id":30
}
],
"schema":{
"version":4,
"blob-clusters":[
],
"classes":[
{
"name":"OFunction",
"default-cluster-id":6,
"cluster-ids":[
6
],
"cluster-selection":"round-robin",
"properties":[
{
"name":"code",
"type":"STRING",
"collate":"default"
},
{
"name":"idempotent",
"type":"BOOLEAN",
"collate":"default"
},
{
"name":"language",
"type":"STRING",
"collate":"default"
},
{
"name":"name",
"type":"STRING",
"collate":"default"
},
{
"name":"parameters",
"type":"EMBEDDEDLIST",
"linked-type":"STRING",
"collate":"default"
}
]
},
{
"name":"OIdentity",
"default-cluster-id":-1,
"cluster-ids":[
-1
],
"abstract":true,
"cluster-selection":"round-robin"
},
{
"name":"ORIDs",
"default-cluster-id":8,
"cluster-ids":[
8
],
"cluster-selection":"round-robin"
},
{
"name":"ORestricted",
"default-cluster-id":-1,
"cluster-ids":[
-1
],
"abstract":true,
"cluster-selection":"round-robin",
"properties":[
{
"name":"_allow",
"type":"LINKSET",
"linked-class":"OIdentity",
"collate":"default"
},
{
"name":"_allowDelete",
"type":"LINKSET",
"linked-class":"OIdentity",
"collate":"default"
},
{
"name":"_allowRead",
"type":"LINKSET",
"linked-class":"OIdentity",
"collate":"default"
},
{
"name":"_allowUpdate",
"type":"LINKSET",
"linked-class":"OIdentity",
"collate":"default"
}
]
},
{
"name":"ORole",
"default-cluster-id":4,
"cluster-ids":[
4
],
"super-classes":[
"OIdentity"
],
"cluster-selection":"round-robin",
"properties":[
{
"name":"inheritedRole",
"type":"LINK",
"linked-class":"ORole",
"collate":"default"
},
{
"name":"mode",
"type":"BYTE",
"collate":"default"
},
{
"name":"name",
"type":"STRING",
"mandatory":true,
"not-null":true,
"collate":"ci"
},
{
"name":"rules",
"type":"EMBEDDEDMAP",
"linked-type":"BYTE",
"collate":"default"
}
]
},
{
"name":"OSchedule",
"default-cluster-id":7,
"cluster-ids":[
7
],
"cluster-selection":"round-robin",
"properties":[
{
"name":"arguments",
"type":"EMBEDDEDMAP",
"collate":"default"
},
{
"name":"function",
"type":"LINK",
"mandatory":true,
"not-null":true,
"linked-class":"OFunction",
"collate":"default"
},
{
"name":"name",
"type":"STRING",
"mandatory":true,
"not-null":true,
"collate":"default"
},
{
"name":"rule",
"type":"STRING",
"mandatory":true,
"not-null":true,
"collate":"default"
},
{
"name":"start",
"type":"BOOLEAN",
"collate":"default"
},
{
"name":"starttime",
"type":"DATETIME",
"collate":"default"
},
{
"name":"status",
"type":"STRING",
"collate":"default"
}
]
},
{
"name":"OTriggered",
"default-cluster-id":-1,
"cluster-ids":[
-1
],
"abstract":true,
"cluster-selection":"round-robin"
},
{
"name":"OUser",
"default-cluster-id":5,
"cluster-ids":[
5
],
"super-classes":[
"OIdentity"
],
"cluster-selection":"round-robin",
"properties":[
{
"name":"name",
"type":"STRING",
"mandatory":true,
"not-null":true,
"collate":"ci"
},
{
"name":"password",
"type":"STRING",
"mandatory":true,
"not-null":true,
"collate":"default"
},
{
"name":"roles",
"type":"LINKSET",
"linked-class":"ORole",
"collate":"default"
},
{
"name":"status",
"type":"STRING",
"mandatory":true,
"not-null":true,
"collate":"default"
}
]
},
{
"name":"capability",
"default-cluster-id":16,
"cluster-ids":[
16
],
"cluster-selection":"round-robin",
"properties":[
{
"name":"enabled",
"type":"BOOLEAN",
"collate":"default"
},
{
"name":"notes",
"type":"STRING",
"collate":"default"
},
{
"name":"properties",
"type":"EMBEDDEDMAP",
"collate":"default"
},
{
"name":"type",
"type":"STRING",
"collate":"default"
},
{
"name":"version",
"type":"INTEGER",
"collate":"default"
}
]
},
{
"name":"cleanup",
"default-cluster-id":28,
"cluster-ids":[
28
],
"cluster-selection":"round-robin",
"properties":[
{
"name":"criteria",
"type":"EMBEDDEDMAP",
"mandatory":true,
"not-null":true,
"collate":"default"
},
{
"name":"format",
"type":"STRING",
"mandatory":true,
"not-null":true,
"collate":"default"
},
{
"name":"mode",
"type":"STRING",
"mandatory":true,
"not-null":true,
"collate":"default"
},
{
"name":"name",
"type":"STRING",
"mandatory":true,
"not-null":true,
"max":"255",
"collate":"default"
},
{
"name":"notes",
"type":"STRING",
"collate":"default"
}
]
},
{
"name":"deploymentidentifier",
"default-cluster-id":27,
"cluster-ids":[
27
],
"cluster-selection":"round-robin",
"properties":[
{
"name":"alias",
"type":"STRING",
"collate":"default"
},
{
"name":"id",
"type":"STRING",
"mandatory":true,
"not-null":true,
"collate":"default"
}
]
},
{
"name":"email",
"default-cluster-id":11,
"cluster-ids":[
11
],
"cluster-selection":"round-robin",
"properties":[
{
"name":"enabled",
"type":"BOOLEAN",
"collate":"default"
},
{
"name":"from_address",
"type":"STRING",
"collate":"default"
},
{
"name":"host",
"type":"STRING",
"collate":"default"
},
{
"name":"nexus_trust_store_enabled",
"type":"BOOLEAN",
"collate":"default"
},
{
"name":"password",
"type":"STRING",
"collate":"default"
},
{
"name":"port",
"type":"INTEGER",
"collate":"default"
},
{
"name":"ssl_check_server_identity_enabled",
"type":"BOOLEAN",
"collate":"default"
},
{
"name":"ssl_on_connect_enabled",
"type":"BOOLEAN",
"collate":"default"
},
{
"name":"start_tls_enabled",
"type":"BOOLEAN",
"collate":"default"
},
{
"name":"start_tls_required",
"type":"BOOLEAN",
"collate":"default"
},
{
"name":"subject_prefix",
"type":"STRING",
"collate":"default"
},
{
"name":"username",
"type":"STRING",
"collate":"default"
}
]
},
{
"name":"firewall_ignore_patterns",
"default-cluster-id":30,
"cluster-ids":[
30
],
"cluster-selection":"round-robin",
"properties":[
{
"name":"regexps_by_format",
"type":"EMBEDDEDMAP",
"mandatory":true,
"not-null":true,
"collate":"default"
}
]
},
{
"name":"healthcheckconfig",
"default-cluster-id":26,
"cluster-ids":[
26
],
"cluster-selection":"round-robin",
"properties":[
{
"name":"property_name",
"type":"STRING",
"mandatory":true,
"not-null":true,
"collate":"ci"
},
{
"name":"property_value",
"type":"STRING",
"mandatory":true,
"collate":"ci"
}
]
},
{
"name":"http_client",
"default-cluster-id":10,
"cluster-ids":[
10
],
"cluster-selection":"round-robin"
},
{
"name":"key_store",
"default-cluster-id":24,
"cluster-ids":[
24
],
"cluster-selection":"round-robin",
"properties":[
{
"name":"bytes",
"type":"BINARY",
"mandatory":true,
"not-null":true,
"collate":"default"
},
{
"name":"name",
"type":"STRING",
"mandatory":true,
"not-null":true,
"collate":"default"
}
]
},
{
"name":"ldap",
"default-cluster-id":15,
"cluster-ids":[
15
],
"cluster-selection":"round-robin",
"properties":[
{
"name":"connection",
"type":"EMBEDDED",
"not-null":true,
"linked-class":"ldap_connection",
"collate":"default"
},
{
"name":"id",
"type":"STRING",
"not-null":true,
"collate":"default"
},
{
"name":"mapping",
"type":"EMBEDDED",
"not-null":true,
"linked-class":"ldap_mapping",
"collate":"default"
},
{
"name":"name",
"type":"STRING",
"not-null":true,
"collate":"default"
},
{
"name":"order",
"type":"INTEGER",
"not-null":true,
"collate":"default"
}
]
},
{
"name":"ldap_connection",
"default-cluster-id":13,
"cluster-ids":[
13
],
"cluster-selection":"round-robin",
"properties":[
{
"name":"authScheme",
"type":"STRING",
"not-null":true,
"collate":"default"
},
{
"name":"connectionRetryDelay",
"type":"INTEGER",
"not-null":true,
"collate":"default"
},
{
"name":"connectionTimeout",
"type":"INTEGER",
"not-null":true,
"collate":"default"
},
{
"name":"host",
"type":"EMBEDDED",
"not-null":true,
"linked-class":"ldap_host",
"collate":"default"
},
{
"name":"maxIncidentsCount",
"type":"INTEGER",
"not-null":true,
"collate":"default"
},
{
"name":"saslRealm",
"type":"STRING",
"collate":"default"
},
{
"name":"searchBase",
"type":"STRING",
"not-null":true,
"collate":"default"
},
{
"name":"systemPassword",
"type":"STRING",
"collate":"default"
},
{
"name":"systemUsername",
"type":"STRING",
"collate":"default"
}
]
},
{
"name":"ldap_host",
"default-cluster-id":12,
"cluster-ids":[
12
],
"cluster-selection":"round-robin",
"properties":[
{
"name":"hostName",
"type":"STRING",
"not-null":true,
"collate":"default"
},
{
"name":"port",
"type":"INTEGER",
"not-null":true,
"collate":"default"
},
{
"name":"protocol",
"type":"STRING",
"not-null":true,
"collate":"default"
}
]
},
{
"name":"ldap_mapping",
"default-cluster-id":14,
"cluster-ids":[
14
],
"cluster-selection":"round-robin",
"properties":[
{
"name":"emailAddressAttribute",
"type":"STRING",
"not-null":true,
"collate":"default"
},
{
"name":"groupBaseDn",
"type":"STRING",
"collate":"default"
},
{
"name":"groupIdAttribute",
"type":"STRING",
"collate":"default"
},
{
"name":"groupMemberAttribute",
"type":"STRING",
"collate":"default"
},
{
"name":"groupMemberFormat",
"type":"STRING",
"collate":"default"
},
{
"name":"groupObjectClass",
"type":"STRING",
"collate":"default"
},
{
"name":"groupSubtree",
"type":"BOOLEAN",
"collate":"default"
},
{
"name":"ldapFilter",
"type":"STRING",
"collate":"default"
},
{
"name":"ldapGroupsAsRoles",
"type":"BOOLEAN",
"not-null":true,
"collate":"default"
},
{
"name":"userBaseDn",
"type":"STRING",
"collate":"default"
},
{
"name":"userIdAttribute",
"type":"STRING",
"not-null":true,
"collate":"default"
},
{
"name":"userMemberOfAttribute",
"type":"STRING",
"collate":"default"
},
{
"name":"userObjectClass",
"type":"STRING",
"not-null":true,
"collate":"default"
},
{
"name":"userPasswordAttribute",
"type":"STRING",
"collate":"default"
},
{
"name":"userRealNameAttribute",
"type":"STRING",
"not-null":true,
"collate":"default"
},
{
"name":"userSubtree",
"type":"BOOLEAN",
"collate":"default"
}
]
},
{
"name":"nodes",
"default-cluster-id":25,
"cluster-ids":[
25
],
"cluster-selection":"round-robin",
"properties":[
{
"name":"friendly_name",
"type":"STRING",
"collate":"default"
},
{
"name":"id",
"type":"STRING",
"mandatory":true,
"not-null":true,
"collate":"default"
}
]
},
{
"name":"quartz_calendar",
"default-cluster-id":22,
"cluster-ids":[
22
],
"cluster-selection":"round-robin",
"properties":[
{
"name":"name",
"type":"STRING",
"mandatory":true,
"not-null":true,
"collate":"default"
},
{
"name":"value_data",
"type":"EMBEDDEDMAP",
"mandatory":true,
"not-null":true,
"collate":"default"
},
{
"name":"value_type",
"type":"STRING",
"mandatory":true,
"not-null":true,
"collate":"default"
}
]
},
{
"name":"quartz_job_detail",
"default-cluster-id":20,
"cluster-ids":[
20
],
"cluster-selection":"round-robin",
"properties":[
{
"name":"group",
"type":"STRING",
"mandatory":true,
"collate":"default"
},
{
"name":"job_type",
"type":"STRING",
"mandatory":true,
"not-null":true,
"collate":"default"
},
{
"name":"name",
"type":"STRING",
"mandatory":true,
"not-null":true,
"collate":"default"
},
{
"name":"value_data",
"type":"EMBEDDEDMAP",
"mandatory":true,
"not-null":true,
"collate":"default"
},
{
"name":"value_type",
"type":"STRING",
"mandatory":true,
"not-null":true,
"collate":"default"
}
]
},
{
"name":"quartz_trigger",
"default-cluster-id":21,
"cluster-ids":[
21
],
"cluster-selection":"round-robin",
"properties":[
{
"name":"calendar_name",
"type":"STRING",
"mandatory":true,
"collate":"default"
},
{
"name":"group",
"type":"STRING",
"mandatory":true,
"collate":"default"
},
{
"name":"job_group",
"type":"STRING",
"mandatory":true,
"collate":"default"
},
{
"name":"job_name",
"type":"STRING",
"mandatory":true,
"not-null":true,
"collate":"default"
},
{
"name":"name",
"type":"STRING",
"mandatory":true,
"not-null":true,
"collate":"default"
},
{
"name":"state",
"type":"STRING",
"mandatory":true,
"not-null":true,
"collate":"default"
},
{
"name":"value_data",
"type":"EMBEDDEDMAP",
"mandatory":true,
"not-null":true,
"collate":"default"
},
{
"name":"value_type",
"type":"STRING",
"mandatory":true,
"not-null":true,
"collate":"default"
}
]
},
{
"name":"repository",
"default-cluster-id":19,
"cluster-ids":[
19
],
"cluster-selection":"round-robin",
"properties":[
{
"name":"attributes",
"type":"EMBEDDEDMAP",
"collate":"default"
},
{
"name":"online",
"type":"BOOLEAN",
"mandatory":true,
"not-null":true,
"collate":"default"
},
{
"name":"recipe_name",
"type":"STRING",
"mandatory":true,
"not-null":true,
"collate":"default"
},
{
"name":"repository_name",
"type":"STRING",
"mandatory":true,
"not-null":true,
"collate":"ci"
}
]
},
{
"name":"repository_blobstore",
"default-cluster-id":18,
"cluster-ids":[
18
],
"cluster-selection":"round-robin",
"properties":[
{
"name":"attributes",
"type":"EMBEDDEDMAP",
"mandatory":true,
"not-null":true,
"collate":"default"
},
{
"name":"name",
"type":"STRING",
"mandatory":true,
"not-null":true,
"collate":"ci"
},
{
"name":"type",
"type":"STRING",
"mandatory":true,
"not-null":true,
"collate":"default"
}
]
},
{
"name":"script",
"default-cluster-id":17,
"cluster-ids":[
17
],
"cluster-selection":"round-robin",
"properties":[
{
"name":"content",
"type":"STRING",
"not-null":true,
"collate":"default"
},
{
"name":"name",
"type":"STRING",
"not-null":true,
"collate":"default"
},
{
"name":"type",
"type":"STRING",
"not-null":true,
"collate":"default"
}
]
},
{
"name":"selector_selector",
"default-cluster-id":9,
"cluster-ids":[
9
],
"cluster-selection":"round-robin",
"properties":[
{
"name":"attributes",
"type":"EMBEDDEDMAP",
"mandatory":true,
"not-null":true,
"collate":"default"
},
{
"name":"description",
"type":"STRING",
"collate":"default"
},
{
"name":"name",
"type":"STRING",
"mandatory":true,
"not-null":true,
"collate":"default"
},
{
"name":"type",
"type":"STRING",
"mandatory":true,
"not-null":true,
"collate":"default"
}
]
},
{
"name":"upgrade_model_versions",
"default-cluster-id":23,
"cluster-ids":[
23
],
"cluster-selection":"round-robin"
}
]
},
"records":[
{
"@type":"b",
"@rid":"#0:0",
"@version":1,
"value":"AAAAAA=="
},
{
"@type":"d",
"@rid":"#0:1",
"@version":309,
"schemaVersion":4,
"globalProperties":[
{
"@type":"d",
"@version":0,
"name":"name",
"type":"STRING",
"id":0
},
{
"@type":"d",
"@version":0,
"name":"mode",
"type":"BYTE",
"id":1
},
{
"@type":"d",
"@version":0,
"name":"rules",
"type":"EMBEDDEDMAP",
"id":2
},
{
"@type":"d",
"@version":0,
"name":"inheritedRole",
"type":"LINK",
"id":3
},
{
"@type":"d",
"@version":0,
"name":"password",
"type":"STRING",
"id":4
},
{
"@type":"d",
"@version":0,
"name":"roles",
"type":"LINKSET",
"id":5
},
{
"@type":"d",
"@version":0,
"name":"status",
"type":"STRING",
"id":6
},
{
"@type":"d",
"@version":0,
"name":"_allow",
"type":"LINKSET",
"id":7
},
{
"@type":"d",
"@version":0,
"name":"_allowRead",
"type":"LINKSET",
"id":8
},
{
"@type":"d",
"@version":0,
"name":"_allowUpdate",
"type":"LINKSET",
"id":9
},
{
"@type":"d",
"@version":0,
"name":"_allowDelete",
"type":"LINKSET",
"id":10
},
{
"@type":"d",
"@version":0,
"name":"code",
"type":"STRING",
"id":11
},
{
"@type":"d",
"@version":0,
"name":"language",
"type":"STRING",
"id":12
},
{
"@type":"d",
"@version":0,
"name":"idempotent",
"type":"BOOLEAN",
"id":13
},
{
"@type":"d",
"@version":0,
"name":"parameters",
"type":"EMBEDDEDLIST",
"id":14
},
{
"@type":"d",
"@version":0,
"name":"rule",
"type":"STRING",
"id":15
},
{
"@type":"d",
"@version":0,
"name":"arguments",
"type":"EMBEDDEDMAP",
"id":16
},
{
"@type":"d",
"@version":0,
"name":"function",
"type":"LINK",
"id":17
},
{
"@type":"d",
"@version":0,
"name":"starttime",
"type":"DATETIME",
"id":18
},
{
"@type":"d",
"@version":0,
"name":"start",
"type":"BOOLEAN",
"id":19
},
{
"@type":"d",
"@version":0,
"name":"type",
"type":"STRING",
"id":20
},
{
"@type":"d",
"@version":0,
"name":"description",
"type":"STRING",
"id":21
},
{
"@type":"d",
"@version":0,
"name":"attributes",
"type":"EMBEDDEDMAP",
"id":22
},
{
"@type":"d",
"@version":0,
"name":"enabled",
"type":"BOOLEAN",
"id":23
},
{
"@type":"d",
"@version":0,
"name":"host",
"type":"STRING",
"id":24
},
{
"@type":"d",
"@version":0,
"name":"port",
"type":"INTEGER",
"id":25
},
{
"@type":"d",
"@version":0,
"name":"username",
"type":"STRING",
"id":26
},
{
"@type":"d",
"@version":0,
"name":"from_address",
"type":"STRING",
"id":27
},
{
"@type":"d",
"@version":0,
"name":"subject_prefix",
"type":"STRING",
"id":28
},
{
"@type":"d",
"@version":0,
"name":"start_tls_enabled",
"type":"BOOLEAN",
"id":29
},
{
"@type":"d",
"@version":0,
"name":"start_tls_required",
"type":"BOOLEAN",
"id":30
},
{
"@type":"d",
"@version":0,
"name":"ssl_on_connect_enabled",
"type":"BOOLEAN",
"id":31
},
{
"@type":"d",
"@version":0,
"name":"ssl_check_server_identity_enabled",
"type":"BOOLEAN",
"id":32
},
{
"@type":"d",
"@version":0,
"name":"nexus_trust_store_enabled",
"type":"BOOLEAN",
"id":33
},
{
"@type":"d",
"@version":0,
"name":"protocol",
"type":"STRING",
"id":34
},
{
"@type":"d",
"@version":0,
"name":"hostName",
"type":"STRING",
"id":35
},
{
"@type":"d",
"@version":0,
"name":"searchBase",
"type":"STRING",
"id":36
},
{
"@type":"d",
"@version":0,
"name":"systemUsername",
"type":"STRING",
"id":37
},
{
"@type":"d",
"@version":0,
"name":"systemPassword",
"type":"STRING",
"id":38
},
{
"@type":"d",
"@version":0,
"name":"authScheme",
"type":"STRING",
"id":39
},
{
"@type":"d",
"@version":0,
"name":"host",
"type":"EMBEDDED",
"id":40
},
{
"@type":"d",
"@version":0,
"name":"saslRealm",
"type":"STRING",
"id":41
},
{
"@type":"d",
"@version":0,
"name":"connectionTimeout",
"type":"INTEGER",
"id":42
},
{
"@type":"d",
"@version":0,
"name":"connectionRetryDelay",
"type":"INTEGER",
"id":43
},
{
"@type":"d",
"@version":0,
"name":"maxIncidentsCount",
"type":"INTEGER",
"id":44
},
{
"@type":"d",
"@version":0,
"name":"emailAddressAttribute",
"type":"STRING",
"id":45
},
{
"@type":"d",
"@version":0,
"name":"ldapGroupsAsRoles",
"type":"BOOLEAN",
"id":46
},
{
"@type":"d",
"@version":0,
"name":"groupBaseDn",
"type":"STRING",
"id":47
},
{
"@type":"d",
"@version":0,
"name":"groupIdAttribute",
"type":"STRING",
"id":48
},
{
"@type":"d",
"@version":0,
"name":"groupMemberAttribute",
"type":"STRING",
"id":49
},
{
"@type":"d",
"@version":0,
"name":"groupMemberFormat",
"type":"STRING",
"id":50
},
{
"@type":"d",
"@version":0,
"name":"groupObjectClass",
"type":"STRING",
"id":51
},
{
"@type":"d",
"@version":0,
"name":"userPasswordAttribute",
"type":"STRING",
"id":52
},
{
"@type":"d",
"@version":0,
"name":"userIdAttribute",
"type":"STRING",
"id":53
},
{
"@type":"d",
"@version":0,
"name":"userObjectClass",
"type":"STRING",
"id":54
},
{
"@type":"d",
"@version":0,
"name":"ldapFilter",
"type":"STRING",
"id":55
},
{
"@type":"d",
"@version":0,
"name":"userBaseDn",
"type":"STRING",
"id":56
},
{
"@type":"d",
"@version":0,
"name":"userRealNameAttribute",
"type":"STRING",
"id":57
},
{
"@type":"d",
"@version":0,
"name":"userSubtree",
"type":"BOOLEAN",
"id":58
},
{
"@type":"d",
"@version":0,
"name":"groupSubtree",
"type":"BOOLEAN",
"id":59
},
{
"@type":"d",
"@version":0,
"name":"userMemberOfAttribute",
"type":"STRING",
"id":60
},
{
"@type":"d",
"@version":0,
"name":"id",
"type":"STRING",
"id":61
},
{
"@type":"d",
"@version":0,
"name":"order",
"type":"INTEGER",
"id":62
},
{
"@type":"d",
"@version":0,
"name":"connection",
"type":"EMBEDDED",
"id":63
},
{
"@type":"d",
"@version":0,
"name":"mapping",
"type":"EMBEDDED",
"id":64
},
{
"@type":"d",
"@version":0,
"name":"version",
"type":"INTEGER",
"id":65
},
{
"@type":"d",
"@version":0,
"name":"notes",
"type":"STRING",
"id":66
},
{
"@type":"d",
"@version":0,
"name":"properties",
"type":"EMBEDDEDMAP",
"id":67
},
{
"@type":"d",
"@version":0,
"name":"content",
"type":"STRING",
"id":68
},
{
"@type":"d",
"@version":0,
"name":"repository_name",
"type":"STRING",
"id":69
},
{
"@type":"d",
"@version":0,
"name":"recipe_name",
"type":"STRING",
"id":70
},
{
"@type":"d",
"@version":0,
"name":"online",
"type":"BOOLEAN",
"id":71
},
{
"@type":"d",
"@version":0,
"name":"value_type",
"type":"STRING",
"id":72
},
{
"@type":"d",
"@version":0,
"name":"value_data",
"type":"EMBEDDEDMAP",
"id":73
},
{
"@type":"d",
"@version":0,
"name":"group",
"type":"STRING",
"id":74
},
{
"@type":"d",
"@version":0,
"name":"job_type",
"type":"STRING",
"id":75
},
{
"@type":"d",
"@version":0,
"name":"job_name",
"type":"STRING",
"id":76
},
{
"@type":"d",
"@version":0,
"name":"job_group",
"type":"STRING",
"id":77
},
{
"@type":"d",
"@version":0,
"name":"calendar_name",
"type":"STRING",
"id":78
},
{
"@type":"d",
"@version":0,
"name":"state",
"type":"STRING",
"id":79
},
{
"@type":"d",
"@version":0,
"name":"bytes",
"type":"BINARY",
"id":80
},
{
"@type":"d",
"@version":0,
"name":"friendly_name",
"type":"STRING",
"id":81
},
{
"@type":"d",
"@version":0,
"name":"property_name",
"type":"STRING",
"id":82
},
{
"@type":"d",
"@version":0,
"name":"property_value",
"type":"STRING",
"id":83
},
{
"@type":"d",
"@version":0,
"name":"alias",
"type":"STRING",
"id":84
},
{
"@type":"d",
"@version":0,
"name":"sequence_number",
"type":"LONG",
"id":85
},
{
"@type":"d",
"@version":0,
"name":"request_type",
"type":"STRING",
"id":86
},
{
"@type":"d",
"@version":0,
"name":"component_path",
"type":"STRING",
"id":87
},
{
"@type":"d",
"@version":0,
"name":"value",
"type":"LONG",
"id":88
},
{
"@type":"d",
"@version":0,
"name":"regexps_by_format",
"type":"EMBEDDEDMAP",
"id":89
},
{
"@type":"d",
"@version":0,
"name":"format",
"type":"STRING",
"id":90
},
{
"@type":"d",
"@version":0,
"name":"mode",
"type":"STRING",
"id":91
},
{
"@type":"d",
"@version":0,
"name":"criteria",
"type":"EMBEDDEDMAP",
"id":92
}
],
"classes":[
{
"@type":"d",
"@version":0,
"name":"http_client",
"shortName":null,
"defaultClusterId":10,
"clusterIds":[
10
],
"clusterSelection":"round-robin",
"overSize":0.0,
"strictMode":false,
"abstract":false,
"properties":[
],
"superClass":null,
"superClasses":null,
"customFields":null,
"description":null,
"@fieldTypes":"overSize=f,properties=e"
},
{
"@type":"d",
"@version":0,
"name":"OFunction",
"shortName":null,
"defaultClusterId":6,
"clusterIds":[
6
],
"clusterSelection":"round-robin",
"overSize":0.0,
"strictMode":false,
"abstract":false,
"properties":[
{
"@type":"d",
"@version":0,
"name":"code",
"type":7,
"globalId":11,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"parameters",
"type":10,
"globalId":14,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"linkedType":7,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"idempotent",
"type":0,
"globalId":13,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"language",
"type":7,
"globalId":12,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"name",
"type":7,
"globalId":0,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
}
],
"superClass":null,
"superClasses":null,
"customFields":null,
"description":null,
"@fieldTypes":"overSize=f,properties=e"
},
{
"@type":"d",
"@version":0,
"name":"cleanup",
"shortName":null,
"description":null,
"defaultClusterId":28,
"clusterIds":[
28
],
"clusterSelection":"round-robin",
"overSize":0.0,
"strictMode":false,
"abstract":false,
"properties":[
{
"@type":"d",
"@version":0,
"name":"name",
"type":7,
"globalId":0,
"mandatory":true,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":"255",
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"format",
"type":7,
"globalId":90,
"mandatory":true,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"criteria",
"type":12,
"globalId":92,
"mandatory":true,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"notes",
"type":7,
"globalId":66,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"mode",
"type":7,
"globalId":91,
"mandatory":true,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
}
],
"superClass":null,
"superClasses":null,
"customFields":null,
"@fieldTypes":"overSize=f,properties=e"
},
{
"@type":"d",
"@version":0,
"name":"ldap_host",
"shortName":null,
"defaultClusterId":12,
"clusterIds":[
12
],
"clusterSelection":"round-robin",
"overSize":0.0,
"strictMode":false,
"abstract":false,
"properties":[
{
"@type":"d",
"@version":0,
"name":"port",
"type":1,
"globalId":25,
"mandatory":false,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"hostName",
"type":7,
"globalId":35,
"mandatory":false,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"protocol",
"type":7,
"globalId":34,
"mandatory":false,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
}
],
"superClass":null,
"superClasses":null,
"customFields":null,
"description":null,
"@fieldTypes":"overSize=f,properties=e"
},
{
"@type":"d",
"@version":0,
"name":"ORIDs",
"shortName":null,
"defaultClusterId":8,
"clusterIds":[
8
],
"clusterSelection":"round-robin",
"overSize":0.0,
"strictMode":false,
"abstract":false,
"properties":[
],
"superClass":null,
"superClasses":null,
"customFields":null,
"description":null,
"@fieldTypes":"overSize=f,properties=e"
},
{
"@type":"d",
"@version":0,
"name":"ORestricted",
"shortName":null,
"defaultClusterId":-1,
"clusterIds":[
-1
],
"clusterSelection":"round-robin",
"overSize":0.0,
"strictMode":false,
"abstract":true,
"properties":[
{
"@type":"d",
"@version":0,
"name":"_allowUpdate",
"type":15,
"globalId":9,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"linkedClass":"OIdentity",
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"_allow",
"type":15,
"globalId":7,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"linkedClass":"OIdentity",
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"_allowDelete",
"type":15,
"globalId":10,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"linkedClass":"OIdentity",
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"_allowRead",
"type":15,
"globalId":8,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"linkedClass":"OIdentity",
"customFields":null,
"collate":"default",
"description":null
}
],
"superClass":null,
"superClasses":null,
"customFields":null,
"description":null,
"@fieldTypes":"overSize=f,properties=e"
},
{
"@type":"d",
"@version":0,
"name":"ORole",
"shortName":null,
"defaultClusterId":4,
"clusterIds":[
4
],
"clusterSelection":"round-robin",
"overSize":0.0,
"strictMode":false,
"abstract":false,
"properties":[
{
"@type":"d",
"@version":0,
"name":"inheritedRole",
"type":13,
"globalId":3,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"linkedClass":"ORole",
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"rules",
"type":12,
"globalId":2,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"linkedType":17,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"name",
"type":7,
"globalId":0,
"mandatory":true,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"ci",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"mode",
"type":17,
"globalId":1,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
}
],
"superClass":"OIdentity",
"superClasses":[
"OIdentity"
],
"customFields":null,
"description":null,
"@fieldTypes":"overSize=f,properties=e"
},
{
"@type":"d",
"@version":0,
"name":"repository",
"shortName":null,
"defaultClusterId":19,
"clusterIds":[
19
],
"clusterSelection":"round-robin",
"overSize":0.0,
"strictMode":false,
"abstract":false,
"properties":[
{
"@type":"d",
"@version":0,
"name":"online",
"type":0,
"globalId":71,
"mandatory":true,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"recipe_name",
"type":7,
"globalId":70,
"mandatory":true,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"repository_name",
"type":7,
"globalId":69,
"mandatory":true,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"ci",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"attributes",
"type":12,
"globalId":22,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
}
],
"superClass":null,
"superClasses":null,
"customFields":null,
"description":null,
"@fieldTypes":"overSize=f,properties=e"
},
{
"@type":"d",
"@version":0,
"name":"email",
"shortName":null,
"defaultClusterId":11,
"clusterIds":[
11
],
"clusterSelection":"round-robin",
"overSize":0.0,
"strictMode":false,
"abstract":false,
"properties":[
{
"@type":"d",
"@version":0,
"name":"ssl_on_connect_enabled",
"type":0,
"globalId":31,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"ssl_check_server_identity_enabled",
"type":0,
"globalId":32,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"port",
"type":1,
"globalId":25,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"subject_prefix",
"type":7,
"globalId":28,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"username",
"type":7,
"globalId":26,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"nexus_trust_store_enabled",
"type":0,
"globalId":33,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"start_tls_required",
"type":0,
"globalId":30,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"enabled",
"type":0,
"globalId":23,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"from_address",
"type":7,
"globalId":27,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"host",
"type":7,
"globalId":24,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"start_tls_enabled",
"type":0,
"globalId":29,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"password",
"type":7,
"globalId":4,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
}
],
"superClass":null,
"superClasses":null,
"customFields":null,
"description":null,
"@fieldTypes":"overSize=f,properties=e"
},
{
"@type":"d",
"@version":0,
"name":"OUser",
"shortName":null,
"defaultClusterId":5,
"clusterIds":[
5
],
"clusterSelection":"round-robin",
"overSize":0.0,
"strictMode":false,
"abstract":false,
"properties":[
{
"@type":"d",
"@version":0,
"name":"password",
"type":7,
"globalId":4,
"mandatory":true,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"name",
"type":7,
"globalId":0,
"mandatory":true,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"ci",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"roles",
"type":15,
"globalId":5,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"linkedClass":"ORole",
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"status",
"type":7,
"globalId":6,
"mandatory":true,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
}
],
"superClass":"OIdentity",
"superClasses":[
"OIdentity"
],
"customFields":null,
"description":null,
"@fieldTypes":"overSize=f,properties=e"
},
{
"@type":"d",
"@version":0,
"name":"quartz_job_detail",
"shortName":null,
"defaultClusterId":20,
"clusterIds":[
20
],
"clusterSelection":"round-robin",
"overSize":0.0,
"strictMode":false,
"abstract":false,
"properties":[
{
"@type":"d",
"@version":0,
"name":"group",
"type":7,
"globalId":74,
"mandatory":true,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"job_type",
"type":7,
"globalId":75,
"mandatory":true,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"value_data",
"type":12,
"globalId":73,
"mandatory":true,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"value_type",
"type":7,
"globalId":72,
"mandatory":true,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"name",
"type":7,
"globalId":0,
"mandatory":true,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
}
],
"superClass":null,
"superClasses":null,
"customFields":null,
"description":null,
"@fieldTypes":"overSize=f,properties=e"
},
{
"@type":"d",
"@version":0,
"name":"selector_selector",
"shortName":null,
"defaultClusterId":9,
"clusterIds":[
9
],
"clusterSelection":"round-robin",
"overSize":0.0,
"strictMode":false,
"abstract":false,
"properties":[
{
"@type":"d",
"@version":0,
"name":"description",
"type":7,
"globalId":21,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"name",
"type":7,
"globalId":0,
"mandatory":true,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"type",
"type":7,
"globalId":20,
"mandatory":true,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"attributes",
"type":12,
"globalId":22,
"mandatory":true,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
}
],
"superClass":null,
"superClasses":null,
"customFields":null,
"description":null,
"@fieldTypes":"overSize=f,properties=e"
},
{
"@type":"d",
"@version":0,
"name":"quartz_trigger",
"shortName":null,
"defaultClusterId":21,
"clusterIds":[
21
],
"clusterSelection":"round-robin",
"overSize":0.0,
"strictMode":false,
"abstract":false,
"properties":[
{
"@type":"d",
"@version":0,
"name":"group",
"type":7,
"globalId":74,
"mandatory":true,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"name",
"type":7,
"globalId":0,
"mandatory":true,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"calendar_name",
"type":7,
"globalId":78,
"mandatory":true,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"value_data",
"type":12,
"globalId":73,
"mandatory":true,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"value_type",
"type":7,
"globalId":72,
"mandatory":true,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"job_group",
"type":7,
"globalId":77,
"mandatory":true,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"job_name",
"type":7,
"globalId":76,
"mandatory":true,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"state",
"type":7,
"globalId":79,
"mandatory":true,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
}
],
"superClass":null,
"superClasses":null,
"customFields":null,
"description":null,
"@fieldTypes":"overSize=f,properties=e"
},
{
"@type":"d",
"@version":0,
"name":"quartz_calendar",
"shortName":null,
"defaultClusterId":22,
"clusterIds":[
22
],
"clusterSelection":"round-robin",
"overSize":0.0,
"strictMode":false,
"abstract":false,
"properties":[
{
"@type":"d",
"@version":0,
"name":"name",
"type":7,
"globalId":0,
"mandatory":true,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"value_data",
"type":12,
"globalId":73,
"mandatory":true,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"value_type",
"type":7,
"globalId":72,
"mandatory":true,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
}
],
"superClass":null,
"superClasses":null,
"customFields":null,
"description":null,
"@fieldTypes":"overSize=f,properties=e"
},
{
"@type":"d",
"@version":0,
"name":"nodes",
"shortName":null,
"description":null,
"defaultClusterId":25,
"clusterIds":[
25
],
"clusterSelection":"round-robin",
"overSize":0.0,
"strictMode":false,
"abstract":false,
"properties":[
{
"@type":"d",
"@version":0,
"name":"friendly_name",
"type":7,
"globalId":81,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"id",
"type":7,
"globalId":61,
"mandatory":true,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
}
],
"superClass":null,
"superClasses":null,
"customFields":null,
"@fieldTypes":"overSize=f,properties=e"
},
{
"@type":"d",
"@version":0,
"name":"capability",
"shortName":null,
"defaultClusterId":16,
"clusterIds":[
16
],
"clusterSelection":"round-robin",
"overSize":0.0,
"strictMode":false,
"abstract":false,
"properties":[
{
"@type":"d",
"@version":0,
"name":"version",
"type":1,
"globalId":65,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"notes",
"type":7,
"globalId":66,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"enabled",
"type":0,
"globalId":23,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"properties",
"type":12,
"globalId":67,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"type",
"type":7,
"globalId":20,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
}
],
"superClass":null,
"superClasses":null,
"customFields":null,
"description":null,
"@fieldTypes":"overSize=f,properties=e"
},
{
"@type":"d",
"@version":0,
"name":"script",
"shortName":null,
"defaultClusterId":17,
"clusterIds":[
17
],
"clusterSelection":"round-robin",
"overSize":0.0,
"strictMode":false,
"abstract":false,
"properties":[
{
"@type":"d",
"@version":0,
"name":"content",
"type":7,
"globalId":68,
"mandatory":false,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"type",
"type":7,
"globalId":20,
"mandatory":false,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"name",
"type":7,
"globalId":0,
"mandatory":false,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
}
],
"superClass":null,
"superClasses":null,
"customFields":null,
"description":null,
"@fieldTypes":"overSize=f,properties=e"
},
{
"@type":"d",
"@version":0,
"name":"OTriggered",
"shortName":null,
"defaultClusterId":-1,
"clusterIds":[
-1
],
"clusterSelection":"round-robin",
"overSize":0.0,
"strictMode":false,
"abstract":true,
"properties":[
],
"superClass":null,
"superClasses":null,
"customFields":null,
"description":null,
"@fieldTypes":"overSize=f,properties=e"
},
{
"@type":"d",
"@version":0,
"name":"ldap_connection",
"shortName":null,
"defaultClusterId":13,
"clusterIds":[
13
],
"clusterSelection":"round-robin",
"overSize":0.0,
"strictMode":false,
"abstract":false,
"properties":[
{
"@type":"d",
"@version":0,
"name":"saslRealm",
"type":7,
"globalId":41,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"connectionTimeout",
"type":1,
"globalId":42,
"mandatory":false,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"searchBase",
"type":7,
"globalId":36,
"mandatory":false,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"maxIncidentsCount",
"type":1,
"globalId":44,
"mandatory":false,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"authScheme",
"type":7,
"globalId":39,
"mandatory":false,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"host",
"type":9,
"globalId":40,
"mandatory":false,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"linkedClass":"ldap_host",
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"connectionRetryDelay",
"type":1,
"globalId":43,
"mandatory":false,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"systemPassword",
"type":7,
"globalId":38,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"systemUsername",
"type":7,
"globalId":37,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
}
],
"superClass":null,
"superClasses":null,
"customFields":null,
"description":null,
"@fieldTypes":"overSize=f,properties=e"
},
{
"@type":"d",
"@version":0,
"name":"upgrade_model_versions",
"shortName":null,
"description":null,
"defaultClusterId":23,
"clusterIds":[
23
],
"clusterSelection":"round-robin",
"overSize":0.0,
"strictMode":false,
"abstract":false,
"properties":[
],
"superClass":null,
"superClasses":null,
"customFields":null,
"@fieldTypes":"overSize=f,properties=e"
},
{
"@type":"d",
"@version":0,
"name":"repository_blobstore",
"shortName":null,
"defaultClusterId":18,
"clusterIds":[
18
],
"clusterSelection":"round-robin",
"overSize":0.0,
"strictMode":false,
"abstract":false,
"properties":[
{
"@type":"d",
"@version":0,
"name":"type",
"type":7,
"globalId":20,
"mandatory":true,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"attributes",
"type":12,
"globalId":22,
"mandatory":true,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"name",
"type":7,
"globalId":0,
"mandatory":true,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"ci",
"description":null
}
],
"superClass":null,
"superClasses":null,
"customFields":null,
"description":null,
"@fieldTypes":"overSize=f,properties=e"
},
{
"@type":"d",
"@version":0,
"name":"healthcheckconfig",
"shortName":null,
"description":null,
"defaultClusterId":26,
"clusterIds":[
26
],
"clusterSelection":"round-robin",
"overSize":0.0,
"strictMode":false,
"abstract":false,
"properties":[
{
"@type":"d",
"@version":0,
"name":"property_value",
"type":7,
"globalId":83,
"mandatory":true,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"ci",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"property_name",
"type":7,
"globalId":82,
"mandatory":true,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"ci",
"description":null
}
],
"superClass":null,
"superClasses":null,
"customFields":null,
"@fieldTypes":"overSize=f,properties=e"
},
{
"@type":"d",
"@version":0,
"name":"OIdentity",
"shortName":null,
"defaultClusterId":-1,
"clusterIds":[
-1
],
"clusterSelection":"round-robin",
"overSize":0.0,
"strictMode":false,
"abstract":true,
"properties":[
],
"superClass":null,
"superClasses":null,
"customFields":null,
"description":null,
"@fieldTypes":"overSize=f,properties=e"
},
{
"@type":"d",
"@version":0,
"name":"OSchedule",
"shortName":null,
"defaultClusterId":7,
"clusterIds":[
7
],
"clusterSelection":"round-robin",
"overSize":0.0,
"strictMode":false,
"abstract":false,
"properties":[
{
"@type":"d",
"@version":0,
"name":"name",
"type":7,
"globalId":0,
"mandatory":true,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"rule",
"type":7,
"globalId":15,
"mandatory":true,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"start",
"type":0,
"globalId":19,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"function",
"type":13,
"globalId":17,
"mandatory":true,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"linkedClass":"OFunction",
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"arguments",
"type":12,
"globalId":16,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"status",
"type":7,
"globalId":6,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"starttime",
"type":6,
"globalId":18,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
}
],
"superClass":null,
"superClasses":null,
"customFields":null,
"description":null,
"@fieldTypes":"overSize=f,properties=e"
},
{
"@type":"d",
"@version":0,
"name":"deploymentidentifier",
"shortName":null,
"description":null,
"defaultClusterId":27,
"clusterIds":[
27
],
"clusterSelection":"round-robin",
"overSize":0.0,
"strictMode":false,
"abstract":false,
"properties":[
{
"@type":"d",
"@version":0,
"name":"id",
"type":7,
"globalId":61,
"mandatory":true,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"alias",
"type":7,
"globalId":84,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
}
],
"superClass":null,
"superClasses":null,
"customFields":null,
"@fieldTypes":"overSize=f,properties=e"
},
{
"@type":"d",
"@version":0,
"name":"ldap",
"shortName":null,
"defaultClusterId":15,
"clusterIds":[
15
],
"clusterSelection":"round-robin",
"overSize":0.0,
"strictMode":false,
"abstract":false,
"properties":[
{
"@type":"d",
"@version":0,
"name":"mapping",
"type":9,
"globalId":64,
"mandatory":false,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"linkedClass":"ldap_mapping",
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"connection",
"type":9,
"globalId":63,
"mandatory":false,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"linkedClass":"ldap_connection",
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"name",
"type":7,
"globalId":0,
"mandatory":false,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"id",
"type":7,
"globalId":61,
"mandatory":false,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"order",
"type":1,
"globalId":62,
"mandatory":false,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
}
],
"superClass":null,
"superClasses":null,
"customFields":null,
"description":null,
"@fieldTypes":"overSize=f,properties=e"
},
{
"@type":"d",
"@version":0,
"name":"firewall_ignore_patterns",
"shortName":null,
"description":null,
"defaultClusterId":30,
"clusterIds":[
30
],
"clusterSelection":"round-robin",
"overSize":0.0,
"strictMode":false,
"abstract":false,
"properties":[
{
"@type":"d",
"@version":0,
"name":"regexps_by_format",
"type":12,
"globalId":89,
"mandatory":true,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
}
],
"superClass":null,
"superClasses":null,
"customFields":null,
"@fieldTypes":"overSize=f,properties=e"
},
{
"@type":"d",
"@version":0,
"name":"ldap_mapping",
"shortName":null,
"defaultClusterId":14,
"clusterIds":[
14
],
"clusterSelection":"round-robin",
"overSize":0.0,
"strictMode":false,
"abstract":false,
"properties":[
{
"@type":"d",
"@version":0,
"name":"userIdAttribute",
"type":7,
"globalId":53,
"mandatory":false,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"userBaseDn",
"type":7,
"globalId":56,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"ldapFilter",
"type":7,
"globalId":55,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"userMemberOfAttribute",
"type":7,
"globalId":60,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"groupMemberFormat",
"type":7,
"globalId":50,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"userObjectClass",
"type":7,
"globalId":54,
"mandatory":false,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"groupObjectClass",
"type":7,
"globalId":51,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"groupIdAttribute",
"type":7,
"globalId":48,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"groupBaseDn",
"type":7,
"globalId":47,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"groupMemberAttribute",
"type":7,
"globalId":49,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"ldapGroupsAsRoles",
"type":0,
"globalId":46,
"mandatory":false,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"emailAddressAttribute",
"type":7,
"globalId":45,
"mandatory":false,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"userRealNameAttribute",
"type":7,
"globalId":57,
"mandatory":false,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"groupSubtree",
"type":0,
"globalId":59,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"userSubtree",
"type":0,
"globalId":58,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"userPasswordAttribute",
"type":7,
"globalId":52,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
}
],
"superClass":null,
"superClasses":null,
"customFields":null,
"description":null,
"@fieldTypes":"overSize=f,properties=e"
},
{
"@type":"d",
"@version":0,
"name":"key_store",
"shortName":null,
"description":null,
"defaultClusterId":24,
"clusterIds":[
24
],
"clusterSelection":"round-robin",
"overSize":0.0,
"strictMode":false,
"abstract":false,
"properties":[
{
"@type":"d",
"@version":0,
"name":"name",
"type":7,
"globalId":0,
"mandatory":true,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"bytes",
"type":8,
"globalId":80,
"mandatory":true,
"readonly":false,
"notNull":true,
"defaultValue":null,
"min":null,
"max":null,
"customFields":null,
"collate":"default",
"description":null
}
],
"superClass":null,
"superClasses":null,
"customFields":null,
"@fieldTypes":"overSize=f,properties=e"
}
],
"blobClusters":[
],
"@fieldTypes":"classes=e,blobClusters=e"
},
{
"@type":"d",
"@rid":"#0:2",
"@version":27,
"indexes":[
{
"@type":"d",
"@version":0,
"type":"UNIQUE",
"name":"selector_selector_name_idx",
"indexVersion":1,
"indexDefinition":{
"@type":"d",
"@version":0,
"className":"selector_selector",
"field":"name",
"keyType":"STRING",
"collate":"default",
"nullValuesIgnored":true
},
"indexDefinitionClass":"com.orientechnologies.orient.core.index.OPropertyIndexDefinition",
"clusters":[
"selector_selector"
],
"algorithm":"SBTREE",
"valueContainerAlgorithm":"NONE",
"@fieldTypes":"clusters=e"
},
{
"@type":"d",
"@version":0,
"type":"UNIQUE",
"name":"key_store_name_idx",
"indexVersion":1,
"indexDefinition":{
"@type":"d",
"@version":0,
"className":"key_store",
"field":"name",
"keyType":"STRING",
"collate":"default",
"nullValuesIgnored":false
},
"indexDefinitionClass":"com.orientechnologies.orient.core.index.OPropertyIndexDefinition",
"clusters":[
"key_store"
],
"algorithm":"SBTREE",
"valueContainerAlgorithm":"NONE",
"@fieldTypes":"clusters=e"
},
{
"@type":"d",
"@version":0,
"type":"UNIQUE",
"name":"cleanup_name_idx",
"indexVersion":1,
"indexDefinition":{
"@type":"d",
"@version":0,
"className":"cleanup",
"field":"name",
"keyType":"STRING",
"collate":"default",
"nullValuesIgnored":false
},
"indexDefinitionClass":"com.orientechnologies.orient.core.index.OPropertyIndexDefinition",
"clusters":[
"cleanup"
],
"algorithm":"SBTREE",
"valueContainerAlgorithm":"NONE",
"@fieldTypes":"clusters=e"
},
{
"@type":"d",
"@version":0,
"type":"UNIQUE",
"name":"quartz_calendar_name_idx",
"indexVersion":1,
"indexDefinition":{
"@type":"d",
"@version":0,
"className":"quartz_calendar",
"field":"name",
"keyType":"STRING",
"collate":"default",
"nullValuesIgnored":true
},
"indexDefinitionClass":"com.orientechnologies.orient.core.index.OPropertyIndexDefinition",
"clusters":[
"quartz_calendar"
],
"algorithm":"SBTREE",
"valueContainerAlgorithm":"NONE",
"@fieldTypes":"clusters=e"
},
{
"@type":"d",
"@version":0,
"type":"UNIQUE",
"name":"ldap_name_idx",
"indexVersion":1,
"indexDefinition":{
"@type":"d",
"@version":0,
"className":"ldap",
"field":"name",
"keyType":"STRING",
"collate":"default",
"nullValuesIgnored":true
},
"indexDefinitionClass":"com.orientechnologies.orient.core.index.OPropertyIndexDefinition",
"clusters":[
"ldap"
],
"algorithm":"SBTREE",
"valueContainerAlgorithm":"NONE",
"@fieldTypes":"clusters=e"
},
{
"@type":"d",
"@version":0,
"type":"UNIQUE",
"name":"quartz_job_detail_name_group_idx",
"indexVersion":1,
"indexDefinition":{
"@type":"d",
"@version":0,
"className":"quartz_job_detail",
"indexDefinitions":[
{
"@type":"d",
"@version":0,
"className":"quartz_job_detail",
"field":"name",
"keyType":"STRING",
"collate":"default",
"nullValuesIgnored":true
},
{
"@type":"d",
"@version":0,
"className":"quartz_job_detail",
"field":"group",
"keyType":"STRING",
"collate":"default",
"nullValuesIgnored":true
}
],
"indClasses":[
"com.orientechnologies.orient.core.index.OPropertyIndexDefinition",
"com.orientechnologies.orient.core.index.OPropertyIndexDefinition"
],
"nullValuesIgnored":true
},
"indexDefinitionClass":"com.orientechnologies.orient.core.index.OCompositeIndexDefinition",
"clusters":[
"quartz_job_detail"
],
"algorithm":"SBTREE",
"valueContainerAlgorithm":"NONE",
"@fieldTypes":"clusters=e"
},
{
"@type":"d",
"@version":0,
"type":"UNIQUE",
"name":"healthcheckconfig_property_name_idx",
"indexVersion":1,
"indexDefinition":{
"@type":"d",
"@version":0,
"className":"healthcheckconfig",
"field":"property_name",
"keyType":"STRING",
"collate":"ci",
"nullValuesIgnored":false
},
"indexDefinitionClass":"com.orientechnologies.orient.core.index.OPropertyIndexDefinition",
"clusters":[
"healthcheckconfig"
],
"algorithm":"SBTREE",
"valueContainerAlgorithm":"NONE",
"@fieldTypes":"clusters=e"
},
{
"@type":"d",
"@version":0,
"type":"UNIQUE",
"name":"OUser.name",
"indexVersion":1,
"indexDefinition":{
"@type":"d",
"@version":0,
"className":"OUser",
"field":"name",
"keyType":"STRING",
"collate":"ci",
"nullValuesIgnored":true
},
"indexDefinitionClass":"com.orientechnologies.orient.core.index.OPropertyIndexDefinition",
"clusters":[
"ouser"
],
"algorithm":"SBTREE",
"valueContainerAlgorithm":"NONE",
"@fieldTypes":"clusters=e"
},
{
"@type":"d",
"@version":0,
"type":"UNIQUE",
"name":"quartz_trigger_name_group_idx",
"indexVersion":1,
"indexDefinition":{
"@type":"d",
"@version":0,
"className":"quartz_trigger",
"indexDefinitions":[
{
"@type":"d",
"@version":0,
"className":"quartz_trigger",
"field":"name",
"keyType":"STRING",
"collate":"default",
"nullValuesIgnored":true
},
{
"@type":"d",
"@version":0,
"className":"quartz_trigger",
"field":"group",
"keyType":"STRING",
"collate":"default",
"nullValuesIgnored":true
}
],
"indClasses":[
"com.orientechnologies.orient.core.index.OPropertyIndexDefinition",
"com.orientechnologies.orient.core.index.OPropertyIndexDefinition"
],
"nullValuesIgnored":true
},
"indexDefinitionClass":"com.orientechnologies.orient.core.index.OCompositeIndexDefinition",
"clusters":[
"quartz_trigger"
],
"algorithm":"SBTREE",
"valueContainerAlgorithm":"NONE",
"@fieldTypes":"clusters=e"
},
{
"@type":"d",
"@version":0,
"type":"NOTUNIQUE",
"name":"quartz_trigger_calendar_name_idx",
"indexVersion":1,
"indexDefinition":{
"@type":"d",
"@version":0,
"className":"quartz_trigger",
"field":"calendar_name",
"keyType":"STRING",
"collate":"default",
"nullValuesIgnored":true
},
"indexDefinitionClass":"com.orientechnologies.orient.core.index.OPropertyIndexDefinition",
"clusters":[
"quartz_trigger"
],
"algorithm":"SBTREE",
"valueContainerAlgorithm":"SBTREEBONSAISET",
"@fieldTypes":"clusters=e"
},
{
"@type":"d",
"@version":0,
"type":"NOTUNIQUE",
"name":"cleanup_format_idx",
"indexVersion":1,
"indexDefinition":{
"@type":"d",
"@version":0,
"className":"cleanup",
"field":"format",
"keyType":"STRING",
"collate":"default",
"nullValuesIgnored":false
},
"indexDefinitionClass":"com.orientechnologies.orient.core.index.OPropertyIndexDefinition",
"clusters":[
"cleanup"
],
"algorithm":"SBTREE",
"valueContainerAlgorithm":"SBTREEBONSAISET",
"@fieldTypes":"clusters=e"
},
{
"@type":"d",
"@version":0,
"type":"DICTIONARY",
"name":"dictionary",
"indexVersion":1,
"indexDefinition":{
"@type":"d",
"@version":0,
"keyTypes":[
"STRING"
],
"collate":"default",
"nullValuesIgnored":true
},
"indexDefinitionClass":"com.orientechnologies.orient.core.index.OSimpleKeyIndexDefinition",
"clusters":[
],
"algorithm":"SBTREE",
"valueContainerAlgorithm":"NONE",
"metadata":{
"@type":"d",
"@version":0,
"durableInNonTxMode":true,
"trackMode":"FULL"
},
"@fieldTypes":"clusters=e"
},
{
"@type":"d",
"@version":0,
"type":"UNIQUE",
"name":"script_name_idx",
"indexVersion":1,
"indexDefinition":{
"@type":"d",
"@version":0,
"className":"script",
"field":"name",
"keyType":"STRING",
"collate":"default",
"nullValuesIgnored":true
},
"indexDefinitionClass":"com.orientechnologies.orient.core.index.OPropertyIndexDefinition",
"clusters":[
"script"
],
"algorithm":"SBTREE",
"valueContainerAlgorithm":"NONE",
"@fieldTypes":"clusters=e"
},
{
"@type":"d",
"@version":0,
"type":"NOTUNIQUE",
"name":"quartz_trigger_job_name_job_group_idx",
"indexVersion":1,
"indexDefinition":{
"@type":"d",
"@version":0,
"className":"quartz_trigger",
"indexDefinitions":[
{
"@type":"d",
"@version":0,
"className":"quartz_trigger",
"field":"job_name",
"keyType":"STRING",
"collate":"default",
"nullValuesIgnored":true
},
{
"@type":"d",
"@version":0,
"className":"quartz_trigger",
"field":"job_group",
"keyType":"STRING",
"collate":"default",
"nullValuesIgnored":true
}
],
"indClasses":[
"com.orientechnologies.orient.core.index.OPropertyIndexDefinition",
"com.orientechnologies.orient.core.index.OPropertyIndexDefinition"
],
"nullValuesIgnored":true
},
"indexDefinitionClass":"com.orientechnologies.orient.core.index.OCompositeIndexDefinition",
"clusters":[
"quartz_trigger"
],
"algorithm":"SBTREE",
"valueContainerAlgorithm":"SBTREEBONSAISET",
"@fieldTypes":"clusters=e"
},
{
"@type":"d",
"@version":0,
"type":"UNIQUE",
"name":"repository_blobstore_name_idx",
"indexVersion":1,
"indexDefinition":{
"@type":"d",
"@version":0,
"className":"repository_blobstore",
"field":"name",
"keyType":"STRING",
"collate":"ci",
"nullValuesIgnored":false
},
"indexDefinitionClass":"com.orientechnologies.orient.core.index.OPropertyIndexDefinition",
"clusters":[
"repository_blobstore"
],
"algorithm":"SBTREE",
"valueContainerAlgorithm":"NONE",
"@fieldTypes":"clusters=e"
},
{
"@type":"d",
"@version":0,
"type":"UNIQUE",
"name":"nodes_id_idx",
"indexVersion":1,
"indexDefinition":{
"@type":"d",
"@version":0,
"className":"nodes",
"field":"id",
"keyType":"STRING",
"collate":"default",
"nullValuesIgnored":false
},
"indexDefinitionClass":"com.orientechnologies.orient.core.index.OPropertyIndexDefinition",
"clusters":[
"nodes"
],
"algorithm":"SBTREE",
"valueContainerAlgorithm":"NONE",
"@fieldTypes":"clusters=e"
},
{
"@type":"d",
"@version":0,
"type":"UNIQUE",
"name":"ldap_id_idx",
"indexVersion":1,
"indexDefinition":{
"@type":"d",
"@version":0,
"className":"ldap",
"field":"id",
"keyType":"STRING",
"collate":"default",
"nullValuesIgnored":true
},
"indexDefinitionClass":"com.orientechnologies.orient.core.index.OPropertyIndexDefinition",
"clusters":[
"ldap"
],
"algorithm":"SBTREE",
"valueContainerAlgorithm":"NONE",
"@fieldTypes":"clusters=e"
},
{
"@type":"d",
"@version":0,
"type":"UNIQUE",
"name":"repository_repository_name_idx",
"indexVersion":1,
"indexDefinition":{
"@type":"d",
"@version":0,
"className":"repository",
"field":"repository_name",
"keyType":"STRING",
"collate":"ci",
"nullValuesIgnored":true
},
"indexDefinitionClass":"com.orientechnologies.orient.core.index.OPropertyIndexDefinition",
"clusters":[
"repository"
],
"algorithm":"SBTREE",
"valueContainerAlgorithm":"NONE",
"@fieldTypes":"clusters=e"
},
{
"@type":"d",
"@version":0,
"type":"UNIQUE",
"name":"ORole.name",
"indexVersion":1,
"indexDefinition":{
"@type":"d",
"@version":0,
"className":"ORole",
"field":"name",
"keyType":"STRING",
"collate":"ci",
"nullValuesIgnored":true
},
"indexDefinitionClass":"com.orientechnologies.orient.core.index.OPropertyIndexDefinition",
"clusters":[
"orole"
],
"algorithm":"SBTREE",
"valueContainerAlgorithm":"NONE",
"@fieldTypes":"clusters=e"
},
{
"@type":"d",
"@version":0,
"type":"NOTUNIQUE",
"name":"quartz_trigger_state_idx",
"indexVersion":1,
"indexDefinition":{
"@type":"d",
"@version":0,
"className":"quartz_trigger",
"field":"state",
"keyType":"STRING",
"collate":"default",
"nullValuesIgnored":true
},
"indexDefinitionClass":"com.orientechnologies.orient.core.index.OPropertyIndexDefinition",
"clusters":[
"quartz_trigger"
],
"algorithm":"SBTREE",
"valueContainerAlgorithm":"SBTREEBONSAISET",
"@fieldTypes":"clusters=e"
}
],
"@fieldTypes":"indexes=e"
},
{
"@type":"d",
"@rid":"#4:0",
"@version":2,
"@class":"ORole",
"name":"admin",
"inheritedRole":null,
"mode":1,
"rules":{
"database.bypassRestricted":15
},
"@fieldTypes":"mode=b"
},
{
"@type":"d",
"@rid":"#4:1",
"@version":2,
"@class":"ORole",
"name":"reader",
"inheritedRole":null,
"mode":0,
"rules":{
"database.cluster.internal":2,
"database.cluster.orole":0,
"database":2,
"database.function":2,
"database.schema":2,
"database.class.ouser":0,
"database.systemclusters":0,
"database.cluster.ouser":0,
"database.cluster":2,
"database.command":2,
"database.class":2,
"database.hook.record":2
},
"@fieldTypes":"mode=b"
},
{
"@type":"d",
"@rid":"#4:2",
"@version":2,
"@class":"ORole",
"name":"writer",
"inheritedRole":null,
"mode":0,
"rules":{
"database.cluster.internal":2,
"database.cluster.orole":0,
"database":2,
"database.function":2,
"database.schema":7,
"database.class.ouser":0,
"database.systemclusters":0,
"database.cluster.ouser":0,
"database.cluster":15,
"database.command":15,
"database.class":15,
"database.hook.record":15
},
"@fieldTypes":"mode=b"
},
{
"@type":"d",
"@rid":"#5:0",
"@version":1,
"@class":"OUser",
"name":"admin",
"password":"{SHA-256}8C6976E5B5410415BDE908BD4DEE15DFB167A9C873FC4BB8A81F6F2AB448A918",
"status":"ACTIVE",
"roles":[
"#4:0"
],
"@fieldTypes":"roles=n"
},
{
"@type":"d",
"@rid":"#5:1",
"@version":1,
"@class":"OUser",
"name":"reader",
"password":"{SHA-256}3D0941964AA3EBDCB00CCEF58B1BB399F9F898465E9886D5AEC7F31090A0FB30",
"status":"ACTIVE",
"roles":[
"#4:1"
],
"@fieldTypes":"roles=n"
},
{
"@type":"d",
"@rid":"#5:2",
"@version":1,
"@class":"OUser",
"name":"writer",
"password":"{SHA-256}B93006774CBDD4B299389A03AC3D88C3A76B460D538795BC12718011A909FBA5",
"status":"ACTIVE",
"roles":[
"#4:2"
],
"@fieldTypes":"roles=n"
},
{
"@type":"d",
"@rid":"#9:0",
"@version":4,
"@class":"selector_selector",
"attributes":{
"expression":"format == \"maven2\" && path =^ \"/com/zone/qv2/\""
},
"name":"qv2",
"type":"csel",
"description":"qv2"
},
{
"@type":"d",
"@rid":"#9:1",
"@version":5,
"@class":"selector_selector",
"attributes":{
"expression":"format == \"maven2\" && path =^ \"/com/kohls/kkube/\" || path =^ \"/com/kohls/ksiot/\" || path =^ \"/com/kohls/khkte/\""
},
"name":"kkube",
"type":"csel",
"description":"kkube"
},
{
"@type":"d",
"@rid":"#9:2",
"@version":3,
"@class":"selector_selector",
"attributes":{
"expression":"format == \"maven2\" && path =^ \"/com/zone/matrix/\""
},
"name":"matrix",
"type":"csel",
"description":"matrix"
},
{
"@type":"d",
"@rid":"#11:0",
"@version":1,
"@class":"email",
"enabled":true,
"host":"smtp.gmail.com",
"port":465,
"username":"app@zone24x7.com",
"password":"{JNIUTPTIXTIHFDBXwoWU9wzULVp6jv0QTS48uvR/rKw=}",
"from_address":"nexus@zone24x7.com",
"subject_prefix":"NEXUS -",
"start_tls_enabled":false,
"start_tls_required":false,
"ssl_on_connect_enabled":true,
"ssl_check_server_identity_enabled":false,
"nexus_trust_store_enabled":false
},
{
"@type":"d",
"@rid":"#15:0",
"@version":2,
"@class":"ldap",
"id":"a496dbcc-6cd2-40e4-939b-a52069f59d38",
"name":"ZONE24X7",
"order":0,
"connection":{
"@type":"d",
"@version":0,
"@class":"ldap_connection",
"searchBase":"dc=zone24x7,dc=lk",
"systemUsername":"CN=ZONE LDAP,CN=Users,DC=Zone24x7,DC=lk",
"systemPassword":"{kDHaInNFjLUHVFA1Eoj8ew9wsp9huf86ZHfbc2HWhOw=}",
"authScheme":"simple",
"host":{
"@type":"d",
"@version":0,
"@class":"ldap_host",
"protocol":"ldap",
"hostName":"zonedc01.zone24x7.lk",
"port":389
},
"useTrustStore":false,
"saslRealm":null,
"connectionTimeout":30,
"connectionRetryDelay":300,
"maxIncidentsCount":3
},
"mapping":{
"@type":"d",
"@version":0,
"@class":"ldap_mapping",
"emailAddressAttribute":"mail",
"ldapGroupsAsRoles":false,
"groupBaseDn":null,
"groupIdAttribute":null,
"groupMemberAttribute":null,
"groupMemberFormat":null,
"groupObjectClass":null,
"userPasswordAttribute":"",
"userIdAttribute":"sAMAccountName",
"userObjectClass":"*",
"ldapFilter":"",
"userBaseDn":"ou=SL Users",
"userRealNameAttribute":"cn",
"userSubtree":false,
"groupSubtree":false,
"userMemberOfAttribute":null
}
},
{
"@type":"d",
"@rid":"#16:0",
"@version":1,
"@class":"capability",
"version":1,
"type":"rapture.settings",
"enabled":true,
"notes":"Automatically added on Wed Apr 20 17:45:29 IST 2016",
"properties":{
"statusIntervalAuthenticated":"5",
"sessionTimeout":"30",
"title":"Nexus Repository Manager",
"debugAllowed":"true",
"statusIntervalAnonymous":"60"
}
},
{
"@type":"d",
"@rid":"#16:1",
"@version":1,
"@class":"capability",
"version":1,
"type":"analytics.collection",
"enabled":false,
"notes":"Automatically added on Wed Apr 20 17:45:30 IST 2016",
"properties":{
"hostId":"67fd1c72-d40a-4d28-854b-14817a1a1b98",
"salt":"Z8reCLKdkkH1jP+lsWKNAe7uEpD6A/Vv8qBlLKvVKif2"
}
},
{
"@type":"d",
"@rid":"#16:2",
"@version":1,
"@class":"capability",
"version":1,
"type":"analytics.autosubmit",
"enabled":false,
"notes":"Automatically added on Wed Apr 20 17:45:30 IST 2016",
"properties":{
}
},
{
"@type":"d",
"@rid":"#16:3",
"@version":1,
"@class":"capability",
"version":1,
"type":"OutreachManagementCapability",
"enabled":true,
"notes":"Automatically added on Wed Apr 20 17:45:30 IST 2016",
"properties":{
"baseUrl":"http://links.sonatype.com/products/nexus/outreach",
"alwaysRemote":"false"
}
},
{
"@type":"d",
"@rid":"#16:4",
"@version":1,
"@class":"capability",
"version":1,
"type":"OutreachMarkerCapability",
"enabled":true,
"notes":"Automatically added on Wed Apr 20 17:45:30 IST 2016",
"properties":{
}
},
{
"@type":"d",
"@rid":"#16:5",
"@version":1,
"@class":"capability",
"version":1,
"type":"node.identity",
"enabled":true,
"notes":"Automatically added on Wed Apr 20 17:45:30 IST 2016",
"properties":{
}
},
{
"@type":"d",
"@rid":"#16:6",
"@version":1,
"@class":"capability",
"version":1,
"type":"scheduling.scheduler",
"enabled":true,
"notes":"Automatically added on Wed Apr 20 17:45:31 IST 2016",
"properties":{
}
},
{
"@type":"d",
"@rid":"#16:7",
"@version":1,
"@class":"capability",
"version":1,
"type":"audit",
"enabled":false,
"notes":"Automatically added on Mon Feb 13 16:00:29 IST 2017",
"properties":{
}
},
{
"@type":"d",
"@rid":"#18:0",
"@version":1,
"@class":"repository_blobstore",
"name":"default",
"type":"File",
"attributes":{
"file":{
"path":"default"
}
}
},
{
"@type":"d",
"@rid":"#18:1",
"@version":1,
"@class":"repository_blobstore",
"name":"nugetCache",
"type":"File",
"attributes":{
"file":{
"path":"nugetCache"
}
}
},
{
"@type":"d",
"@rid":"#18:4",
"@version":1,
"@class":"repository_blobstore",
"name":"yum",
"type":"File",
"attributes":{
"file":{
"path":"yum"
}
}
},
{
"@type":"d",
"@rid":"#18:5",
"@version":1,
"@class":"repository_blobstore",
"name":"docker",
"type":"File",
"attributes":{
"file":{
"path":"docker"
}
}
},
{
"@type":"d",
"@rid":"#18:6",
"@version":1,
"@class":"repository_blobstore",
"name":"ZONE-NEXUS-S3",
"type":"S3",
"attributes":{
"s3":{
"bucket":"zone-nexus-s3",
"accessKeyId":"AKIAIG72PIANEZGF5QGQ",
"secretAccessKey":"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",
"sessionToken":"",
"assumeRole":"",
"region":"ap-south-1",
"endpoint":"",
"expiration":"3",
"signertype":""
}
}
},
{
"@type":"d",
"@rid":"#19:7",
"@version":1,
"@class":"repository",
"recipe_name":"bower-hosted",
"repository_name":"bower",
"online":true,
"attributes":{
"storage":{
"strictContentTypeValidation":true,
"writePolicy":"ALLOW",
"blobStoreName":"default"
}
}
},
{
"@type":"d",
"@rid":"#19:8",
"@version":2,
"@class":"repository",
"recipe_name":"bower-proxy",
"repository_name":"bower-proxy",
"online":true,
"attributes":{
"proxy":{
"contentMaxAge":1440.0,
"remoteUrl":"http://bower.herokuapp.com",
"metadataMaxAge":1440.0
},
"negativeCache":{
"timeToLive":1440.0,
"enabled":true
},
"storage":{
"strictContentTypeValidation":true,
"blobStoreName":"default"
},
"bower":{
"rewritePackageUrls":true
},
"httpclient":{
"blocked":false,
"autoBlock":true
}
}
},
{
"@type":"d",
"@rid":"#19:9",
"@version":1,
"@class":"repository",
"recipe_name":"bower-group",
"repository_name":"bower-group",
"online":true,
"attributes":{
"storage":{
"strictContentTypeValidation":true,
"blobStoreName":"default"
},
"group":{
"memberNames":[
"bower",
"bower-proxy"
]
}
}
},
{
"@type":"d",
"@rid":"#19:10",
"@version":1,
"@class":"repository",
"recipe_name":"npm-proxy",
"repository_name":"npm-proxy",
"online":true,
"attributes":{
"proxy":{
"contentMaxAge":1440.0,
"remoteUrl":"https://registry.npmjs.org",
"metadataMaxAge":1440.0
},
"negativeCache":{
"timeToLive":1440.0,
"enabled":true
},
"storage":{
"strictContentTypeValidation":true,
"blobStoreName":"default"
},
"httpclient":{
"blocked":false,
"connection":{
"useTrustStore":false
},
"autoBlock":true
}
}
},
{
"@type":"d",
"@rid":"#19:11",
"@version":1,
"@class":"repository",
"recipe_name":"npm-hosted",
"repository_name":"npm",
"online":true,
"attributes":{
"storage":{
"strictContentTypeValidation":true,
"writePolicy":"ALLOW",
"blobStoreName":"default"
}
}
},
{
"@type":"d",
"@rid":"#19:12",
"@version":1,
"@class":"repository",
"recipe_name":"npm-group",
"repository_name":"npm-group",
"online":true,
"attributes":{
"storage":{
"strictContentTypeValidation":true,
"blobStoreName":"default"
},
"group":{
"memberNames":[
"npm",
"npm-proxy"
]
}
}
},
{
"@type":"d",
"@rid":"#19:14",
"@version":2,
"@class":"repository",
"recipe_name":"maven2-hosted",
"repository_name":"releases",
"online":true,
"attributes":{
"maven":{
"versionPolicy":"RELEASE",
"layoutPolicy":"STRICT"
},
"storage":{
"strictContentTypeValidation":false,
"writePolicy":"ALLOW_ONCE",
"blobStoreName":"default"
}
}
},
{
"@type":"d",
"@rid":"#19:15",
"@version":4,
"@class":"repository",
"recipe_name":"maven2-hosted",
"repository_name":"snapshots",
"online":true,
"attributes":{
"maven":{
"versionPolicy":"SNAPSHOT",
"layoutPolicy":"STRICT"
},
"storage":{
"strictContentTypeValidation":false,
"writePolicy":"ALLOW",
"blobStoreName":"default"
}
}
},
{
"@type":"d",
"@rid":"#19:17",
"@version":2,
"@class":"repository",
"recipe_name":"maven2-group",
"repository_name":"mixed",
"online":true,
"attributes":{
"maven":{
},
"storage":{
"strictContentTypeValidation":false,
"blobStoreName":"default"
},
"group":{
"memberNames":[
"releases",
"snapshots"
]
}
}
},
{
"@type":"d",
"@rid":"#19:18",
"@version":2,
"@class":"repository",
"recipe_name":"nuget-hosted",
"repository_name":"nuget",
"online":true,
"attributes":{
"storage":{
"strictContentTypeValidation":true,
"writePolicy":"ALLOW",
"blobStoreName":"default"
}
}
},
{
"@type":"d",
"@rid":"#19:19",
"@version":4,
"@class":"repository",
"recipe_name":"nuget-proxy",
"repository_name":"nuget-proxy",
"online":true,
"attributes":{
"proxy":{
"contentMaxAge":1440.0,
"remoteUrl":"https://api.nuget.org/v3/index.json",
"metadataMaxAge":1440.0
},
"negativeCache":{
"timeToLive":1440.0,
"enabled":true
},
"storage":{
"strictContentTypeValidation":true,
"blobStoreName":"default"
},
"nugetProxy":{
"queryCacheItemMaxAge":3600.0
},
"httpclient":{
"connection":{
"useTrustStore":true
},
"blocked":false,
"autoBlock":true
}
}
},
{
"@type":"d",
"@rid":"#19:20",
"@version":3,
"@class":"repository",
"recipe_name":"nuget-group",
"repository_name":"nuget-group",
"online":true,
"attributes":{
"storage":{
"strictContentTypeValidation":true,
"blobStoreName":"default"
},
"nugetProxy":{
},
"httpclient":{
},
"group":{
"memberNames":[
"nuget",
"nuget-proxy"
]
}
}
},
{
"@type":"d",
"@rid":"#19:23",
"@version":1,
"@class":"repository",
"recipe_name":"maven2-hosted",
"repository_name":"maven-libraries",
"online":true,
"attributes":{
"maven":{
"versionPolicy":"MIXED",
"layoutPolicy":"STRICT"
},
"storage":{
"strictContentTypeValidation":true,
"writePolicy":"ALLOW",
"blobStoreName":"default"
}
}
},
{
"@type":"d",
"@rid":"#19:24",
"@version":1,
"@class":"repository",
"recipe_name":"npm-hosted",
"repository_name":"npm-libraries",
"online":true,
"attributes":{
"storage":{
"strictContentTypeValidation":true,
"writePolicy":"ALLOW",
"blobStoreName":"default"
}
}
},
{
"@type":"d",
"@rid":"#19:29",
"@version":1,
"@class":"repository",
"recipe_name":"maven2-proxy",
"repository_name":"sbt-plugin-releases",
"online":true,
"attributes":{
"proxy":{
"contentMaxAge":-1.0,
"remoteUrl":"https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases",
"metadataMaxAge":1440.0
},
"negativeCache":{
"timeToLive":1440.0,
"enabled":true
},
"storage":{
"strictContentTypeValidation":true,
"blobStoreName":"default"
},
"maven-indexer":{
},
"maven":{
"versionPolicy":"RELEASE",
"layoutPolicy":"STRICT"
},
"httpclient":{
"blocked":false,
"connection":{
"useTrustStore":false
},
"autoBlock":true
}
}
},
{
"@type":"d",
"@rid":"#19:30",
"@version":1,
"@class":"repository",
"recipe_name":"maven2-proxy",
"repository_name":"sonatype",
"online":true,
"attributes":{
"proxy":{
"contentMaxAge":-1.0,
"remoteUrl":"https://oss.sonatype.org/content/repositories/public/",
"metadataMaxAge":1440.0
},
"negativeCache":{
"timeToLive":1440.0,
"enabled":true
},
"storage":{
"strictContentTypeValidation":true,
"blobStoreName":"default"
},
"maven-indexer":{
},
"maven":{
"versionPolicy":"RELEASE",
"layoutPolicy":"STRICT"
},
"httpclient":{
"blocked":false,
"connection":{
"useTrustStore":false
},
"autoBlock":true
}
}
},
{
"@type":"d",
"@rid":"#19:31",
"@version":1,
"@class":"repository",
"recipe_name":"maven2-proxy",
"repository_name":"sonatype-oss",
"online":true,
"attributes":{
"proxy":{
"contentMaxAge":-1.0,
"remoteUrl":"https://oss.sonatype.org/content/repositories/public",
"metadataMaxAge":1440.0
},
"negativeCache":{
"timeToLive":1440.0,
"enabled":true
},
"storage":{
"strictContentTypeValidation":true,
"blobStoreName":"default"
},
"maven-indexer":{
},
"maven":{
"versionPolicy":"RELEASE",
"layoutPolicy":"STRICT"
},
"httpclient":{
"blocked":false,
"connection":{
"useTrustStore":false
},
"autoBlock":true
}
}
},
{
"@type":"d",
"@rid":"#19:32",
"@version":1,
"@class":"repository",
"recipe_name":"maven2-proxy",
"repository_name":"maven-default",
"online":true,
"attributes":{
"proxy":{
"contentMaxAge":-1.0,
"remoteUrl":"https://repo1.maven.org/maven2/",
"metadataMaxAge":1440.0
},
"negativeCache":{
"timeToLive":1440.0,
"enabled":true
},
"storage":{
"strictContentTypeValidation":true,
"blobStoreName":"default"
},
"maven-indexer":{
},
"maven":{
"versionPolicy":"RELEASE",
"layoutPolicy":"STRICT"
},
"httpclient":{
"blocked":false,
"connection":{
"useTrustStore":false
},
"autoBlock":true
}
}
},
{
"@type":"d",
"@rid":"#19:33",
"@version":1,
"@class":"repository",
"recipe_name":"maven2-group",
"repository_name":"public-repositories",
"online":true,
"attributes":{
"maven":{
},
"storage":{
"strictContentTypeValidation":true,
"blobStoreName":"default"
},
"group":{
"memberNames":[
"maven-default",
"sonatype",
"sonatype-oss"
]
}
}
},
{
"@type":"d",
"@rid":"#19:34",
"@version":1,
"@class":"repository",
"recipe_name":"yum-proxy",
"repository_name":"yum-hdp-2.6.5.0",
"online":true,
"attributes":{
"proxy":{
"contentMaxAge":1440.0,
"remoteUrl":"http://public-repo-1.hortonworks.com/HDP/centos7/2.x/updates/2.6.5.0",
"metadataMaxAge":1440.0
},
"negativeCache":{
"timeToLive":1440.0,
"enabled":true
},
"storage":{
"strictContentTypeValidation":true,
"blobStoreName":"yum"
},
"httpclient":{
"blocked":false,
"autoBlock":true
}
}
},
{
"@type":"d",
"@rid":"#19:35",
"@version":1,
"@class":"repository",
"recipe_name":"yum-proxy",
"repository_name":"yum-ambari-2.6.2.0",
"online":true,
"attributes":{
"proxy":{
"contentMaxAge":1440.0,
"remoteUrl":"http://public-repo-1.hortonworks.com/ambari/centos7/2.x/updates/2.6.2.0",
"metadataMaxAge":1440.0
},
"negativeCache":{
"timeToLive":1440.0,
"enabled":true
},
"storage":{
"strictContentTypeValidation":true,
"blobStoreName":"yum"
},
"httpclient":{
"blocked":false,
"autoBlock":true
}
}
},
{
"@type":"d",
"@rid":"#19:36",
"@version":7,
"@class":"repository",
"recipe_name":"docker-hosted",
"repository_name":"docker-private",
"online":true,
"attributes":{
"docker":{
"forceBasicAuth":true,
"v1Enabled":true
},
"storage":{
"strictContentTypeValidation":true,
"writePolicy":"ALLOW",
"blobStoreName":"docker"
}
}
},
{
"@type":"d",
"@rid":"#19:37",
"@version":5,
"@class":"repository",
"recipe_name":"docker-group",
"repository_name":"docker-group",
"online":true,
"attributes":{
"docker":{
"forceBasicAuth":true,
"httpPort":8080.0,
"v1Enabled":false
},
"storage":{
"strictContentTypeValidation":true,
"blobStoreName":"docker"
},
"group":{
"memberNames":[
"docker-private"
]
}
}
},
{
"@type":"d",
"@rid":"#20:8",
"@version":293,
"@class":"quartz_job_detail",
"value_type":"org.quartz.impl.JobDetailImpl",
"value_data":{
"name":"6d99ed91-4d16-4033-b9f8-8b7250946e37",
"group":"nexus",
"description":"nx-reclaim-disk-space",
"jobClass":"org.sonatype.nexus.quartz.internal.task.QuartzTaskJob",
"jobDataMap":{
".name":"nx-reclaim-disk-space",
"lastRunState.runStarted":1539718200002,
".id":"5ac3e068-30ac-49aa-9cc3-36011ab97432",
".typeName":"Compact blob store",
".visible":"true",
".typeId":"blobstore.compact",
"lastRunState.endState":"OK",
".updated":"2017-11-08T15:55:42.018+05:30",
".enabled":"true",
"blobstoreName":"default",
".message":"Compacting default blob store",
"lastRunState.runDuration":9151,
".created":"2017-02-14T08:44:43.787+05:30"
},
"durability":false,
"shouldRecover":false
},
"name":"6d99ed91-4d16-4033-b9f8-8b7250946e37",
"group":"nexus",
"job_type":"org.sonatype.nexus.quartz.internal.task.QuartzTaskJob"
},
{
"@type":"d",
"@rid":"#20:9",
"@version":297,
"@class":"quartz_job_detail",
"value_type":"org.quartz.impl.JobDetailImpl",
"value_data":{
"name":"680317d9-3dd7-4601-9b8d-7c8e4fb1f08c",
"group":"nexus",
"description":"nx-snapshot-removal",
"jobClass":"org.sonatype.nexus.quartz.internal.task.QuartzTaskJob",
"jobDataMap":{
".name":"nx-snapshot-removal",
"minimumRetained":"3",
"snapshotRetentionDays":"15",
"lastRunState.runStarted":1539716400003,
".id":"7f51849b-4293-4ac9-ad02-ec965c92d644",
".typeName":"Remove snapshots from Maven repository",
"removeIfReleased":"false",
".visible":"true",
"repositoryName":"*",
".typeId":"repository.maven.remove-snapshots",
"lastRunState.endState":"OK",
".updated":"2017-12-18T13:57:19.989+05:30",
".enabled":"true",
".alertEmail":"sysgrp@zone24x7.com",
".message":"Remove Maven snapshots from *",
"lastRunState.runDuration":18528,
".created":"2017-02-14T08:46:14.409+05:30"
},
"durability":false,
"shouldRecover":false
},
"name":"680317d9-3dd7-4601-9b8d-7c8e4fb1f08c",
"group":"nexus",
"job_type":"org.sonatype.nexus.quartz.internal.task.QuartzTaskJob"
},
{
"@type":"d",
"@rid":"#20:28",
"@version":8229,
"@class":"quartz_job_detail",
"value_type":"org.quartz.impl.JobDetailImpl",
"value_data":{
"name":"f2b0ac78-85be-4e0c-a6dc-24cacd9e4682",
"group":"nexus",
"description":"Storage facet cleanup",
"jobClass":"org.sonatype.nexus.quartz.internal.task.QuartzTaskJob",
"jobDataMap":{
".updated":"2017-09-27T18:11:33.065+05:30",
".name":"Storage facet cleanup",
"lastRunState.runStarted":1539767400008,
".message":"Reclaim storage for deleted repositories",
".id":"c066c809-9248-40fa-8de9-61450082f137",
"lastRunState.runDuration":7,
".typeName":"Storage facet cleanup",
".visible":"false",
".typeId":"repository.storage-facet-cleanup",
".created":"2017-09-27T18:11:33.065+05:30",
"lastRunState.endState":"OK"
},
"durability":false,
"shouldRecover":false
},
"name":"f2b0ac78-85be-4e0c-a6dc-24cacd9e4682",
"group":"nexus",
"job_type":"org.sonatype.nexus.quartz.internal.task.QuartzTaskJob"
},
{
"@type":"d",
"@rid":"#20:29",
"@version":60,
"@class":"quartz_job_detail",
"value_type":"org.quartz.impl.JobDetailImpl",
"value_data":{
"name":"9594390f-90a1-4af2-9243-45f8d1e389e7",
"group":"nexus",
"description":"Task log cleanup",
"jobClass":"org.sonatype.nexus.quartz.internal.task.QuartzTaskJob",
"jobDataMap":{
".updated":"2017-09-27T18:11:33.097+05:30",
".name":"Task log cleanup",
"lastRunState.runStarted":1539714600013,
".message":"Remove old task log files",
".id":"c773a03c-ebe1-4371-90e5-0d10a1c94b6c",
"lastRunState.runDuration":29,
".typeName":"Task log cleanup",
".visible":"false",
".typeId":"tasklog.cleanup",
".created":"2017-09-27T18:11:33.097+05:30",
"lastRunState.endState":"OK"
},
"durability":false,
"shouldRecover":false
},
"name":"9594390f-90a1-4af2-9243-45f8d1e389e7",
"group":"nexus",
"job_type":"org.sonatype.nexus.quartz.internal.task.QuartzTaskJob"
},
{
"@type":"d",
"@rid":"#20:51",
"@version":63,
"@class":"quartz_job_detail",
"value_type":"org.quartz.impl.JobDetailImpl",
"value_data":{
"name":"e6f7fc7c-0d2d-4f38-bc27-ec1b98865d54",
"group":"nexus",
"description":"nx-purge-releases",
"jobClass":"org.sonatype.nexus.quartz.internal.task.QuartzTaskJob",
"jobDataMap":{
".name":"nx-purge-releases",
"lastRunState.runStarted":1539714600004,
".id":"0e3a1a0c-04dc-4e81-90f3-04b79b8698a0",
".typeName":"Execute script",
"language":"groovy",
"source":"import org.sonatype.nexus.repository.storage.StorageFacet;\u000aimport org.sonatype.nexus.common.app.GlobalComponentLookupHelper\u000aimport org.sonatype.nexus.repository.maintenance.MaintenanceService\u000aimport org.sonatype.nexus.repository.storage.ComponentMaintenance\u000aimport org.sonatype.nexus.repository.storage.Query;\u000aimport org.sonatype.nexus.script.plugin.RepositoryApi\u000aimport org.sonatype.nexus.script.plugin.internal.provisioning.RepositoryApiImpl\u000aimport com.google.common.collect.ImmutableList\u000aimport org.joda.time.DateTime;\u000aimport org.slf4j.Logger\u000a\u000a// ----------------------------------------------------\u000a// delete these rows when this script is added to nexus\u000a// RepositoryApiImpl repository = null;\u000a// Logger log = null;\u000a// GlobalComponentLookupHelper container = null;\u000a// ----------------------------------------------------\u000a\u000adef retentionDays = 180;\u000adef retentionCount = 5;\u000adef repositoryName = 'releases';\u000adef whitelist = [\"com.rdm.rdmsm/rdmsm\", \"org.javaee7.next/javaee7-another-sample\"].toArray();\u000a\u000a\u000alog.info(\":::Cleanup script started!\");\u000aMaintenanceService service = container.lookup(\"org.sonatype.nexus.repository.maintenance.MaintenanceService\");\u000adef repo = repository.repositoryManager.get(repositoryName);\u000adef tx = repo.facet(StorageFacet.class).txSupplier().get();\u000adef components = null;\u000atry {\u000a\u0009tx.begin();\u000a\u0009components = tx.browseComponents(tx.findBucket(repo));\u000a}catch(Exception e){\u000a\u0009log.info(\"Error: \"+e);\u000a}finally{\u000a\u0009if(tx!=null)\u000a\u0009\u0009tx.close();\u000a}\u000a\u000aif(components != null) {\u000a\u0009def retentionDate = DateTime.now().minusDays(retentionDays).dayOfMonth().roundFloorCopy();\u000a\u0009int deletedComponentCount = 0;\u000a\u0009int compCount = 0;\u000a\u0009def listOfComponents = ImmutableList.copyOf(components);\u000a\u0009def previousComp = listOfComponents.head().group() + listOfComponents.head().name();\u000a\u0009listOfComponents.reverseEach{comp ->\u000a\u0009\u0009log.info(\"Processing Component - group: ${comp.group()}, ${comp.name()}, version: ${comp.version()}\");\u000a\u0009\u0009if(!whitelist.contains(comp.group()+\"/\"+comp.name())){\u000a\u0009\u0009\u0009log.info(\"previous: ${previousComp}\");\u000a\u0009\u0009\u0009if(previousComp.equals(comp.group() + comp.name())) {\u000a\u0009\u0009\u0009\u0009compCount++;\u000a\u0009\u0009\u0009\u0009log.info(\"ComCount: ${compCount}, ReteCount: ${retentionCount}\");\u000a\u0009\u0009\u0009\u0009if (compCount > retentionCount) {\u000a\u0009\u0009\u0009\u0009\u0009log.info(\"CompDate: ${comp.lastUpdated()} RetDate: ${retentionDate}\");\u000a\u0009\u0009\u0009\u0009\u0009if(comp.lastUpdated().isBefore(retentionDate)) {\u000a\u0009\u0009\u0009\u0009\u0009\u0009log.info(\"compDate after retentionDate: ${comp.lastUpdated()} isAfter ${retentionDate}\");\u000a\u0009\u0009\u0009\u0009\u0009\u0009log.info(\"deleting ${comp.group()}, ${comp.name()}, version: ${comp.version()}\");\u000a\u000a\u0009\u0009\u0009\u0009\u0009\u0009// ------------------------------------------------\u000a\u0009\u0009\u0009\u0009\u0009\u0009// uncomment to delete components and their assets\u000a\u0009\u0009\u0009\u0009\u0009\u0009service.deleteComponent(repo, comp);\u000a\u0009\u0009\u0009\u0009\u0009\u0009// ------------------------------------------------\u000a\u000a\u0009\u0009\u0009\u0009\u0009\u0009log.info(\"component deleted\");\u000a\u0009\u0009\u0009\u0009\u0009\u0009deletedComponentCount++;\u000a\u0009\u0009\u0009\u0009\u0009}\u000a\u0009\u0009\u0009\u0009}\u000a\u0009\u0009\u0009} else {\u000a\u0009\u0009\u0009\u0009compCount = 1;\u000a\u0009\u0009\u0009\u0009previousComp = comp.group() + comp.name();\u000a\u0009\u0009\u0009}\u000a\u0009\u0009}else{\u000a\u0009\u0009\u0009log.info(\"Component skipped: ${comp.group()} ${comp.name()}\");\u000a\u0009\u0009}\u000a\u0009}\u000a\u000a\u0009log.info(\"Deleted Component count: ${deletedComponentCount}\");\u000a}\u000a",
".visible":"true",
".typeId":"script",
"lastRunState.endState":"OK",
".updated":"2017-11-08T15:51:22.640+05:30",
".enabled":"true",
".alertEmail":"sysgrp@zone24x7.com",
".message":"Execute script",
"lastRunState.runDuration":1888,
".created":"2017-11-08T15:49:51.135+05:30"
},
"durability":false,
"shouldRecover":false
},
"name":"e6f7fc7c-0d2d-4f38-bc27-ec1b98865d54",
"group":"nexus",
"job_type":"org.sonatype.nexus.quartz.internal.task.QuartzTaskJob"
},
{
"@type":"d",
"@rid":"#20:63",
"@version":61,
"@class":"quartz_job_detail",
"value_type":"org.quartz.impl.JobDetailImpl",
"value_data":{
"name":"fed3f1d1-1f40-4ae7-a602-f696cc46935d",
"group":"nexus",
"description":"nx-purge-releases-mixed-repo",
"jobClass":"org.sonatype.nexus.quartz.internal.task.QuartzTaskJob",
"jobDataMap":{
".name":"nx-purge-releases-mixed-repo",
"lastRunState.runStarted":1539725400002,
".id":"c4f61992-e5ef-46c2-b7aa-ea8c9437e39b",
".typeName":"Execute script",
"language":"groovy",
"source":"import org.sonatype.nexus.repository.storage.StorageFacet;\u000aimport org.sonatype.nexus.common.app.GlobalComponentLookupHelper\u000aimport org.sonatype.nexus.repository.maintenance.MaintenanceService\u000aimport org.sonatype.nexus.repository.storage.ComponentMaintenance\u000aimport org.sonatype.nexus.repository.storage.Query;\u000aimport org.sonatype.nexus.script.plugin.RepositoryApi\u000aimport org.sonatype.nexus.script.plugin.internal.provisioning.RepositoryApiImpl\u000aimport com.google.common.collect.ImmutableList\u000aimport org.joda.time.DateTime;\u000aimport org.slf4j.Logger\u000a\u000a// ----------------------------------------------------\u000a// delete these rows when this script is added to nexus\u000a// RepositoryApiImpl repository = null;\u000a// Logger log = null;\u000a// GlobalComponentLookupHelper container = null;\u000a// ----------------------------------------------------\u000a\u000adef retentionDays = 180;\u000adef retentionCount = 5;\u000adef repositoryName = 'mixed';\u000adef whitelist = [\"com.rdm.rdmsm/rdmsm\", \"org.javaee7.next/javaee7-another-sample\"].toArray();\u000a\u000a\u000alog.info(\":::Cleanup script started!\");\u000aMaintenanceService service = container.lookup(\"org.sonatype.nexus.repository.maintenance.MaintenanceService\");\u000adef repo = repository.repositoryManager.get(repositoryName);\u000adef tx = repo.facet(StorageFacet.class).txSupplier().get();\u000adef components = null;\u000atry {\u000a\u0009tx.begin();\u000a\u0009components = tx.browseComponents(tx.findBucket(repo));\u000a}catch(Exception e){\u000a\u0009log.info(\"Error: \"+e);\u000a}finally{\u000a\u0009if(tx!=null)\u000a\u0009\u0009tx.close();\u000a}\u000a\u000aif(components != null) {\u000a\u0009def retentionDate = DateTime.now().minusDays(retentionDays).dayOfMonth().roundFloorCopy();\u000a\u0009int deletedComponentCount = 0;\u000a\u0009int compCount = 0;\u000a\u0009def listOfComponents = ImmutableList.copyOf(components);\u000a\u0009def previousComp = listOfComponents.head().group() + listOfComponents.head().name();\u000a\u0009listOfComponents.reverseEach{comp ->\u000a\u0009\u0009log.info(\"Processing Component - group: ${comp.group()}, ${comp.name()}, version: ${comp.version()}\");\u000a\u0009\u0009if(!whitelist.contains(comp.group()+\"/\"+comp.name())){\u000a\u0009\u0009\u0009log.info(\"previous: ${previousComp}\");\u000a\u0009\u0009\u0009if(previousComp.equals(comp.group() + comp.name())) {\u000a\u0009\u0009\u0009\u0009compCount++;\u000a\u0009\u0009\u0009\u0009log.info(\"ComCount: ${compCount}, ReteCount: ${retentionCount}\");\u000a\u0009\u0009\u0009\u0009if (compCount > retentionCount) {\u000a\u0009\u0009\u0009\u0009\u0009log.info(\"CompDate: ${comp.lastUpdated()} RetDate: ${retentionDate}\");\u000a\u0009\u0009\u0009\u0009\u0009if(comp.lastUpdated().isBefore(retentionDate)) {\u000a\u0009\u0009\u0009\u0009\u0009\u0009log.info(\"compDate after retentionDate: ${comp.lastUpdated()} isAfter ${retentionDate}\");\u000a\u0009\u0009\u0009\u0009\u0009\u0009log.info(\"deleting ${comp.group()}, ${comp.name()}, version: ${comp.version()}\");\u000a\u000a\u0009\u0009\u0009\u0009\u0009\u0009// ------------------------------------------------\u000a\u0009\u0009\u0009\u0009\u0009\u0009// uncomment to delete components and their assets\u000a\u0009\u0009\u0009\u0009\u0009\u0009service.deleteComponent(repo, comp);\u000a\u0009\u0009\u0009\u0009\u0009\u0009// ------------------------------------------------\u000a\u000a\u0009\u0009\u0009\u0009\u0009\u0009log.info(\"component deleted\");\u000a\u0009\u0009\u0009\u0009\u0009\u0009deletedComponentCount++;\u000a\u0009\u0009\u0009\u0009\u0009}\u000a\u0009\u0009\u0009\u0009}\u000a\u0009\u0009\u0009} else {\u000a\u0009\u0009\u0009\u0009compCount = 1;\u000a\u0009\u0009\u0009\u0009previousComp = comp.group() + comp.name();\u000a\u0009\u0009\u0009}\u000a\u0009\u0009}else{\u000a\u0009\u0009\u0009log.info(\"Component skipped: ${comp.group()} ${comp.name()}\");\u000a\u0009\u0009}\u000a\u0009}\u000a\u000a\u0009log.info(\"Deleted Component count: ${deletedComponentCount}\");\u000a}\u000a",
".visible":"true",
".typeId":"script",
"lastRunState.endState":"FAILED",
".updated":"2017-12-18T14:05:33.354+05:30",
".enabled":"true",
".message":"Execute script",
"lastRunState.runDuration":22,
".created":"2017-12-18T14:05:33.354+05:30"
},
"durability":false,
"shouldRecover":false
},
"name":"fed3f1d1-1f40-4ae7-a602-f696cc46935d",
"group":"nexus",
"job_type":"org.sonatype.nexus.quartz.internal.task.QuartzTaskJob"
},
{
"@type":"d",
"@rid":"#20:172",
"@version":183,
"@class":"quartz_job_detail",
"value_type":"org.quartz.impl.JobDetailImpl",
"value_data":{
"name":"a3987ae5-7110-4ac4-9cb4-58959279f3af",
"group":"nexus",
"description":"Health Check: nuget-proxy",
"jobClass":"org.sonatype.nexus.quartz.internal.task.QuartzTaskJob",
"jobDataMap":{
".name":"Health Check: nuget-proxy",
"lastRunState.runStarted":1539724593895,
".id":"2342681d-1c41-4fb0-831c-eafc5d388a52",
".typeName":"Check for new report availability",
".visible":"true",
"repositoryName":"nuget-proxy",
"forceDeltaCheck":"false",
".typeId":"healthcheck",
"lastRunState.endState":"OK",
".updated":"2018-10-17T02:46:35.284+05:30",
"nextDownloadTime":"2018-10-17T02:46:33.893+05:30",
".message":"Health Check Management for Repository nuget-proxy",
"nextUploadTime":"2018-10-18T02:47:23.893+05:30",
"lastRunState.runDuration":1393,
"state":"PUT_SCAN",
".created":"2017-02-27T16:56:56.288+05:30"
},
"durability":false,
"shouldRecover":false
},
"name":"a3987ae5-7110-4ac4-9cb4-58959279f3af",
"group":"nexus",
"job_type":"org.sonatype.nexus.quartz.internal.task.QuartzTaskJob"
},
{
"@type":"d",
"@rid":"#20:173",
"@version":211,
"@class":"quartz_job_detail",
"value_type":"org.quartz.impl.JobDetailImpl",
"value_data":{
"name":"66c1e318-31ce-47e7-8449-7128f6203706",
"group":"nexus",
"description":"Health Check: bower-proxy",
"jobClass":"org.sonatype.nexus.quartz.internal.task.QuartzTaskJob",
"jobDataMap":{
".name":"Health Check: bower-proxy",
"lastRunState.runStarted":1539724467621,
".id":"d7b132a7-4e30-419b-8125-a425a2250cb3",
".typeName":"Check for new report availability",
".visible":"true",
"repositoryName":"bower-proxy",
"forceDeltaCheck":"false",
".typeId":"healthcheck",
"lastRunState.endState":"OK",
".updated":"2018-10-17T02:44:29.019+05:30",
"nextDownloadTime":"2018-10-17T02:44:27.620+05:30",
".message":"Health Check Management for Repository bower-proxy",
"nextUploadTime":"2018-10-18T02:45:17.620+05:30",
"lastRunState.runDuration":1403,
"state":"PUT_SCAN",
".created":"2017-02-14T11:30:38.204+05:30"
},
"durability":false,
"shouldRecover":false
},
"name":"66c1e318-31ce-47e7-8449-7128f6203706",
"group":"nexus",
"job_type":"org.sonatype.nexus.quartz.internal.task.QuartzTaskJob"
},
{
"@type":"d",
"@rid":"#20:174",
"@version":231,
"@class":"quartz_job_detail",
"value_type":"org.quartz.impl.JobDetailImpl",
"value_data":{
"name":"a065b605-713e-422b-897b-e2baa7b83882",
"group":"nexus",
"description":"System - Repository Health Check: yum-ambari-2.6.2.0",
"jobClass":"org.sonatype.nexus.quartz.internal.task.QuartzTaskJob",
"jobDataMap":{
".name":"System - Repository Health Check: yum-ambari-2.6.2.0",
"lastRunState.runStarted":1539693456704,
".id":"c9c65a78-4085-427a-a0eb-c31b3d376f30",
".typeName":"Check for new report availability",
".visible":"true",
"repositoryName":"yum-ambari-2.6.2.0",
"forceDeltaCheck":"false",
".typeId":"healthcheck",
"lastRunState.endState":"OK",
".updated":"2018-10-16T18:07:38.078+05:30",
"nextDownloadTime":"2018-10-16T18:07:36.702+05:30",
".message":"Health Check Management for Repository yum-ambari-2.6.2.0",
"nextUploadTime":"2018-10-17T18:08:26.702+05:30",
"lastRunState.runDuration":1378,
"state":"PUT_SCAN",
".created":"2018-05-28T15:43:20.842+05:30"
},
"durability":false,
"shouldRecover":false
},
"name":"a065b605-713e-422b-897b-e2baa7b83882",
"group":"nexus",
"job_type":"org.sonatype.nexus.quartz.internal.task.QuartzTaskJob"
},
{
"@type":"d",
"@rid":"#20:175",
"@version":231,
"@class":"quartz_job_detail",
"value_type":"org.quartz.impl.JobDetailImpl",
"value_data":{
"name":"ca784931-9a4a-48c2-ab22-397dc5f109db",
"group":"nexus",
"description":"Health Check: sbt-plugin-releases",
"jobClass":"org.sonatype.nexus.quartz.internal.task.QuartzTaskJob",
"jobDataMap":{
".name":"Health Check: sbt-plugin-releases",
"lastRunState.runStarted":1539697512010,
".id":"dbfc1a59-8a06-48be-9f9b-2dce731a8d21",
".typeName":"Check for new report availability",
".visible":"true",
"repositoryName":"sbt-plugin-releases",
"forceDeltaCheck":"false",
".typeId":"healthcheck",
"lastRunState.endState":"OK",
".updated":"2018-10-16T19:15:13.473+05:30",
"nextDownloadTime":"2018-10-16T19:15:12.008+05:30",
".message":"Health Check Management for Repository sbt-plugin-releases",
"nextUploadTime":"2018-10-17T19:16:02.008+05:30",
"lastRunState.runDuration":1468,
"state":"PUT_SCAN",
".created":"2018-01-08T14:29:50.602+05:30"
},
"durability":false,
"shouldRecover":false
},
"name":"ca784931-9a4a-48c2-ab22-397dc5f109db",
"group":"nexus",
"job_type":"org.sonatype.nexus.quartz.internal.task.QuartzTaskJob"
},
{
"@type":"d",
"@rid":"#20:176",
"@version":161,
"@class":"quartz_job_detail",
"value_type":"org.quartz.impl.JobDetailImpl",
"value_data":{
"name":"39531c96-3738-4750-922b-62ac875c7643",
"group":"nexus",
"description":"Health Check: npm-proxy",
"jobClass":"org.sonatype.nexus.quartz.internal.task.QuartzTaskJob",
"jobDataMap":{
".name":"Health Check: npm-proxy",
"lastRunState.runStarted":1539726328349,
".id":"1e448a25-6585-4bf9-a5f3-c82216006217",
".typeName":"Check for new report availability",
".visible":"true",
"repositoryName":"npm-proxy",
"forceDeltaCheck":"false",
".typeId":"healthcheck",
"lastRunState.endState":"OK",
".updated":"2018-10-17T03:15:30.022+05:30",
"nextDownloadTime":"2018-10-17T03:15:28.347+05:30",
".message":"Health Check Management for Repository npm-proxy",
"nextUploadTime":"2018-10-18T03:16:18.347+05:30",
"lastRunState.runDuration":1678,
"state":"PUT_SCAN",
".created":"2017-02-14T11:30:38.222+05:30"
},
"durability":false,
"shouldRecover":false
},
"name":"39531c96-3738-4750-922b-62ac875c7643",
"group":"nexus",
"job_type":"org.sonatype.nexus.quartz.internal.task.QuartzTaskJob"
},
{
"@type":"d",
"@rid":"#20:177",
"@version":231,
"@class":"quartz_job_detail",
"value_type":"org.quartz.impl.JobDetailImpl",
"value_data":{
"name":"dfc1cade-e5be-4a8e-a731-2d9075459bec",
"group":"nexus",
"description":"System - Repository Health Check: maven-default",
"jobClass":"org.sonatype.nexus.quartz.internal.task.QuartzTaskJob",
"jobDataMap":{
".name":"System - Repository Health Check: maven-default",
"lastRunState.runStarted":1539702283751,
".id":"574543b5-42ad-4b70-871b-0e0cf48265d6",
".typeName":"Check for new report availability",
".visible":"true",
"repositoryName":"maven-default",
"forceDeltaCheck":"false",
".typeId":"healthcheck",
"lastRunState.endState":"OK",
".updated":"2018-10-16T20:34:44.986+05:30",
"nextDownloadTime":"2018-10-16T20:34:43.748+05:30",
".message":"Health Check Management for Repository maven-default",
"nextUploadTime":"2018-10-17T20:35:33.748+05:30",
"lastRunState.runDuration":1240,
"state":"PUT_SCAN",
".created":"2018-03-07T16:44:39.073+05:30"
},
"durability":false,
"shouldRecover":false
},
"name":"dfc1cade-e5be-4a8e-a731-2d9075459bec",
"group":"nexus",
"job_type":"org.sonatype.nexus.quartz.internal.task.QuartzTaskJob"
},
{
"@type":"d",
"@rid":"#20:178",
"@version":231,
"@class":"quartz_job_detail",
"value_type":"org.quartz.impl.JobDetailImpl",
"value_data":{
"name":"6917d768-563f-4f34-9aa4-a87465fa77b6",
"group":"nexus",
"description":"System - Repository Health Check: sonatype",
"jobClass":"org.sonatype.nexus.quartz.internal.task.QuartzTaskJob",
"jobDataMap":{
".name":"System - Repository Health Check: sonatype",
"lastRunState.runStarted":1539701068956,
".id":"a2d70047-2e1c-411a-8e3e-cad4bec6f1a7",
".typeName":"Check for new report availability",
".visible":"true",
"repositoryName":"sonatype",
"forceDeltaCheck":"false",
".typeId":"healthcheck",
"lastRunState.endState":"OK",
".updated":"2018-10-16T20:14:30.295+05:30",
"nextDownloadTime":"2018-10-16T20:14:28.954+05:30",
".message":"Health Check Management for Repository sonatype",
"nextUploadTime":"2018-10-17T20:15:18.954+05:30",
"lastRunState.runDuration":1344,
"state":"PUT_SCAN",
".created":"2018-03-07T16:24:01.147+05:30"
},
"durability":false,
"shouldRecover":false
},
"name":"6917d768-563f-4f34-9aa4-a87465fa77b6",
"group":"nexus",
"job_type":"org.sonatype.nexus.quartz.internal.task.QuartzTaskJob"
},
{
"@type":"d",
"@rid":"#20:179",
"@version":231,
"@class":"quartz_job_detail",
"value_type":"org.quartz.impl.JobDetailImpl",
"value_data":{
"name":"d447d3e8-23c5-4c63-87f3-0b6d03233451",
"group":"nexus",
"description":"System - Repository Health Check: yum-hdp-2.6.5.0",
"jobClass":"org.sonatype.nexus.quartz.internal.task.QuartzTaskJob",
"jobDataMap":{
".name":"System - Repository Health Check: yum-hdp-2.6.5.0",
"lastRunState.runStarted":1539693415034,
".id":"1126102d-d8ef-45ff-a30a-0ad6c9e7f11d",
".typeName":"Check for new report availability",
".visible":"true",
"repositoryName":"yum-hdp-2.6.5.0",
"forceDeltaCheck":"false",
".typeId":"healthcheck",
"lastRunState.endState":"OK",
".updated":"2018-10-16T18:06:56.413+05:30",
"nextDownloadTime":"2018-10-16T18:06:55.032+05:30",
".message":"Health Check Management for Repository yum-hdp-2.6.5.0",
"nextUploadTime":"2018-10-17T18:07:45.032+05:30",
"lastRunState.runDuration":1383,
"state":"PUT_SCAN",
".created":"2018-05-28T15:42:22.684+05:30"
},
"durability":false,
"shouldRecover":false
},
"name":"d447d3e8-23c5-4c63-87f3-0b6d03233451",
"group":"nexus",
"job_type":"org.sonatype.nexus.quartz.internal.task.QuartzTaskJob"
},
{
"@type":"d",
"@rid":"#20:180",
"@version":231,
"@class":"quartz_job_detail",
"value_type":"org.quartz.impl.JobDetailImpl",
"value_data":{
"name":"257df6ea-e88e-4cac-88da-db71c90c4746",
"group":"nexus",
"description":"System - Repository Health Check: sonatype-oss",
"jobClass":"org.sonatype.nexus.quartz.internal.task.QuartzTaskJob",
"jobDataMap":{
".name":"System - Repository Health Check: sonatype-oss",
"lastRunState.runStarted":1539701791076,
".id":"31508229-ca00-42a3-8e42-12204280b09f",
".typeName":"Check for new report availability",
".visible":"true",
"repositoryName":"sonatype-oss",
"forceDeltaCheck":"false",
".typeId":"healthcheck",
"lastRunState.endState":"OK",
".updated":"2018-10-16T20:26:32.380+05:30",
"nextDownloadTime":"2018-10-16T20:26:31.074+05:30",
".message":"Health Check Management for Repository sonatype-oss",
"nextUploadTime":"2018-10-17T20:27:21.074+05:30",
"lastRunState.runDuration":1310,
"state":"PUT_SCAN",
".created":"2018-03-07T16:39:43.080+05:30"
},
"durability":false,
"shouldRecover":false
},
"name":"257df6ea-e88e-4cac-88da-db71c90c4746",
"group":"nexus",
"job_type":"org.sonatype.nexus.quartz.internal.task.QuartzTaskJob"
},
{
"@type":"d",
"@rid":"#21:8",
"@version":1592,
"@class":"quartz_trigger",
"value_type":"org.quartz.impl.triggers.SimpleTriggerImpl",
"value_data":{
"name":"6d99ed91-4d16-4033-b9f8-8b7250946e37",
"group":"nexus",
"jobName":"6d99ed91-4d16-4033-b9f8-8b7250946e37",
"jobGroup":"nexus",
"description":"nx-reclaim-disk-space",
"jobDataMap":{
"schedule.startAt":"2017-02-14T01:00:00.000+05:30",
"schedule.type":"daily"
},
"volatility":false,
"fireInstanceId":"170c6790-e388-44a4-a606-b4d5737de6d1",
"misfireInstruction":0,
"priority":5,
"startTime":1510169400000,
"nextFireTime":1539804600000,
"previousFireTime":1539718200000,
"repeatCount":-1,
"repeatInterval":86400000,
"timesTriggered":343,
"complete":false
},
"name":"6d99ed91-4d16-4033-b9f8-8b7250946e37",
"group":"nexus",
"job_name":"6d99ed91-4d16-4033-b9f8-8b7250946e37",
"job_group":"nexus",
"calendar_name":null,
"state":"WAITING"
},
{
"@type":"d",
"@rid":"#21:9",
"@version":1277,
"@class":"quartz_trigger",
"value_type":"org.quartz.impl.triggers.SimpleTriggerImpl",
"value_data":{
"name":"MT_4nv3fhsac7iho",
"group":"DEFAULT",
"jobName":"6d99ed91-4d16-4033-b9f8-8b7250946e37",
"jobGroup":"nexus",
"jobDataMap":{
"schedule.type":"now"
},
"volatility":false,
"fireInstanceId":"d59ae431-a46c-4ca7-b111-ca55575e3c32",
"misfireInstruction":0,
"priority":5,
"startTime":1487042089164,
"previousFireTime":1487042089164,
"repeatCount":0,
"repeatInterval":0,
"timesTriggered":1,
"complete":false
},
"name":"MT_4nv3fhsac7iho",
"group":"DEFAULT",
"job_name":"6d99ed91-4d16-4033-b9f8-8b7250946e37",
"job_group":"nexus",
"calendar_name":null,
"state":"WAITING"
},
{
"@type":"d",
"@rid":"#21:10",
"@version":1585,
"@class":"quartz_trigger",
"value_type":"org.quartz.impl.triggers.SimpleTriggerImpl",
"value_data":{
"name":"680317d9-3dd7-4601-9b8d-7c8e4fb1f08c",
"group":"nexus",
"jobName":"680317d9-3dd7-4601-9b8d-7c8e4fb1f08c",
"jobGroup":"nexus",
"description":"nx-snapshot-removal",
"jobDataMap":{
"schedule.startAt":"2017-02-14T00:30:00.000+05:30",
"schedule.type":"daily"
},
"volatility":false,
"fireInstanceId":"99e7e917-3f0d-4bc1-b296-acd69d3d3b81",
"misfireInstruction":0,
"priority":5,
"startTime":1513623600000,
"nextFireTime":1539802800000,
"previousFireTime":1539716400000,
"repeatCount":-1,
"repeatInterval":86400000,
"timesTriggered":303,
"complete":false
},
"name":"680317d9-3dd7-4601-9b8d-7c8e4fb1f08c",
"group":"nexus",
"job_name":"680317d9-3dd7-4601-9b8d-7c8e4fb1f08c",
"job_group":"nexus",
"calendar_name":null,
"state":"WAITING"
},
{
"@type":"d",
"@rid":"#21:43",
"@version":155664,
"@class":"quartz_trigger",
"value_type":"org.quartz.impl.triggers.CronTriggerImpl",
"value_data":{
"name":"f2b0ac78-85be-4e0c-a6dc-24cacd9e4682",
"group":"nexus",
"jobName":"f2b0ac78-85be-4e0c-a6dc-24cacd9e4682",
"jobGroup":"nexus",
"description":"Storage facet cleanup",
"jobDataMap":{
"schedule.startAt":"2017-09-27T18:11:33.063+05:30",
"schedule.cronExpression":"0 */10 * * * ?",
"schedule.type":"cron"
},
"volatility":false,
"fireInstanceId":"a308ad62-0f5c-4baa-8f9c-19cc5a071fb2",
"misfireInstruction":0,
"priority":5,
"cronEx":{
"cronExpression":"0 */10 * * * ?",
"timeZone":"Asia/Colombo"
},
"startTime":1506516600000,
"nextFireTime":1539768000000,
"previousFireTime":1539767400000
},
"name":"f2b0ac78-85be-4e0c-a6dc-24cacd9e4682",
"group":"nexus",
"job_name":"f2b0ac78-85be-4e0c-a6dc-24cacd9e4682",
"job_group":"nexus",
"calendar_name":null,
"state":"WAITING"
},
{
"@type":"d",
"@rid":"#21:44",
"@version":1094,
"@class":"quartz_trigger",
"value_type":"org.quartz.impl.triggers.CronTriggerImpl",
"value_data":{
"name":"9594390f-90a1-4af2-9243-45f8d1e389e7",
"group":"nexus",
"jobName":"9594390f-90a1-4af2-9243-45f8d1e389e7",
"jobGroup":"nexus",
"description":"Task log cleanup",
"jobDataMap":{
"schedule.startAt":"2017-09-27T18:11:33.096+05:30",
"schedule.cronExpression":"0 0 0 * * ?",
"schedule.type":"cron"
},
"volatility":false,
"fireInstanceId":"4ffe0e02-1bdd-4ac2-a29c-ba35d48808c2",
"misfireInstruction":0,
"priority":5,
"cronEx":{
"cronExpression":"0 0 0 * * ?",
"timeZone":"Asia/Colombo"
},
"startTime":1506537000000,
"nextFireTime":1539801000000,
"previousFireTime":1539714600000
},
"name":"9594390f-90a1-4af2-9243-45f8d1e389e7",
"group":"nexus",
"job_name":"9594390f-90a1-4af2-9243-45f8d1e389e7",
"job_group":"nexus",
"calendar_name":null,
"state":"WAITING"
},
{
"@type":"d",
"@rid":"#21:68",
"@version":1013,
"@class":"quartz_trigger",
"value_type":"org.quartz.impl.triggers.SimpleTriggerImpl",
"value_data":{
"name":"e6f7fc7c-0d2d-4f38-bc27-ec1b98865d54",
"group":"nexus",
"jobName":"e6f7fc7c-0d2d-4f38-bc27-ec1b98865d54",
"jobGroup":"nexus",
"description":"nx-purge-releases",
"jobDataMap":{
"schedule.startAt":"2017-11-08T00:00:00.000+05:30",
"schedule.type":"daily"
},
"volatility":false,
"fireInstanceId":"e2af5c39-260a-435a-a7d6-7146d15e126e",
"misfireInstruction":0,
"priority":5,
"startTime":1510165800000,
"nextFireTime":1539801000000,
"previousFireTime":1539714600000,
"repeatCount":-1,
"repeatInterval":86400000,
"timesTriggered":343,
"complete":false
},
"name":"e6f7fc7c-0d2d-4f38-bc27-ec1b98865d54",
"group":"nexus",
"job_name":"e6f7fc7c-0d2d-4f38-bc27-ec1b98865d54",
"job_group":"nexus",
"calendar_name":null,
"state":"WAITING"
},
{
"@type":"d",
"@rid":"#21:84",
"@version":933,
"@class":"quartz_trigger",
"value_type":"org.quartz.impl.triggers.SimpleTriggerImpl",
"value_data":{
"name":"fed3f1d1-1f40-4ae7-a602-f696cc46935d",
"group":"nexus",
"jobName":"fed3f1d1-1f40-4ae7-a602-f696cc46935d",
"jobGroup":"nexus",
"description":"nx-purge-releases-mixed-repo",
"jobDataMap":{
"schedule.startAt":"2017-12-18T03:00:00.000+05:30",
"schedule.type":"daily"
},
"volatility":false,
"fireInstanceId":"dcb8f8c2-9bc5-4d97-8dec-d23f3eca1aa3",
"misfireInstruction":0,
"priority":5,
"startTime":1513632600000,
"nextFireTime":1539811800000,
"previousFireTime":1539725400000,
"repeatCount":-1,
"repeatInterval":86400000,
"timesTriggered":303,
"complete":false
},
"name":"fed3f1d1-1f40-4ae7-a602-f696cc46935d",
"group":"nexus",
"job_name":"fed3f1d1-1f40-4ae7-a602-f696cc46935d",
"job_group":"nexus",
"calendar_name":null,
"state":"WAITING"
},
{
"@type":"d",
"@rid":"#21:196",
"@version":452,
"@class":"quartz_trigger",
"value_type":"org.quartz.impl.triggers.SimpleTriggerImpl",
"value_data":{
"name":"a3987ae5-7110-4ac4-9cb4-58959279f3af",
"group":"nexus",
"jobName":"a3987ae5-7110-4ac4-9cb4-58959279f3af",
"jobGroup":"nexus",
"description":"Health Check: nuget-proxy",
"jobDataMap":{
"schedule.startAt":"2018-10-18T02:47:23.893+05:30",
"schedule.type":"hourly"
},
"volatility":false,
"misfireInstruction":0,
"priority":5,
"startTime":1539811043893,
"nextFireTime":1539811043893,
"repeatCount":-1,
"repeatInterval":3600000,
"timesTriggered":0,
"complete":false
},
"name":"a3987ae5-7110-4ac4-9cb4-58959279f3af",
"group":"nexus",
"job_name":"a3987ae5-7110-4ac4-9cb4-58959279f3af",
"job_group":"nexus",
"calendar_name":null,
"state":"WAITING"
},
{
"@type":"d",
"@rid":"#21:197",
"@version":522,
"@class":"quartz_trigger",
"value_type":"org.quartz.impl.triggers.SimpleTriggerImpl",
"value_data":{
"name":"66c1e318-31ce-47e7-8449-7128f6203706",
"group":"nexus",
"jobName":"66c1e318-31ce-47e7-8449-7128f6203706",
"jobGroup":"nexus",
"description":"Health Check: bower-proxy",
"jobDataMap":{
"schedule.startAt":"2018-10-18T02:45:17.620+05:30",
"schedule.type":"hourly"
},
"volatility":false,
"misfireInstruction":0,
"priority":5,
"startTime":1539810917620,
"nextFireTime":1539810917620,
"repeatCount":-1,
"repeatInterval":3600000,
"timesTriggered":0,
"complete":false
},
"name":"66c1e318-31ce-47e7-8449-7128f6203706",
"group":"nexus",
"job_name":"66c1e318-31ce-47e7-8449-7128f6203706",
"job_group":"nexus",
"calendar_name":null,
"state":"WAITING"
},
{
"@type":"d",
"@rid":"#21:198",
"@version":596,
"@class":"quartz_trigger",
"value_type":"org.quartz.impl.triggers.SimpleTriggerImpl",
"value_data":{
"name":"a065b605-713e-422b-897b-e2baa7b83882",
"group":"nexus",
"jobName":"a065b605-713e-422b-897b-e2baa7b83882",
"jobGroup":"nexus",
"description":"System - Repository Health Check: yum-ambari-2.6.2.0",
"jobDataMap":{
"schedule.startAt":"2018-10-17T18:08:26.702+05:30",
"schedule.type":"hourly"
},
"volatility":false,
"misfireInstruction":0,
"priority":5,
"startTime":1539779906702,
"nextFireTime":1539779906702,
"repeatCount":-1,
"repeatInterval":3600000,
"timesTriggered":0,
"complete":false
},
"name":"a065b605-713e-422b-897b-e2baa7b83882",
"group":"nexus",
"job_name":"a065b605-713e-422b-897b-e2baa7b83882",
"job_group":"nexus",
"calendar_name":null,
"state":"WAITING"
},
{
"@type":"d",
"@rid":"#21:199",
"@version":598,
"@class":"quartz_trigger",
"value_type":"org.quartz.impl.triggers.SimpleTriggerImpl",
"value_data":{
"name":"ca784931-9a4a-48c2-ab22-397dc5f109db",
"group":"nexus",
"jobName":"ca784931-9a4a-48c2-ab22-397dc5f109db",
"jobGroup":"nexus",
"description":"Health Check: sbt-plugin-releases",
"jobDataMap":{
"schedule.startAt":"2018-10-17T19:16:02.008+05:30",
"schedule.type":"hourly"
},
"volatility":false,
"misfireInstruction":0,
"priority":5,
"startTime":1539783962008,
"nextFireTime":1539783962008,
"repeatCount":-1,
"repeatInterval":3600000,
"timesTriggered":0,
"complete":false
},
"name":"ca784931-9a4a-48c2-ab22-397dc5f109db",
"group":"nexus",
"job_name":"ca784931-9a4a-48c2-ab22-397dc5f109db",
"job_group":"nexus",
"calendar_name":null,
"state":"WAITING"
},
{
"@type":"d",
"@rid":"#21:200",
"@version":376,
"@class":"quartz_trigger",
"value_type":"org.quartz.impl.triggers.SimpleTriggerImpl",
"value_data":{
"name":"39531c96-3738-4750-922b-62ac875c7643",
"group":"nexus",
"jobName":"39531c96-3738-4750-922b-62ac875c7643",
"jobGroup":"nexus",
"description":"Health Check: npm-proxy",
"jobDataMap":{
"schedule.startAt":"2018-10-18T03:16:18.347+05:30",
"schedule.type":"hourly"
},
"volatility":false,
"misfireInstruction":0,
"priority":5,
"startTime":1539812778347,
"nextFireTime":1539812778347,
"repeatCount":-1,
"repeatInterval":3600000,
"timesTriggered":0,
"complete":false
},
"name":"39531c96-3738-4750-922b-62ac875c7643",
"group":"nexus",
"job_name":"39531c96-3738-4750-922b-62ac875c7643",
"job_group":"nexus",
"calendar_name":null,
"state":"WAITING"
},
{
"@type":"d",
"@rid":"#21:201",
"@version":594,
"@class":"quartz_trigger",
"value_type":"org.quartz.impl.triggers.SimpleTriggerImpl",
"value_data":{
"name":"dfc1cade-e5be-4a8e-a731-2d9075459bec",
"group":"nexus",
"jobName":"dfc1cade-e5be-4a8e-a731-2d9075459bec",
"jobGroup":"nexus",
"description":"System - Repository Health Check: maven-default",
"jobDataMap":{
"schedule.startAt":"2018-10-17T20:35:33.748+05:30",
"schedule.type":"hourly"
},
"volatility":false,
"misfireInstruction":0,
"priority":5,
"startTime":1539788733748,
"nextFireTime":1539788733748,
"repeatCount":-1,
"repeatInterval":3600000,
"timesTriggered":0,
"complete":false
},
"name":"dfc1cade-e5be-4a8e-a731-2d9075459bec",
"group":"nexus",
"job_name":"dfc1cade-e5be-4a8e-a731-2d9075459bec",
"job_group":"nexus",
"calendar_name":null,
"state":"WAITING"
},
{
"@type":"d",
"@rid":"#21:202",
"@version":594,
"@class":"quartz_trigger",
"value_type":"org.quartz.impl.triggers.SimpleTriggerImpl",
"value_data":{
"name":"6917d768-563f-4f34-9aa4-a87465fa77b6",
"group":"nexus",
"jobName":"6917d768-563f-4f34-9aa4-a87465fa77b6",
"jobGroup":"nexus",
"description":"System - Repository Health Check: sonatype",
"jobDataMap":{
"schedule.startAt":"2018-10-17T20:15:18.954+05:30",
"schedule.type":"hourly"
},
"volatility":false,
"misfireInstruction":0,
"priority":5,
"startTime":1539787518954,
"nextFireTime":1539787518954,
"repeatCount":-1,
"repeatInterval":3600000,
"timesTriggered":0,
"complete":false
},
"name":"6917d768-563f-4f34-9aa4-a87465fa77b6",
"group":"nexus",
"job_name":"6917d768-563f-4f34-9aa4-a87465fa77b6",
"job_group":"nexus",
"calendar_name":null,
"state":"WAITING"
},
{
"@type":"d",
"@rid":"#21:203",
"@version":590,
"@class":"quartz_trigger",
"value_type":"org.quartz.impl.triggers.SimpleTriggerImpl",
"value_data":{
"name":"d447d3e8-23c5-4c63-87f3-0b6d03233451",
"group":"nexus",
"jobName":"d447d3e8-23c5-4c63-87f3-0b6d03233451",
"jobGroup":"nexus",
"description":"System - Repository Health Check: yum-hdp-2.6.5.0",
"jobDataMap":{
"schedule.startAt":"2018-10-17T18:07:45.032+05:30",
"schedule.type":"hourly"
},
"volatility":false,
"misfireInstruction":0,
"priority":5,
"startTime":1539779865032,
"nextFireTime":1539779865032,
"repeatCount":-1,
"repeatInterval":3600000,
"timesTriggered":0,
"complete":false
},
"name":"d447d3e8-23c5-4c63-87f3-0b6d03233451",
"group":"nexus",
"job_name":"d447d3e8-23c5-4c63-87f3-0b6d03233451",
"job_group":"nexus",
"calendar_name":null,
"state":"WAITING"
},
{
"@type":"d",
"@rid":"#21:204",
"@version":588,
"@class":"quartz_trigger",
"value_type":"org.quartz.impl.triggers.SimpleTriggerImpl",
"value_data":{
"name":"257df6ea-e88e-4cac-88da-db71c90c4746",
"group":"nexus",
"jobName":"257df6ea-e88e-4cac-88da-db71c90c4746",
"jobGroup":"nexus",
"description":"System - Repository Health Check: sonatype-oss",
"jobDataMap":{
"schedule.startAt":"2018-10-17T20:27:21.074+05:30",
"schedule.type":"hourly"
},
"volatility":false,
"misfireInstruction":0,
"priority":5,
"startTime":1539788241074,
"nextFireTime":1539788241074,
"repeatCount":-1,
"repeatInterval":3600000,
"timesTriggered":0,
"complete":false
},
"name":"257df6ea-e88e-4cac-88da-db71c90c4746",
"group":"nexus",
"job_name":"257df6ea-e88e-4cac-88da-db71c90c4746",
"job_group":"nexus",
"calendar_name":null,
"state":"WAITING"
},
{
"@type":"d",
"@rid":"#23:0",
"@version":10,
"@class":"upgrade_model_versions",
"config":"1.5",
"analytics":"1.1",
"audit":"1.1",
"component":"1.12",
"maven":"1.1",
"rubygems":"1.1",
"healthcheck":"1.1"
},
{
"@type":"d",
"@rid":"#24:0",
"@version":6,
"@class":"key_store",
"name":"ssl/trusted.ks",
"bytes":"/u3+7QAAAAIAAAABAAAAAgA7ZGE6OGQ6MzA6ZjY6OTc6MmI6MDQ6OTg6Zjk6MWY6YzY6ZjE6MDA6ZTI6ZGY6YjY6ZWY6Mzk6NjE6MzgAAAFbGcjvLgAFWC41MDkAAAVTMIIFTzCCBDegAwIBAgIRAMO8uzUPsp2K82m0lNdAcfYwDQYJKoZIhvcNAQELBQAwgZAxCzAJBgNVBAYTAkdCMRswGQYDVQQIExJHcmVhdGVyIE1hbmNoZXN0ZXIxEDAOBgNVBAcTB1NhbGZvcmQxGjAYBgNVBAoTEUNPTU9ETyBDQSBMaW1pdGVkMTYwNAYDVQQDEy1DT01PRE8gUlNBIERvbWFpbiBWYWxpZGF0aW9uIFNlY3VyZSBTZXJ2ZXIgQ0EwHhcNMTcwMzIzMDAwMDAwWhcNMjAwMzIyMjM1OTU5WjBaMSEwHwYDVQQLExhEb21haW4gQ29udHJvbCBWYWxpZGF0ZWQxHTAbBgNVBAsTFFBvc2l0aXZlU1NMIFdpbGRjYXJkMRYwFAYDVQQDDA0qLnpvbmUyNHg3LmxrMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6g7BptWzifGulQE/kYTkU8tdjbZ0xqWzkaCA1PrwkquHUCYahogR+qqE3ok91DfKXXa9Q8zvYeOjjgzyNFoLEmeiHwwt/tlpqBBCjFf8yyrBz/EIB6tJOKnT1DOk9K0fLzH0aQmbsc4ium4rnzpICSohPeg9gKB7NhRuG1L8/fS/PwFB1wlOzI3xGZYaFox3lZso4heKKfo9LIbp4Fs4HsO4tsD7Xv1LbdDDqTS1TzNVN84hIkAEl5zpG6AmJqE1ZbRJrk6r65lPCuKdFRqKZ4SgsECDS7+cAnZTMgVxb1t+QZKahAFPKH+eYRjTYld7UGBPf4lr4EFJzl5Z0e7REwIDAQABo4IB1zCCAdMwHwYDVR0jBBgwFoAUkK9qOpRaC9iQ6hJWc99DtDoo2ucwHQYDVR0OBBYEFC1u8+Gxv9ylycmwBTgdN1Eyl1rGMA4GA1UdDwEB/wQEAwIFoDAMBgNVHRMBAf8EAjAAMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjBPBgNVHSAESDBGMDoGCysGAQQBsjEBAgIHMCswKQYIKwYBBQUHAgEWHWh0dHBzOi8vc2VjdXJlLmNvbW9kby5jb20vQ1BTMAgGBmeBDAECATBUBgNVHR8ETTBLMEmgR6BFhkNodHRwOi8vY3JsLmNvbW9kb2NhLmNvbS9DT01PRE9SU0FEb21haW5WYWxpZGF0aW9uU2VjdXJlU2VydmVyQ0EuY3JsMIGFBggrBgEFBQcBAQR5MHcwTwYIKwYBBQUHMAKGQ2h0dHA6Ly9jcnQuY29tb2RvY2EuY29tL0NPTU9ET1JTQURvbWFpblZhbGlkYXRpb25TZWN1cmVTZXJ2ZXJDQS5jcnQwJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmNvbW9kb2NhLmNvbTAlBgNVHREEHjAcgg0qLnpvbmUyNHg3Lmxrggt6b25lMjR4Ny5sazANBgkqhkiG9w0BAQsFAAOCAQEAEtbSDrz19KWwviu7pbWamJEBW3097YTg9/HTTdW6OiRzSKciwVeLtpRMuYrxH8Mq27wUH1fYZvIoaoYGTm/zR6U3MUBNQCzTDvMSMhsYS/YV55q14mcdkHlX2D78OYt22xuA75WJlmRSJGt1IdLaNwO+ye8ULOXywJicQvBETuK/X1lJr8qEs2ohbLrhaXbiJCEian3kxTXV0ef+2zf3FL1aN0A7TcQ9vcDxiK6fOiXhLYP1Tfavrxfgtb23CjwIxVYr0JVWIHWgCGGQaB1vosWqQ7vmg45lfCCgVFakOsy6UlvbQqVN/WR8PLDfLnWtu4xnS2qJiTeqHrysIWf/FA0yPhLNScWywb67nLKyKSf1jnBt",
"@fieldTypes":"bytes=b"
},
{
"@type":"d",
"@rid":"#24:1",
"@version":1,
"@class":"key_store",
"name":"ssl/private.ks",
"bytes":"/u3+7QAAAAIAAAABAAAAAQALX19kZWZhdWx0MDAAAAFUM5i4UQAABQAwggT8MA4GCisGAQQBKgIRAQEFAASCBOjE2Mei2Q6T3UlT0FfTw7KUfCV7gETpXcEB2ngWFE4XcjTl7LmpzIPprCtovPytAl5pICP8kLSk3lctV8ZC/x0aAhmjn+89SjHI+pqB8/0QjlzUK209wMWsbTQaidkW93L8v62VmtkgZ5qmXCMxs+E/gSmwkwxKRztBgO4mS9fVEGGCnAekEd8vkSQbJBF9m2Pqf8Iju+L+1a2AFTwWa3AA5EFWKlBljbxtU4LuqqTpefctOxoDZj8uqKILRyAaFav8Fg1Qra4BqH6uoCtxpXvkKSrpbUigJvCX9UQlBTeHgSf8eNMKVwDziYP1/btHd44NQwmCm2xqKT2hNA/XuWEv1RZY/r8eazvj61luKrkgd5RwLeQS7tTnSW98Jc8pID/uluSEmlmwCLimzSjKZRHNQPQJgJcLHvDVHeIXbU0wQjDIBuIpr/w+bVP+Pawl8/Ukax53BngB1RrWteNC39lYLEpEels1eytz8ELE6xKozG/IUEuVcSXaaBlOgWGpn6gR96881iq+WPRGiZ8W4tto/6oMlErjbLQT2KtltYN38DxVZC6+K3WK3SjoyPeKSEPBftgOXyQuV3aVZ/k2cMryOTFGi0jVgEthowUsm12BBayduX8gga3r6EaMmNRZq0wZmBqF9Rb8Wrr+Eh10zdK3RrAoPmyuETA0SHBDKL3tpfbFteVV6zkagXNc6Yxt8QreqCPWBw4dGKS8tWjBU6Y9uQ+06DGTC808aPt/aUJKiraDFz/MGaQSHy90JeIJPW+jUwW+/FJ7GrI/ES8tzHw4oI1755+Aviqd4hoanpQ7pI9QjUwJa5+mIqeAzsARSzwNExHnhhmUOQ8SngDnyrxBPltkfOA9oq6Q0J6Mr/QZNO1mvWVDMAJlrYPiXVlLwBpeSHH6oXQzuaQFp0uJZCBILDEroUofQ6kQtX9avMu+XCkO7JgkfJO41s0U2u1WrWMtoan70IF99rbNvlGv/m4CHlOT8xshcxVf1OAxY/+LVBdiJJpSScy7hMGW6EZPA6S/rnta5xGKi6ocW2IMIesU54itAxODJo/kfnobQ9z9p4Z7yVQaiSsKa1tNXrJth865ww9hpbnV2xeCyp+sbQ4LB/ZngYoviw/+lbweqzJG+Cur1Kd/UgUiYt2kFdbD1grZpVglnENx+0MME1t5wjN8m5T/dwnNJoWdQ99cUEfWgAGxx1vMVHdawU5bVp17Gqpul5tl2q98n7HC/Z5eVW9A6/xuky+kGzu5mrSV81Wv1DReDwmr5bsAmVxcVwKYoSJ3BPIZjoPKf3PdZPSz2pzxikrZbXyomctVFv4KVoOhA5a0DHXJXTVHc1HOsBDQXAv4j0WAIzvcaJ8gKm9MmGQS3eEXjR3bX7WoTIK2ijk46BSZvzQu+NGWzb4GjrUcgS1LcW/N20oR6QxU4r7E3iEwfTJB2WdyE6C0pDkgPNZLJju+Pc39/EWKLZnddYLP/LALL8EYmhuUZNMoYsqwvd+/f3mUQGgTbo3w7ms/1JqsG/QU8PGaown27ol1PYFVDfvPYkhRx77X2LdxEWvTAqF+3KYc348m+DgKf98xnX3mmwqejUONsqNdFZFEX43T617nGYYYXArOI9XzbiN8QhPvSqTswNjnBH58ErhUND41PG+mlHdp/THeBUegwvkGF1R3RxyDmim8jgAAAAEABVguNTA5AAADWjCCA1YwggI+oAMCAQICBgFUM5i4BTANBgkqhkiG9w0BAQUFADBrMRQwEgYDVQQDDAtfX2RlZmF1bHQwMDEOMAwGA1UECwwFTmV4dXMxETAPBgNVBAoMCFNvbmF0eXBlMRYwFAYDVQQHDA1TaWx2ZXIgU3ByaW5nMQswCQYDVQQIDAJNRDELMAkGA1UEBhMCVVMwIBcNMTYwNDIwMTIxNTI3WhgPMjExNjAzMjcxMjE1MjdaMGsxFDASBgNVBAMMC19fZGVmYXVsdDAwMQ4wDAYDVQQLDAVOZXh1czERMA8GA1UECgwIU29uYXR5cGUxFjAUBgNVBAcMDVNpbHZlciBTcHJpbmcxCzAJBgNVBAgMAk1EMQswCQYDVQQGEwJVUzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAIq82TwdM/rWOdd01P5vibcMSLgxYh5ruYYFYfFFMiwl5wGdOrI8Zuy5nREGgXCXZXEAWdgsMvU23mUO4dxSp18+aRQsY+ZF7Ui6RPfSf5QI7twfRtR93S0jCtbD7ZVHO7OqToIUOp9IJx0smUTQb1wPQWMRztZkzqwOJdRK5ZpFUv4RpvrGjKuk4SFRp85y9HHkrw0rNrep6BM3sj9eEwQjtTY3V5ChU9qGNZg6SCvWk7+kkGshPtJnxu9XNgX2ZJFe8ffIIWPpaBhv1Jx11McP/zfD6RcPIVV4lvJLSEBs+MkP3+KjshZG1axOq+n3EWUeculHFeRNw6Jppnl7plECAwEAATANBgkqhkiG9w0BAQUFAAOCAQEAUaqeuHVPKrDel6lYbkQJeKhTmsk/2uRuZOkRtUIY8h1UBL8soaxPa71VVgLfP/X3gL5+5TQbs5+V1NipVg7Rfiu5YAm13EAaij1Cx+iZVmiMPG9K/VuXqwfO0T9sJoVKBCORNlretVFDaKlvYAJJJblNGqtqBXJXYwl9OXZlk3/OHi4VresjvHh4I1Y4HZ8lhjpYu/WxgUPhbwDMY+sXRgYn76sLDSlBPM1LJW50SRJ3zIf2WgddY8nYRX/0fWackcNMjVIxFzEnJCFKBDgalaefvYgLktsBwislaWBltP9WFioNdKg4GWbHN+adFAnKkiTUF1V11FeNSY36reN1CMNnvSly89gJNPQIPvruZGre78eD",
"@fieldTypes":"bytes=b"
},
{
"@type":"d",
"@rid":"#26:0",
"@version":1,
"@class":"healthcheckconfig",
"property_name":"npm-proxy.enabled",
"property_value":"true"
},
{
"@type":"d",
"@rid":"#26:1",
"@version":1,
"@class":"healthcheckconfig",
"property_name":"bower-proxy.enabled",
"property_value":"true"
},
{
"@type":"d",
"@rid":"#26:2",
"@version":1,
"@class":"healthcheckconfig",
"property_name":"nuget.org-proxy.enabled",
"property_value":"false"
},
{
"@type":"d",
"@rid":"#26:3",
"@version":1,
"@class":"healthcheckconfig",
"property_name":"nuget-proxy.enabled",
"property_value":"true"
},
{
"@type":"d",
"@rid":"#26:4",
"@version":2,
"@class":"healthcheckconfig",
"property_name":"syncfusion-wpf.enabled",
"property_value":"false"
},
{
"@type":"d",
"@rid":"#26:5",
"@version":1,
"@class":"healthcheckconfig",
"property_name":"maven-central.enabled",
"property_value":"false"
},
{
"@type":"d",
"@rid":"#26:6",
"@version":2,
"@class":"healthcheckconfig",
"property_name":"yum-proxy.enabled",
"property_value":"false"
},
{
"@type":"d",
"@rid":"#26:9",
"@version":1,
"@class":"healthcheckconfig",
"property_name":"sbt-plugin-releases.enabled",
"property_value":"true"
},
{
"@type":"d",
"@rid":"#26:10",
"@version":1,
"@class":"healthcheckconfig",
"property_name":"sonatype.enabled",
"property_value":"true"
},
{
"@type":"d",
"@rid":"#26:11",
"@version":1,
"@class":"healthcheckconfig",
"property_name":"sonatype-oss.enabled",
"property_value":"true"
},
{
"@type":"d",
"@rid":"#26:12",
"@version":1,
"@class":"healthcheckconfig",
"property_name":"maven-default.enabled",
"property_value":"true"
},
{
"@type":"d",
"@rid":"#26:13",
"@version":1,
"@class":"healthcheckconfig",
"property_name":"ivy-releases.enabled",
"property_value":"false"
},
{
"@type":"d",
"@rid":"#26:14",
"@version":1,
"@class":"healthcheckconfig",
"property_name":"yum-hdp-2.6.5.0.enabled",
"property_value":"true"
},
{
"@type":"d",
"@rid":"#26:15",
"@version":1,
"@class":"healthcheckconfig",
"property_name":"yum-ambari-2.6.2.0.enabled",
"property_value":"true"
},
{
"@type":"d",
"@rid":"#26:16",
"@version":1,
"@class":"healthcheckconfig",
"property_name":"useTrustStore",
"property_value":"false"
},
{
"@type":"d",
"@rid":"#27:0",
"@version":1,
"@class":"deploymentidentifier",
"id":"2F1D8CAD-051A4456-005E87C4-868032EA-8B40DB2E",
"alias":null
},
{
"@type":"d",
"@rid":"#30:0",
"@version":1,
"@class":"firewall_ignore_patterns",
"regexps_by_format":{
"maven2":[
".*\\.sha1",
".*\\.md5",
".*\\.asc",
".*\\.pom",
".*maven-metadata\\.xml",
".*archetype-catalog\\.xml"
]
}
}
],
"brokenRids":[
],
"indexes":[
{
"name":"OUser.name",
"type":"UNIQUE",
"algorithm":"SBTREE",
"clustersToIndex":[
"ouser"
],
"definition":{
"defClass":"com.orientechnologies.orient.core.index.OPropertyIndexDefinition",
"stream":{
"@type":"d",
"@version":0,
"className":"OUser",
"field":"name",
"keyType":"STRING",
"collate":"ci",
"nullValuesIgnored":true
}
}
},
{
"name":"repository_repository_name_idx",
"type":"UNIQUE",
"algorithm":"SBTREE",
"clustersToIndex":[
"repository"
],
"definition":{
"defClass":"com.orientechnologies.orient.core.index.OPropertyIndexDefinition",
"stream":{
"@type":"d",
"@version":0,
"className":"repository",
"field":"repository_name",
"keyType":"STRING",
"collate":"ci",
"nullValuesIgnored":true
}
}
},
{
"name":"healthcheckconfig_property_name_idx",
"type":"UNIQUE",
"algorithm":"SBTREE",
"clustersToIndex":[
"healthcheckconfig"
],
"definition":{
"defClass":"com.orientechnologies.orient.core.index.OPropertyIndexDefinition",
"stream":{
"@type":"d",
"@version":0,
"className":"healthcheckconfig",
"field":"property_name",
"keyType":"STRING",
"collate":"ci",
"nullValuesIgnored":false
}
}
},
{
"name":"quartz_calendar_name_idx",
"type":"UNIQUE",
"algorithm":"SBTREE",
"clustersToIndex":[
"quartz_calendar"
],
"definition":{
"defClass":"com.orientechnologies.orient.core.index.OPropertyIndexDefinition",
"stream":{
"@type":"d",
"@version":0,
"className":"quartz_calendar",
"field":"name",
"keyType":"STRING",
"collate":"default",
"nullValuesIgnored":true
}
}
},
{
"name":"nodes_id_idx",
"type":"UNIQUE",
"algorithm":"SBTREE",
"clustersToIndex":[
"nodes"
],
"definition":{
"defClass":"com.orientechnologies.orient.core.index.OPropertyIndexDefinition",
"stream":{
"@type":"d",
"@version":0,
"className":"nodes",
"field":"id",
"keyType":"STRING",
"collate":"default",
"nullValuesIgnored":false
}
}
},
{
"name":"quartz_trigger_state_idx",
"type":"NOTUNIQUE",
"algorithm":"SBTREE",
"clustersToIndex":[
"quartz_trigger"
],
"definition":{
"defClass":"com.orientechnologies.orient.core.index.OPropertyIndexDefinition",
"stream":{
"@type":"d",
"@version":0,
"className":"quartz_trigger",
"field":"state",
"keyType":"STRING",
"collate":"default",
"nullValuesIgnored":true
}
}
},
{
"name":"cleanup_format_idx",
"type":"NOTUNIQUE",
"algorithm":"SBTREE",
"clustersToIndex":[
"cleanup"
],
"definition":{
"defClass":"com.orientechnologies.orient.core.index.OPropertyIndexDefinition",
"stream":{
"@type":"d",
"@version":0,
"className":"cleanup",
"field":"format",
"keyType":"STRING",
"collate":"default",
"nullValuesIgnored":false
}
}
},
{
"name":"repository_blobstore_name_idx",
"type":"UNIQUE",
"algorithm":"SBTREE",
"clustersToIndex":[
"repository_blobstore"
],
"definition":{
"defClass":"com.orientechnologies.orient.core.index.OPropertyIndexDefinition",
"stream":{
"@type":"d",
"@version":0,
"className":"repository_blobstore",
"field":"name",
"keyType":"STRING",
"collate":"ci",
"nullValuesIgnored":false
}
}
},
{
"name":"quartz_job_detail_name_group_idx",
"type":"UNIQUE",
"algorithm":"SBTREE",
"clustersToIndex":[
"quartz_job_detail"
],
"definition":{
"defClass":"com.orientechnologies.orient.core.index.OCompositeIndexDefinition",
"stream":{
"@type":"d",
"@version":0,
"className":"quartz_job_detail",
"indexDefinitions":[
{
"@type":"d",
"@version":0,
"className":"quartz_job_detail",
"field":"name",
"keyType":"STRING",
"collate":"default",
"nullValuesIgnored":true
},
{
"@type":"d",
"@version":0,
"className":"quartz_job_detail",
"field":"group",
"keyType":"STRING",
"collate":"default",
"nullValuesIgnored":true
}
],
"indClasses":[
"com.orientechnologies.orient.core.index.OPropertyIndexDefinition",
"com.orientechnologies.orient.core.index.OPropertyIndexDefinition"
],
"nullValuesIgnored":true
}
}
},
{
"name":"ldap_name_idx",
"type":"UNIQUE",
"algorithm":"SBTREE",
"clustersToIndex":[
"ldap"
],
"definition":{
"defClass":"com.orientechnologies.orient.core.index.OPropertyIndexDefinition",
"stream":{
"@type":"d",
"@version":0,
"className":"ldap",
"field":"name",
"keyType":"STRING",
"collate":"default",
"nullValuesIgnored":true
}
}
},
{
"name":"dictionary",
"type":"DICTIONARY",
"algorithm":"SBTREE",
"definition":{
"defClass":"com.orientechnologies.orient.core.index.OSimpleKeyIndexDefinition",
"stream":{
"@type":"d",
"@version":0,
"keyTypes":[
"STRING"
],
"collate":"default",
"nullValuesIgnored":true
}
},
"metadata":{
"@type":"d",
"@version":0,
"durableInNonTxMode":true,
"trackMode":"FULL"
}
},
{
"name":"key_store_name_idx",
"type":"UNIQUE",
"algorithm":"SBTREE",
"clustersToIndex":[
"key_store"
],
"definition":{
"defClass":"com.orientechnologies.orient.core.index.OPropertyIndexDefinition",
"stream":{
"@type":"d",
"@version":0,
"className":"key_store",
"field":"name",
"keyType":"STRING",
"collate":"default",
"nullValuesIgnored":false
}
}
},
{
"name":"quartz_trigger_name_group_idx",
"type":"UNIQUE",
"algorithm":"SBTREE",
"clustersToIndex":[
"quartz_trigger"
],
"definition":{
"defClass":"com.orientechnologies.orient.core.index.OCompositeIndexDefinition",
"stream":{
"@type":"d",
"@version":0,
"className":"quartz_trigger",
"indexDefinitions":[
{
"@type":"d",
"@version":0,
"className":"quartz_trigger",
"field":"name",
"keyType":"STRING",
"collate":"default",
"nullValuesIgnored":true
},
{
"@type":"d",
"@version":0,
"className":"quartz_trigger",
"field":"group",
"keyType":"STRING",
"collate":"default",
"nullValuesIgnored":true
}
],
"indClasses":[
"com.orientechnologies.orient.core.index.OPropertyIndexDefinition",
"com.orientechnologies.orient.core.index.OPropertyIndexDefinition"
],
"nullValuesIgnored":true
}
}
},
{
"name":"quartz_trigger_job_name_job_group_idx",
"type":"NOTUNIQUE",
"algorithm":"SBTREE",
"clustersToIndex":[
"quartz_trigger"
],
"definition":{
"defClass":"com.orientechnologies.orient.core.index.OCompositeIndexDefinition",
"stream":{
"@type":"d",
"@version":0,
"className":"quartz_trigger",
"indexDefinitions":[
{
"@type":"d",
"@version":0,
"className":"quartz_trigger",
"field":"job_name",
"keyType":"STRING",
"collate":"default",
"nullValuesIgnored":true
},
{
"@type":"d",
"@version":0,
"className":"quartz_trigger",
"field":"job_group",
"keyType":"STRING",
"collate":"default",
"nullValuesIgnored":true
}
],
"indClasses":[
"com.orientechnologies.orient.core.index.OPropertyIndexDefinition",
"com.orientechnologies.orient.core.index.OPropertyIndexDefinition"
],
"nullValuesIgnored":true
}
}
},
{
"name":"selector_selector_name_idx",
"type":"UNIQUE",
"algorithm":"SBTREE",
"clustersToIndex":[
"selector_selector"
],
"definition":{
"defClass":"com.orientechnologies.orient.core.index.OPropertyIndexDefinition",
"stream":{
"@type":"d",
"@version":0,
"className":"selector_selector",
"field":"name",
"keyType":"STRING",
"collate":"default",
"nullValuesIgnored":true
}
}
},
{
"name":"ldap_id_idx",
"type":"UNIQUE",
"algorithm":"SBTREE",
"clustersToIndex":[
"ldap"
],
"definition":{
"defClass":"com.orientechnologies.orient.core.index.OPropertyIndexDefinition",
"stream":{
"@type":"d",
"@version":0,
"className":"ldap",
"field":"id",
"keyType":"STRING",
"collate":"default",
"nullValuesIgnored":true
}
}
},
{
"name":"quartz_trigger_calendar_name_idx",
"type":"NOTUNIQUE",
"algorithm":"SBTREE",
"clustersToIndex":[
"quartz_trigger"
],
"definition":{
"defClass":"com.orientechnologies.orient.core.index.OPropertyIndexDefinition",
"stream":{
"@type":"d",
"@version":0,
"className":"quartz_trigger",
"field":"calendar_name",
"keyType":"STRING",
"collate":"default",
"nullValuesIgnored":true
}
}
},
{
"name":"script_name_idx",
"type":"UNIQUE",
"algorithm":"SBTREE",
"clustersToIndex":[
"script"
],
"definition":{
"defClass":"com.orientechnologies.orient.core.index.OPropertyIndexDefinition",
"stream":{
"@type":"d",
"@version":0,
"className":"script",
"field":"name",
"keyType":"STRING",
"collate":"default",
"nullValuesIgnored":true
}
}
},
{
"name":"ORole.name",
"type":"UNIQUE",
"algorithm":"SBTREE",
"clustersToIndex":[
"orole"
],
"definition":{
"defClass":"com.orientechnologies.orient.core.index.OPropertyIndexDefinition",
"stream":{
"@type":"d",
"@version":0,
"className":"ORole",
"field":"name",
"keyType":"STRING",
"collate":"ci",
"nullValuesIgnored":true
}
}
},
{
"name":"cleanup_name_idx",
"type":"UNIQUE",
"algorithm":"SBTREE",
"clustersToIndex":[
"cleanup"
],
"definition":{
"defClass":"com.orientechnologies.orient.core.index.OPropertyIndexDefinition",
"stream":{
"@type":"d",
"@version":0,
"className":"cleanup",
"field":"name",
"keyType":"STRING",
"collate":"default",
"nullValuesIgnored":false
}
}
}
],
"manualIndexes":[
{
"name":"dictionary",
"content":[
{
"@type":"d",
"@version":0,
"binary":false,
"key":"deploymentidentifier.SINGLETON",
"rid":"#27:0",
"@fieldTypes":"rid=x"
},
{
"@type":"d",
"@version":0,
"binary":false,
"key":"email.SINGLETON",
"rid":"#11:0",
"@fieldTypes":"rid=x"
},
{
"@type":"d",
"@version":0,
"binary":false,
"key":"firewall_ignore_patterns.SINGLETON",
"rid":"#30:0",
"@fieldTypes":"rid=x"
},
{
"@type":"d",
"@version":0,
"binary":false,
"key":"upgrade_model_versions.SINGLETON",
"rid":"#23:0",
"@fieldTypes":"rid=x"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment