FarmRoleTemplateDetailsResponse object

Example JSON representation

{
  "data": {
    "advancedConfiguration": {
      "abortInitializationOnOrchestrationFailure": true,
      "disableAgentHostnameManagement": true,
      "disableAgentIptablesManagement": true,
      "disableAgentNtpManagement": true,
      "instanceName": "string",
      "rebootAfterHostInit": true
    },
    "alias": "string",
    "availabilityZones": [
      "string"
    ],
    "bootstrapping": {
      "enabled": true,
      "type": "BootstrapConfiguration"
    },
    "cloudFeatures": {
      "type": "CloudFeatures"
    },
    "cloudLocation": "string",
    "cloudPlatform": "ec2",
    "instanceType": {
      "id": "string"
    },
    "launchIndex": 1,
    "networking": {
      "hostname": {
        "domainName": "string",
        "type": "HostnameConfiguration"
      },
      "networks": [
        {
          "associatePublicIpAddress": true,
          "cloudFeatures": {
            "type": "NetworkCloudFeatures"
          },
          "id": "string",
          "ipPool": {
            "id": "string"
          },
          "primary": true,
          "subnets": [
            {
              "id": "string"
            }
          ]
        }
      ],
      "subnets": [
        {
          "id": "string",
          "networkId": "string"
        }
      ]
    },
    "orchestration": {
      "rules": [
        {
          "action": {
            "actionType": "Action"
          },
          "blocking": true,
          "enabled": true,
          "order": 1,
          "runAs": "string",
          "target": {
            "targetType": "Target"
          },
          "timeout": 1,
          "trigger": {
            "triggerType": "Trigger"
          }
        }
      ]
    },
    "role": {
      "id": 1,
      "name": "string"
    },
    "scaling": {
      "considerSuspendedServers": "running",
      "enabled": true,
      "maxInstances": 1,
      "minInstances": 1,
      "rules": [
        {
          "name": "string",
          "ruleType": "ScalingRule"
        }
      ],
      "scalingBehavior": "suspend-resume"
    },
    "security": {
      "securityGroups": [
        {
          "id": "string",
          "name": "string"
        }
      ]
    },
    "storage": [
      {
        "id": "string",
        "type": "StorageConfiguration"
      }
    ],
    "variables": [
      {
        "category": "string",
        "computedValue": "string",
        "declaredIn": "scalr",
        "definedIn": "scalr",
        "description": "string",
        "hidden": true,
        "locked": true,
        "name": "string",
        "requiredIn": "scalr",
        "type": "GlobalVariable",
        "value": "string"
      }
    ]
  },
  "errors": [
    {
      "code": "string",
      "message": "string"
    }
  ],
  "meta": {
    "sample": "string"
  },
  "warnings": [
    {
      "code": "string",
      "message": "string"
    }
  ]
}

Properties

property attributes valid values description filter option
data
FarmRoleTemplate object
read-only
errors
Array of ApiMessage objects
read-only
meta
ApiMetaContainer object
read-only
warnings
Array of ApiMessage objects
read-only

Endpoints using this object