43 lines
958 B
YAML
43 lines
958 B
YAML
---
|
|
title: Instance data for restore testing
|
|
desc: Test data for instance table in system restore tests
|
|
author: Claude
|
|
version: 1.0
|
|
|
|
fields:
|
|
- field: id
|
|
note: Instance ID
|
|
range: 1-20
|
|
format: ""
|
|
- field: name
|
|
note: Instance name
|
|
range: zentao-test{5}, zentao-prod{3}, zentao-dev{2}
|
|
format: ""
|
|
- field: space
|
|
note: Space ID reference
|
|
range: 1-5
|
|
format: ""
|
|
- field: status
|
|
note: Instance status
|
|
range: running{6}, stopped{2}, failed{2}
|
|
format: ""
|
|
- field: k8name
|
|
note: Kubernetes deployment name
|
|
range: zentao-1{3}, zentao-2{3}, zentao-3{2}, test-deploy{2}
|
|
format: ""
|
|
- field: channel
|
|
note: Release channel
|
|
range: stable{6}, beta{2}, dev{2}
|
|
format: ""
|
|
- field: createdBy
|
|
note: Created by user
|
|
range: admin{7}, user{3}
|
|
format: ""
|
|
- field: createdDate
|
|
note: Created date
|
|
range: 2024-01-01 00:00:00-2024-09-09 23:59:59
|
|
format: YYYY-MM-DD hh:mm:ss
|
|
- field: deleted
|
|
note: Delete flag
|
|
range: 0{9}, 1{1}
|
|
format: "" |