addFirepowerAnalyticsCenter

The addFirepowerAnalyticsCenter operation handles configuration related to FirepowerAnalyticsCenter model. 

Data Parameters

Parameter Required Type Description
name True string Firepower Analytics Center's object display name
Field level constraints: cannot be null, cannot be blank or empty, length must be between 0 and 128 (inclusive), must match pattern ^[a-zA-Z0-9_][a-zA-Z0-9_.+-]*. (Note: Additional constraints might exist)
host True string Firepower Analytics Center's canonical host name or IP Address
Field level constraints: cannot be null, cannot be blank or empty, length must be between 0 and 255 (inclusive), must match pattern ([0-9a-zA-Z]([0-9a-zA-Z-]{0,62}.)([0-9a-zA-Z-]{1,63}.)*[0-9a-zA-Z]{1,63})|(([0-9a-fA-F]{0,4}:){0,6}(([0-9a-fA-F]{0,4}:[0-9a-fA-F]{0,4})|(((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(.|$)){4}))). (Note: Additional constraints might exist)
type True string firepoweranalyticscenter

Example

- name: Execute 'addFirepowerAnalyticsCenter' operation
  ftd_configuration:
    operation: "addFirepowerAnalyticsCenter"
    data:
        name: "{{ name }}"
        host: "{{ host }}"
        type: "{{ type }}"