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.

  Property   Variable Type Relevant for:
Panorama Fortimanager Cisco Firepower Cisco ACI
IntrusionPolicy Array reference     X  
LogForwardingProfile String X      
QualityOfService Hash reference (keys: profile, code) X      
schedule String X X    
SecurityProfileGroup String X X    
ServiceGraph String       X
Tags Array reference 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"] }