1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. CloudSetupResult

CloudSetupResult

    Result of a cloud setup operation

    Properties

    • success boolean required
      Whether the setup operation was successful
    • resources array[CloudSetupResource] required
      List of resources created or managed during setup
    • type string required
      Type of the resource
    • id string required
      Unique identifier of the resource
    • name string required
      Name of the resource
    • status string required
      Status of the resource operation
    • error string optional
      Error message if the resource operation failed
    • properties map[string]string optional
      Additional properties of the resource
    • message string optional
      Optional message about the setup operation