Resume-RubrikSLA

SYNOPSIS

Resumes an existing Rubrik SLA Domain

SYNTAX

Query (Default)

Resume-RubrikSLA [-Name] <String> [-Server <String>] [-api <String>] [-WhatIf] [-Confirm] [<CommonParameters>]

ID

Resume-RubrikSLA [-id] <String> [-Server <String>] [-api <String>] [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

The Resume-RubrikSLA cmdlet will resume an existing SLA Domain with specified parameters.

EXAMPLES

EXAMPLE 1

Get-RubrikSLA -Name Gold | Resume-RubrikSLA

This will update the SLA Domain named "Gold" to resume backups

EXAMPLE 2

This will update the SLA Domain named "Gold" to resume backups

EXAMPLE 3

This will resume the backups for the Gold SLA while displaying verbose information

PARAMETERS

-id

SLA id value from the Rubrik Cluster

-Name

SLA Domain Name

-Server

Rubrik server IP or FQDN

-api

API version

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

-Confirm

Prompts you for confirmation before running the cmdlet.

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

Written by Jaap Brasser for community usage Twitter: @jaap_brasser GitHub: JaapBrasser

https://rubrik.gitbook.io/rubrik-sdk-for-powershell/command-documentation/reference/resume-rubriksla

Last updated

Was this helpful?