You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hetzner-ansible/smardigo/pmci/process-variable-declaration/service-replay-setup.json

158 lines
3.8 KiB
JSON

{
"name" : "service-replay-setup",
"configKey" : "service-replay-setup",
"configType" : "process-variable-declaration",
"variableDeclarations" : {
"connect_admin" : {
"type" : "object",
"classification" : "PRIVATE",
"fields" : {
"username" : {
"type" : "string",
"classification" : "PRIVATE"
},
"password" : {
"type" : "string",
"classification" : "PRIVATE"
}
}
},
"creation_date" : {
"type" : "date",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Erstelldatum"
},
"creation_user_id" : {
"type" : "userId",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Ersteller"
},
"filterTenantId" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "TenantId"
},
"jobs" : {
"type" : "object",
"classification" : "PRIVATE",
"label" : "jobs"
},
"process_definition_key" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Prozess"
},
"progress_current" : {
"type" : "long",
"classification" : "PRIVATE",
"label" : "progress_current"
},
"progress_max" : {
"type" : "long",
"classification" : "PRIVATE",
"label" : "progress_max"
},
"pruefer_id" : {
"type" : "string",
"classification" : "PRIVATE",
"label" : "pruefer_id"
},
"request_decision" : {
"type" : "string",
"classification" : "PRIVATE",
"label" : "request_decision"
},
"service" : {
"type" : "object",
"classification" : "PRIVATE",
"fields" : {
"cluster" : {
"type" : "object",
"classification" : "PRIVATE",
"label" : "Cluster",
"fields" : {
"key" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Cluster Name"
}
}
},
"connect_version" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Version"
},
"name" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Cluster Name"
},
"tenant_key" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Tenant Schlüssel"
}
}
},
"simulation" : {
"type" : "boolean",
"classification" : "PRIVATE",
"label" : "simulation"
},
"stage" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Stage"
},
"tenant" : {
"type" : "object",
"classification" : "PRIVATE",
"label" : "Tenant",
"fields" : {
"key" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Tenant Schlüssel"
}
}
},
"vorgang_status" : {
"type" : "long",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Status"
},
"vorgang_status_text" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Statustext"
},
"wordpress_admin" : {
"type" : "object",
"classification" : "PRIVATE",
"label" : "wordpress_admin",
"fields" : {
"username" : {
"type" : "string",
"classification" : "PRIVATE"
},
"password" : {
"type" : "string",
"classification" : "PRIVATE"
}
}
}
}
}