|
14923 | 14923 | }
|
14924 | 14924 | }
|
14925 | 14925 | },
|
| 14926 | + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/snapshotsdr": { |
| 14927 | + "get": { |
| 14928 | + "tags": [ |
| 14929 | + "WebApps" |
| 14930 | + ], |
| 14931 | + "summary": "Returns all Snapshots to the user from DRSecondary endpoint.", |
| 14932 | + "description": "Returns all Snapshots to the user from DRSecondary endpoint.", |
| 14933 | + "operationId": "WebApps_ListSnapshotsFromDRSecondarySlot", |
| 14934 | + "parameters": [ |
| 14935 | + { |
| 14936 | + "$ref": "#/parameters/resourceGroupNameParameter" |
| 14937 | + }, |
| 14938 | + { |
| 14939 | + "name": "name", |
| 14940 | + "in": "path", |
| 14941 | + "description": "Website Name.", |
| 14942 | + "required": true, |
| 14943 | + "type": "string" |
| 14944 | + }, |
| 14945 | + { |
| 14946 | + "name": "slot", |
| 14947 | + "in": "path", |
| 14948 | + "description": "Website Slot.", |
| 14949 | + "required": true, |
| 14950 | + "type": "string" |
| 14951 | + }, |
| 14952 | + { |
| 14953 | + "$ref": "#/parameters/subscriptionIdParameter" |
| 14954 | + }, |
| 14955 | + { |
| 14956 | + "$ref": "#/parameters/apiVersionParameter" |
| 14957 | + } |
| 14958 | + ], |
| 14959 | + "responses": { |
| 14960 | + "200": { |
| 14961 | + "description": "OK", |
| 14962 | + "schema": { |
| 14963 | + "$ref": "#/definitions/SnapshotCollection" |
| 14964 | + } |
| 14965 | + }, |
| 14966 | + "default": { |
| 14967 | + "description": "App Service error response.", |
| 14968 | + "schema": { |
| 14969 | + "$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse" |
| 14970 | + } |
| 14971 | + } |
| 14972 | + }, |
| 14973 | + "x-ms-pageable": { |
| 14974 | + "nextLinkName": "nextLink" |
| 14975 | + } |
| 14976 | + } |
| 14977 | + }, |
14926 | 14978 | "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/sourcecontrols/web": {
|
14927 | 14979 | "get": {
|
14928 | 14980 | "tags": [
|
|
16573 | 16625 | }
|
16574 | 16626 | }
|
16575 | 16627 | },
|
| 16628 | + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/snapshotsdr": { |
| 16629 | + "get": { |
| 16630 | + "tags": [ |
| 16631 | + "WebApps" |
| 16632 | + ], |
| 16633 | + "summary": "Returns all Snapshots to the user from DRSecondary endpoint.", |
| 16634 | + "description": "Returns all Snapshots to the user from DRSecondary endpoint.", |
| 16635 | + "operationId": "WebApps_ListSnapshotsFromDRSecondary", |
| 16636 | + "parameters": [ |
| 16637 | + { |
| 16638 | + "$ref": "#/parameters/resourceGroupNameParameter" |
| 16639 | + }, |
| 16640 | + { |
| 16641 | + "name": "name", |
| 16642 | + "in": "path", |
| 16643 | + "description": "Website Name.", |
| 16644 | + "required": true, |
| 16645 | + "type": "string" |
| 16646 | + }, |
| 16647 | + { |
| 16648 | + "$ref": "#/parameters/subscriptionIdParameter" |
| 16649 | + }, |
| 16650 | + { |
| 16651 | + "$ref": "#/parameters/apiVersionParameter" |
| 16652 | + } |
| 16653 | + ], |
| 16654 | + "responses": { |
| 16655 | + "200": { |
| 16656 | + "description": "OK", |
| 16657 | + "schema": { |
| 16658 | + "$ref": "#/definitions/SnapshotCollection" |
| 16659 | + } |
| 16660 | + }, |
| 16661 | + "default": { |
| 16662 | + "description": "App Service error response.", |
| 16663 | + "schema": { |
| 16664 | + "$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse" |
| 16665 | + } |
| 16666 | + } |
| 16667 | + }, |
| 16668 | + "x-ms-pageable": { |
| 16669 | + "nextLinkName": "nextLink" |
| 16670 | + } |
| 16671 | + } |
| 16672 | + }, |
16576 | 16673 | "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/sourcecontrols/web": {
|
16577 | 16674 | "get": {
|
16578 | 16675 | "tags": [
|
|
18578 | 18675 | "snapshotTime": {
|
18579 | 18676 | "description": "Point in time to restore the deleted app from, formatted as a DateTime string. \nIf unspecified, default value is the time that the app was deleted.",
|
18580 | 18677 | "type": "string"
|
| 18678 | + }, |
| 18679 | + "useDRSecondary": { |
| 18680 | + "description": "If true, the snapshot is retrieved from DRSecondary endpoint.", |
| 18681 | + "type": "boolean" |
18581 | 18682 | }
|
18582 | 18683 | },
|
18583 | 18684 | "x-ms-client-flatten": true
|
|
21068 | 21169 | "ignoreConflictingHostNames": {
|
21069 | 21170 | "description": "If true, custom hostname conflicts will be ignored when recovering to a target web app.\nThis setting is only necessary when RecoverConfiguration is enabled.",
|
21070 | 21171 | "type": "boolean"
|
| 21172 | + }, |
| 21173 | + "useDRSecondary": { |
| 21174 | + "description": "If true, the snapshot is retrieved from DRSecondary endpoint.", |
| 21175 | + "type": "boolean" |
21071 | 21176 | }
|
21072 | 21177 | },
|
21073 | 21178 | "x-ms-client-flatten": true
|
|
0 commit comments