Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
guirava committed Mar 13, 2024
1 parent 83f46cf commit 8416217
Show file tree
Hide file tree
Showing 144 changed files with 7,145 additions and 668 deletions.
21 changes: 14 additions & 7 deletions docs/domains_and_operations.md

Large diffs are not rendered by default.

5,172 changes: 4,702 additions & 470 deletions docs/graphql/rsc_schema.graphql.json

Large diffs are not rendered by default.

1,427 changes: 1,415 additions & 12 deletions docs/graphql/schema-public.graphql

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions docs/powershell/cmdlets/New-RscMutationCrossAccount.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ Create a payload for cross-account OAuth registration.

- There is a single argument of type CreateCrossAccountRegOauthPayloadInput.
- Returns CreateCrossAccountRegOauthPayloadReply.
### deletecrossaccountpair
Delete cross-account pair.

- There is a single argument of type DeleteCrossAccountPairInput.
- Returns System.String.
20 changes: 20 additions & 0 deletions docs/powershell/cmdlets/New-RscMutationMssql.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,31 @@ Take a bulk on-demand backup of a Microsoft SQL Database.

- There is a single argument of type BulkCreateOnDemandMssqlBackupInput.
- Returns AsyncRequestStatus.
### bulkupdateavailabilitygroup
Update multiple Microsoft SQL Availability Groups with the specified properties.

- There is a single argument of type BulkUpdateMssqlAvailabilityGroupInput.
- Returns BulkUpdateMssqlAvailabilityGroupReply.
### bulkupdatedbs
Update multiple Microsoft SQL databases with the specified properties.

- There is a single argument of type BulkUpdateMssqlDbsInput.
- Returns BulkUpdateMssqlDbsReply.
### bulkupdateinstance
Update multiple Microsoft SQL instances with the specified properties.

- There is a single argument of type BulkUpdateMssqlInstanceInput.
- Returns BulkUpdateMssqlInstanceReply.
### bulkupdatepropertiesonhost
Update multiple Microsoft SQL hosts with the specified properties.

- There is a single argument of type BulkUpdateMssqlPropertiesOnHostInput.
- Returns BulkUpdateMssqlPropertiesOnHostReply.
### bulkupdatepropertiesonwindowscluster
Update multiple Microsoft SQL Windows Clusters with the specified properties.

- There is a single argument of type BulkUpdateMssqlPropertiesOnWindowsClusterInput.
- Returns BulkUpdateMssqlPropertiesOnWindowsClusterReply.
### createlivemount
Create live mount of a Microsoft SQL Database.

Expand Down
5 changes: 2 additions & 3 deletions docs/powershell/cmdlets/New-RscMutationSapHana.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ Initiates a job to take an on demand full snapshot of a specified SAP HANA datab
Create on demand storage snapshot

Supported in v9.1+
v9.1: Initiates a job to take an on demand storage snapshot of a specified SAP HANA system object. The GET /sap_hana/db/request/{id} endpoint can be used to monitor the progress of the job.
v9.2: Initiates a job to take an on demand storage snapshot of a specified SAP HANA system object. The GET /sap_hana/system/request/{id} endpoint can be used to monitor the progress of the job.
Initiates a job to take an on demand storage snapshot of a specified SAP HANA system object. The GET /sap_hana/system/request/{id} endpoint can be used to monitor the progress of the job.

- There is a single argument of type CreateOnDemandSapHanaStorageSnapshotInput.
- Returns AsyncRequestStatus.
Expand Down Expand Up @@ -78,7 +77,7 @@ v9.0+: Update the system properties for the SAP HANA system.
### restoresystemstorage
Restore SAP HANA storage to a storage snapshot

Supported in v9.2
Supported in v9.1+
Initiates a job to restore the storage of a SAP HANA system object. The GET /sap_hana/system/request/{id} endpoint can be used to monitor the progress of the job.

- There is a single argument of type RestoreSapHanaSystemStorageInput.
Expand Down
5 changes: 5 additions & 0 deletions docs/powershell/cmdlets/New-RscQueryAzure.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ Checks if we can unmap the archival location from the subscription.
- feature - CloudAccountFeature: A cloud account feature of Rubrik Security Cloud.
- unmappingValidationType - UnmappingValidationType: Unmapping validation type.
- Returns CheckAzurePersistentStorageSubscriptionCanUnmapReply.
### cloudaccountdetailsforfeature
Retrieves the cloud account details from azure customer feature ID.

- There is a single argument of type System.String.
- Returns AzureCloudAccountDetailsForFeatureReply.
### cloudaccountmissingpermissions
Retrieves a list of all the missing permissions on Azure subscriptions that are a part of the Azure Cloud Account.

Expand Down
10 changes: 10 additions & 0 deletions docs/powershell/cmdlets/New-RscQueryMisc.md
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,11 @@ Checks if Zone Redundant Storage (ZRS) is available for a given combination of a
- region - AzureNativeRegion: The azure region.
- subscriptionId - System.String: Subscription ID.
- Returns ZrsAvailabilityReply.
### jobinfo
Information about a job running on CDM. Note that some types of jobs cannot be queries using this field. Refer to `JobType` enum to see which jobs types are available. Only users with Admin or Owner roles are allowed to access the field.

- There is a single argument of type JobInfoRequest.
- Returns JobInfo.
### knowledgebasearticle
A knowledge base article.

Expand Down Expand Up @@ -898,6 +903,11 @@ Query datastore threshold configurations.

- There is a single argument of type list of QueryDatastoreFreespaceThresholdInputs.
- Returns QueryDatastoreFreespaceThresholdsReply.
### removednodedetails
Get the information for removed nodes.

- There is a single argument of type RemovedNodeDetailsInput.
- Returns RemoveNodeDetailsReply.
### roletemplates
The list of available role templates.

Expand Down
Loading

0 comments on commit 8416217

Please sign in to comment.