addSGTDynamicObject

The addSGTDynamicObject operation handles configuration related to SGTDynamicObject model. 

Description

This API call is not allowed on the standby unit in an HA pair.

Data Parameters

Parameter Required Type Description
name False string User defined string name of the object
description False string User defined description for the object
Field level constraints: length must be between 0 and 200 (inclusive), must match pattern ^((?!;).)*$. (Note: Additional constraints might exist)
tags True [object] List of SecurityGroupTagEntry tag references
Field level constraints: cannot be null. (Note: Additional constraints might exist)
type True string SGTDynamicObject object type

Example

- name: Execute 'addSGTDynamicObject' operation
  ftd_configuration:
    operation: "addSGTDynamicObject"
    data:
        name: "{{ name }}"
        description: "{{ description }}"
        tags: "{{ tags }}"
        type: "{{ type }}"