Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AssistantSchedule ¶
type AssistantSchedule struct { // The unique identifier for the Service Edge auto deletion configuration for a customer. This field is only required for the PUT request to update the frequency of the Service Edge Settings. ID string `json:"id,omitempty"` // The unique identifier of the ZPA tenant. CustomerID string `json:"customerId"` // Indicates if the Service Edges are included for deletion if they are in a disconnected state based on frequencyInterval and frequency values. DeleteDisabled bool `json:"deleteDisabled"` // Indicates if the setting for deleting Service Edges is enabled or disabled. Enabled bool `json:"enabled"` // The scheduled frequency at which the disconnected Service Edges are deleted. Frequency string `json:"frequency"` // The interval for the configured frequency value. The minimum supported value is 5. FrequencyInterval string `json:"frequencyInterval"` }
func CreateSchedule ¶
func CreateSchedule(ctx context.Context, service *zscaler.Service, assistantSchedule AssistantSchedule) (*AssistantSchedule, *http.Response, error)
Configure a Service Edge schedule frequency to delete the in active connectors with configured frequency.
func GetSchedule ¶
func GetSchedule(ctx context.Context, service *zscaler.Service) (*AssistantSchedule, *http.Response, error)
Get a Configured Service Edge schedule frequency.
Click to show internal directories.
Click to hide internal directories.