Skip to main content
Version: Latest Version (2.9.1)

highbond_robot_app (Resource)

Schema

Required

project_file_pathString The .acl file containing the analytic script in binary format
robot_idString The ID of the robot

Optional

code_pageNumber The character encoding of the uploaded .acl file
commentString An informative statement in the version history of the script
idString The ID of this resource.
is_unicodeBoolean Specifies whether the Robots Agent is working with Unicode character encoding of data

Read-Only

created_atString The date the robot was created
versionNumber The script version of the robot

Example Usage

resource "highbond_robot_app" "main" {
robot_id = highbond_robot.main.id
comment = "09zwy0quvi"
project_file_path = "../test/data/CloudAgentTest-Uni.ACL"
is_unicode = true
}