Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1683,7 +1683,7 @@
"tags": [
"Snapshot Policy"
],
"operationId": "snapshotPolicies_Get",
"operationId": "SnapshotPolicies_Get",
"description": "Get a snapshot Policy",
"responses": {
"200": {
Expand All @@ -1706,7 +1706,7 @@
"tags": [
"Snapshot Policy"
],
"operationId": "snapshotPolicies_Create",
"operationId": "SnapshotPolicies_Create",
"description": "Create a snapshot policy",
"parameters": [
{
Expand Down Expand Up @@ -1747,7 +1747,7 @@
"tags": [
"Snapshot Policy"
],
"operationId": "snapshotPolicies_Update",
"operationId": "SnapshotPolicies_Update",
"description": "Patch a snapshot policy",
"parameters": [
{
Expand Down Expand Up @@ -1781,7 +1781,7 @@
"tags": [
"Snapshot Policy"
],
"operationId": "snapshotPolicies_Delete",
"operationId": "SnapshotPolicies_Delete",
"description": "Delete snapshot policy",
"responses": {
"200": {
Expand Down Expand Up @@ -2296,7 +2296,7 @@
],
"summary": "Get a backup Policy",
"description": "Get a particular backup Policy",
"operationId": "backupPolicies_Get",
"operationId": "BackupPolicies_Get",
"parameters": [
{
"$ref": "#/parameters/SubscriptionId"
Expand Down Expand Up @@ -2337,7 +2337,7 @@
],
"summary": "Create a backup policy",
"description": "Create a backup policy for Netapp Account",
"operationId": "backupPolicies_Create",
"operationId": "BackupPolicies_Create",
"parameters": [
{
"$ref": "#/parameters/SubscriptionId"
Expand Down Expand Up @@ -2397,7 +2397,7 @@
],
"summary": "Patch a backup policy",
"description": "Patch a backup policy for Netapp Account",
"operationId": "backupPolicies_Update",
"operationId": "BackupPolicies_Update",
"parameters": [
{
"$ref": "#/parameters/SubscriptionId"
Expand Down Expand Up @@ -2447,7 +2447,7 @@
],
"summary": "Delete a backup policy",
"description": "Delete backup policy",
"operationId": "backupPolicies_Delete",
"operationId": "BackupPolicies_Delete",
"parameters": [
{
"$ref": "#/parameters/SubscriptionId"
Expand Down