Snowflake · JSON Structure

Service Service Container Structure

Type: object Properties: 10
Data LakesData SharingData WarehousingDatabaseSQL

ServiceContainer is a JSON Structure definition published by Snowflake, describing 10 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

service_status instance_id instance_status container_name status message image_name image_digest restart_count start_time

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ServiceContainer",
  "type": "object",
  "properties": {
    "service_status": {
      "type": "string"
    },
    "instance_id": {
      "type": "string"
    },
    "instance_status": {
      "type": "string"
    },
    "container_name": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "message": {
      "type": "string"
    },
    "image_name": {
      "type": "string"
    },
    "image_digest": {
      "type": "string"
    },
    "restart_count": {
      "type": "integer"
    },
    "start_time": {
      "type": "string"
    }
  }
}