Data-Test-Executer Framework speziell zum Test von Datenverarbeitungen mit Datengenerierung, Systemvorbereitungen, Einspielungen, ganzheitlicher diversifizierender Vergleich
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

282 lines
3.9 KiB

application:
_header:
- apid
- name
- description
- reference
- attributes
- inscommit
- insauthor
- instime
- updcommit
- updauthor
- updtime
- actual
apid:
field: apid
type: pk
name:
field: name
type: str
2 years ago
index: I
description:
field: description
type: string
reference:
field: reference
type: str
attributes:
field: attributes
type: string
insauthor:
field: insauthor
type: str
inscommit:
field: inscommit
type: str
instime:
field: instime
type: time
updauthor:
field: updauthor
type: str
updcommit:
field: updcommit
type: str
updtime:
field: updtime
type: time
actual:
field: actual
type: int
2 years ago
index: I
ap_component:
_header:
- apcomid
- apid
- component
apcomid:
field: apcomid
type: pk
apid:
field: apid
type: int
2 years ago
index: I
component:
field: component
type: str
2 years ago
index: I
2 years ago
ap_application:
_header:
- apappid
- apid
- application
apappid:
field: apappid
type: pk
apid:
field: apid
type: int
2 years ago
index: I
2 years ago
application:
field: component
type: str
2 years ago
index: I
ap_project:
_header:
- approid
- apid
- project
- description
- reference
approid:
field: apid
type: pk
apid:
field: apid
type: int
2 years ago
index: I
project:
field: project
type: str
2 years ago
index: I
description:
field: description
type: string
reference:
field: reference
type: str
2 years ago
environment:
_header:
2 years ago
- enid
- name
- description
- reference
- attributes
- inscommit
- insauthor
- instime
- updcommit
- updauthor
- updtime
- actual
2 years ago
enid:
field: enid
type: pk
name:
field: name
type: str
2 years ago
index: I
description:
field: description
type: string
reference:
field: reference
type: str
attributes:
field: attributes
type: string
insauthor:
field: insauthor
type: str
inscommit:
field: inscommit
type: str
instime:
field: instime
type: time
updauthor:
field: updauthor
type: str
updcommit:
field: updcommit
type: str
updtime:
field: updtime
type: time
actual:
field: actual
type: int
2 years ago
index: I
2 years ago
en_project:
_header:
2 years ago
- enproid
- enid
- project
enproid:
field: enproid
type: pk
enid:
field: enid
type: int
2 years ago
index: I
2 years ago
project:
field: project
type: str
2 years ago
index: I
2 years ago
en_component:
_header:
- encomid
- enid
- component
2 years ago
- instance
- type
- ip
- port
- hostname
- dompath
2 years ago
- user
- password
- attributes
2 years ago
encomid:
field: encomid
type: pk
2 years ago
enid:
field: enid
index: I
2 years ago
type: int
component:
field: component
index: I
2 years ago
type: str
instance:
field: instance
type: int
type:
field: type
type: str
ip:
field: ip
type: str
port:
field: port
type: str
hostname:
field: hostname
type: str
dompath:
field: dompath
type: str
2 years ago
user:
field: user
type: str
password:
field: password
type: str
attributes:
field: attributes
type: string
component:
_header:
- coid
- name
- description
- reference
- attributes
- inscommit
- insauthor
- instime
- updcommit
- updauthor
- updtime
- actual
coid:
field: apid
type: pk
name:
field: name
type: str
2 years ago
index: I
2 years ago
description:
field: description
type: string
reference:
field: reference
type: str
attributes:
field: attributes
type: string
insauthor:
field: insauthor
type: str
inscommit:
field: inscommit
type: str
instime:
field: instime
type: time
updauthor:
field: updauthor
type: str
updcommit:
field: updcommit
type: str
updtime:
field: updtime
type: time
actual:
field: actual
type: int
2 years ago
index: I
2 years ago