You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
As a customer, I would like to be able to automate the creation and modifications to NAS filesets to include NAS Direct Archive. This feature was introduced in CDM 5.0 and there is currently no PowerShell parameter to allow me to include NAS Direct Archive.
Describe the solution you'd like
Update New-RubrikFileset.ps1 to include a parameter enabling the Direct Archive flag.
POST https://xxx/api/v1/fileset
The parameter is "isPassthrough": "string" where string equals true or false.
Create new cmdlet Set-RubrikFileset to modify existing NAS filesets to enable Direct Archive.
Describe alternatives you've considered
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered:
Issuing PR momentarily addressing the New-RubrikFileset and DirectArchive. That said after some digging DA is only able to be configured when adding new filesets - therefore Set-RubrikFileset is not needed at this point.
Is your feature request related to a problem? Please describe.
As a customer, I would like to be able to automate the creation and modifications to NAS filesets to include NAS Direct Archive. This feature was introduced in CDM 5.0 and there is currently no PowerShell parameter to allow me to include NAS Direct Archive.
Describe the solution you'd like
New-RubrikFileset.ps1
to include a parameter enabling the Direct Archive flag.The parameter is
"isPassthrough": "string"
where string equals true or false.Set-RubrikFileset
to modify existing NAS filesets to enable Direct Archive.Describe alternatives you've considered
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: