Variable SduServiceDeploymentDeployFailedEventSchemaConst

SduServiceDeploymentDeployFailedEventSchema: {
    $schema: string;
    additionalProperties: boolean;
    description: string;
    properties: {
        environment_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
        error_message: {
            description: string;
            type: string;
        };
        owned_by_axinom: {
            description: string;
            type: string;
        };
        pod_logs: {
            additionalItems: boolean;
            description: string;
            items: {
                additionalProperties: boolean;
                properties: {
                    logs: {
                        additionalItems: boolean;
                        description: string;
                        items: {
                            type: string;
                        };
                        type: string;
                    };
                    pod_name: {
                        description: string;
                        type: string;
                    };
                };
                required: string[];
                title: string;
                type: string;
            };
            type: string;
        };
        request_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
        service_definition_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
        service_deployment_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
        service_id: {
            description: string;
            type: string;
        };
        tenant_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
    };
    required: string[];
    title: string;
    type: string;
} = SduServiceDeploymentDeployFailedEvent

Type declaration

  • $schema: string
  • additionalProperties: boolean
  • description: string
  • properties: {
        environment_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
        error_message: {
            description: string;
            type: string;
        };
        owned_by_axinom: {
            description: string;
            type: string;
        };
        pod_logs: {
            additionalItems: boolean;
            description: string;
            items: {
                additionalProperties: boolean;
                properties: {
                    logs: {
                        additionalItems: boolean;
                        description: string;
                        items: {
                            type: string;
                        };
                        type: string;
                    };
                    pod_name: {
                        description: string;
                        type: string;
                    };
                };
                required: string[];
                title: string;
                type: string;
            };
            type: string;
        };
        request_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
        service_definition_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
        service_deployment_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
        service_id: {
            description: string;
            type: string;
        };
        tenant_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
    }
    • environment_id: {
          description: string;
          format: string;
          maxLength: number;
          minLength: number;
          type: string;
      }
      • description: string
      • format: string
      • maxLength: number
      • minLength: number
      • type: string
    • error_message: {
          description: string;
          type: string;
      }
      • description: string
      • type: string
    • owned_by_axinom: {
          description: string;
          type: string;
      }
      • description: string
      • type: string
    • pod_logs: {
          additionalItems: boolean;
          description: string;
          items: {
              additionalProperties: boolean;
              properties: {
                  logs: {
                      additionalItems: boolean;
                      description: string;
                      items: {
                          type: string;
                      };
                      type: string;
                  };
                  pod_name: {
                      description: string;
                      type: string;
                  };
              };
              required: string[];
              title: string;
              type: string;
          };
          type: string;
      }
      • additionalItems: boolean
      • description: string
      • items: {
            additionalProperties: boolean;
            properties: {
                logs: {
                    additionalItems: boolean;
                    description: string;
                    items: {
                        type: string;
                    };
                    type: string;
                };
                pod_name: {
                    description: string;
                    type: string;
                };
            };
            required: string[];
            title: string;
            type: string;
        }
        • additionalProperties: boolean
        • properties: {
              logs: {
                  additionalItems: boolean;
                  description: string;
                  items: {
                      type: string;
                  };
                  type: string;
              };
              pod_name: {
                  description: string;
                  type: string;
              };
          }
          • logs: {
                additionalItems: boolean;
                description: string;
                items: {
                    type: string;
                };
                type: string;
            }
            • additionalItems: boolean
            • description: string
            • items: {
                  type: string;
              }
              • type: string
            • type: string
          • pod_name: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
        • required: string[]
        • title: string
        • type: string
      • type: string
    • request_id: {
          description: string;
          format: string;
          maxLength: number;
          minLength: number;
          type: string;
      }
      • description: string
      • format: string
      • maxLength: number
      • minLength: number
      • type: string
    • service_definition_id: {
          description: string;
          format: string;
          maxLength: number;
          minLength: number;
          type: string;
      }
      • description: string
      • format: string
      • maxLength: number
      • minLength: number
      • type: string
    • service_deployment_id: {
          description: string;
          format: string;
          maxLength: number;
          minLength: number;
          type: string;
      }
      • description: string
      • format: string
      • maxLength: number
      • minLength: number
      • type: string
    • service_id: {
          description: string;
          type: string;
      }
      • description: string
      • type: string
    • tenant_id: {
          description: string;
          format: string;
          maxLength: number;
          minLength: number;
          type: string;
      }
      • description: string
      • format: string
      • maxLength: number
      • minLength: number
      • type: string
  • required: string[]
  • title: string
  • type: string

Generated using TypeDoc