# Temporary registration info Temporary registration info that will expire after 1 hour. Endpoint: GET /apps/temporarymessages Version: 6.6.1 ## Query parameters: - `hash` (string) Aplication hash Example: "e9293e7eebc51586e7b90557f924b70a766ab970c91a6c923520577021424cb9" ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (array) - `data.appSpecifications` (object) - `data.appSpecifications.version` (integer) Version of message which is 7 - `data.appSpecifications.name` (string) Name of app - `data.appSpecifications.description` (string) Description of app - `data.appSpecifications.owner` (string) Your ZelID - `data.appSpecifications.compose` (array) - `data.appSpecifications.compose.description` (string) Description of component - `data.appSpecifications.compose.repotag` (string) Repotag of docker image in this format - `data.appSpecifications.compose.ports` (array) - `data.appSpecifications.compose.domains` (array) - `data.appSpecifications.compose.enviromentParameters` (array) - `data.appSpecifications.compose.commands` (array) - `data.appSpecifications.compose.containerPorts` (array) - `data.appSpecifications.compose.containerData` (string) Directory the data is stored and what dir is tied to the system folder - `data.appSpecifications.compose.cpu` (number) CPU amount requesting - `data.appSpecifications.compose.ram` (integer) Ram amount requesting in MB - `data.appSpecifications.compose.hdd` (integer) Storage space requesting in GB - `data.appSpecifications.compose.tiered` (boolean) If set to true you will also need following key/value pairs to provide tiered info. If false do not add the following key/value pairs. - `data.appSpecifications.compose.cpubasic` (number) CPU amount - `data.appSpecifications.compose.cpusuper` (number) CPU amount - `data.appSpecifications.compose.cpubamf` (number) CPU amount - `data.appSpecifications.compose.rambasic` (integer) Ram amount in MB - `data.appSpecifications.compose.ramsuper` (integer) Ram amount in MB - `data.appSpecifications.compose.rambamf` (integer) Ram amount in MB - `data.appSpecifications.compose.hddbasic` (integer) Storage space in GB - `data.appSpecifications.compose.hddsuper` (integer) Storage space in GB - `data.appSpecifications.compose.hddbamf` (integer) Storage space in GB - `data.appSpecifications.compose.secrets` (string) Array of strings of Secret Environmental Parameters. This will be encrypted and accessible to selected Enterprise Nodes only. - `data.appSpecifications.compose.repoauth` (string) Docker image authentication for private images in the format of username:apikey. This field will be encrypted and accessible to selected Enterprise Nodes only. - `data.appSpecifications.instances` (integer) Instances number - `data.appSpecifications.contacts` (array) - `data.appSpecifications.geolocation` (array) - `data.appSpecifications.expire` (integer) Number of blocks after apps expire - `data.appSpecifications.nodes` (array) - `data.appSpecifications.staticip` (boolean) If set to true apps will be installed of nodes with static IP only. - `data.type` (string) Message type - `data.version` (integer) Message version - `data.hash` (string) Message hash - `data.timestamp` (integer) Timestamp of message in epoch/unix - `data.signature` (string) Signature from signed message - `data.receivedAt` (string) Date and time of received message - `data.expiredAt` (string) Date and time when message expires