execModuleId | UUID | | [optional] |
category | CategoryEnum | category of generated output | [optional] |
name | String | Name of the service API displayed in the UI | |
artifactId | String | Name of the output build file(s) ie: mvn ArtifactID | [optional] |
applicationId | UUID | Id of the Application that this Stack belongs to, if any | [optional] |
adminServerHost | String | host (FQDN) name of to connect to the admin server -- do not include 'http(s):' or slashes | [optional] |
adminServerPort | String | port of to connect to the admin server | [optional] |
hostName | String | host of this service (FQDN) -- do not include 'http(s):' or slashes | [optional] |
hostPort | String | port of this service | [optional] |
orgName | String | the name of the organization owner of the service used in classpath | [optional] |
gitUser | String | The name of the git USER or ORG to push generated stack code | [optional] |
gitRepo | String | The repository where the output Project will be pushed after generation | [optional] |
skipSwaggerGen | Boolean | Whether to skip Swagger API build during Generation | [optional] |
skipJavaGen | Boolean | Whether to skip Java Services and DAO build during Generation | [optional] |
skipDbGen | Boolean | Whether to skip Database Modification during Generation | [optional] |
skipReactGen | Boolean | Whether to skip React Front End during Generation | [optional] |
dbGenDropTable | Boolean | Will rename and any conflicting pre-existing tables during generation | [optional] |
thorApiSecureKey | String | Secure key used to encrypt the data in the new platform | [optional] |
dbUrl | String | database url for the system | [optional] |
dbName | String | db name (schema name) for the system NOTE: must exist prior to initialization | [optional] |
dbUser | String | database user for the system | [optional] |
dbPassword | String | database password for the system | [optional] |
schemaName | String | Name of the DB Schema to connect to NOTE: must exist prior to initialization | [optional] |
language | LanguageEnum | Backend Stack Service Language | [optional] |
templateRepo | TemplateRepoEnum | Stack template repo | [optional] |
schemaData | String | YAML Swagger/OpenAPI Schema | |
schemaFileName | String | File name containing Schema definition | [optional] |
status | StatusEnum | Current Stack status | [optional] |
id | UUID | Unique identifier for object in the system | [optional] |
ownerId | UUID | UUID of owner of the object in the system | [optional] |
createdDate | OffsetDateTime | Date of object creation | [optional] |
keyHash | String | Data, including hash of the key(s) used to encrypt this record. | [optional] |
lastAccessedById | UUID | Last user to access object | [optional] |
lastAccessedDate | OffsetDateTime | Timestamp of last access of object | [optional] |
lastModifiedById | UUID | Unique identifier for user who last modifed the object in the system | [optional] |
lastModifiedDate | OffsetDateTime | Date of last object modification | [optional] |