Adobe Launch · JSON Structure

Reactor Host Attributes Structure

Type: object Properties: 11
Data CollectionEdge NetworkEvent ForwardingMarketing TechnologyTag Management

HostAttributes is a JSON Structure definition published by Adobe Launch, describing 11 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

name type_of server port path username encrypted_private_key skip_symlinks status created_at updated_at

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "HostAttributes",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "type_of": {
      "type": "string"
    },
    "server": {
      "type": "string"
    },
    "port": {
      "type": "integer"
    },
    "path": {
      "type": "string"
    },
    "username": {
      "type": "string"
    },
    "encrypted_private_key": {
      "type": "string"
    },
    "skip_symlinks": {
      "type": "boolean"
    },
    "status": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    },
    "updated_at": {
      "type": "string"
    }
  }
}