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 FMC Cisco ACI Check Point
IntrusionPolicy Array reference        
LogForwardingProfile String        
QualityOfService Hash reference (keys: profile, code)        
schedule String      
time        
SecurityProfileGroup String      
ServiceGraph String        
Tags Array reference        

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"] }