SuggestPropertyValues

Syntax

sub SuggestPropertyValues

Description

This function is used to suggest new values for any of the currently supported properties of the traffic line of the current change request.

Note: Only predefined values on the device can be used for these properties.

  Property   Variable Type Relevant for:
Panorama Fortimanager Cisco Firepower Cisco ACI
SecurityProfileGroup String X X    
LogForwardingProfile String X      
Tags Array reference X      
QualityOfService Hash reference (keys: profile, code) X      
IntrusionPolicy Array reference     X  
ServiceGraph String       X

Input Parameters

$context

A Perl hash reference containing a single key called flatTicket, which points to the flat ticket representation of the change request.

For details, see Flat Ticket Examples.

$trafficLineNumber

The current traffic line in the change request.

$currentValues

A Perl hash reference containing the current values of all properties.

Return Values

Returns the new values of the properties as key/value pairs.

For example: { "IntrusionPolicy" => ["Maximum Detection"] }