Skip to content

Commit

Permalink
Force overwrite from repository
Browse files Browse the repository at this point in the history
  • Loading branch information
sile16 committed Nov 26, 2024
1 parent e1adbf1 commit 97d81de
Show file tree
Hide file tree
Showing 56 changed files with 3,412 additions and 189 deletions.
14 changes: 6 additions & 8 deletions html/models/FA2.1/_retention-policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,22 @@ type: object
properties:
all_for_sec:
description: The length of time to keep the specified snapshots. Measured in seconds.
Prior to 6.8.2 the range of 60 to 34560000 is accepted. In 6.8.2 and onwards
the range of 60 to 2147483647 is accepted.
type: integer
format: int32
min: 60
max: 34560000
example: 86400
days:
description: The number of days to keep the snapshots after the `all_for_sec`
period has passed.
period has passed. Prior to 6.6.4 the range of 0 to 4000 is accepted. In 6.6.4
and onwards the range of 0 to 2147483647 is accepted.
type: integer
format: int32
min: 0
max: 4000
example: 7
per_day:
description: The number of snapshots to keep per day after the `all_for_sec` period
has passed.
has passed. Prior to 6.8.2 the range of 0 to 1440 is accepted. In 6.8.2 and
onwards the range of 0 to 2147483647 is accepted.
type: integer
format: int32
min: 0
max: 1440
example: 3
6 changes: 3 additions & 3 deletions html/models/FA2.1/_snapshot_schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ type: object
properties:
at:
description: The time of day the snapshot is scheduled to be taken and retained
on the local array or immediately replicated to the target(s). Measured in milliseconds
on the local array or immediately replicated to the target(s). Measured in seconds
since midnight. The `at` value is only used if the `frequency` parameter is
in days (e.g., `259200000`, which is equal to 3 days).
type: integer
format: int64
min: 0
max: 86399000
example: 7200000
max: 86399
example: 7200
enabled:
description: If set to `true`, the policy is enabled.
type: boolean
Expand Down
5 changes: 2 additions & 3 deletions html/models/FA2.23/alert-rules-catalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ allOf:
example: Range 0-100 (must be equal to or lower than Warning Threshold)
default_value:
description: The system default values for the alert code and parameter.
type: integer
format: int32
example: 80
type: string
example: 80%
9 changes: 9 additions & 0 deletions html/models/FA2.32/policy-nfs-policy-mapping.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
type: object
properties:
mapping:
description: The mapping of this policy. Valid values are `connected` and `disconnected`.
type: string
remote_policy:
description: The policy on the remote pod of the pod replica link for this policy
mapping.
type: string
12 changes: 2 additions & 10 deletions html/models/FA2.32/policy-nfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,7 @@ allOf:
- $ref: ../../models/FA2.29/policy-nfs.yaml
- properties:
policy_mapping:
type: object
properties:
mapping:
description: The mapping of this policy. Valid values are `connected` and
`disconnected`.
type: string
remote_policy:
description: The policy on the remote pod of the pod replica link for this
policy mapping.
type: string
description: Specifies the mapping of this policy across a pod replica link.
If this policy is not inside a pod of a pod replica link, mapping is `null`.
allOf:
- $ref: ../../models/FA2.32/policy-nfs-policy-mapping.yaml
12 changes: 2 additions & 10 deletions html/models/FA2.32/policy-smb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,7 @@ allOf:
- $ref: ../../models/FA2.24/policy-smb.yaml
- properties:
policy_mapping:
type: object
properties:
mapping:
description: The mapping of this policy. Valid values are `connected` and
`disconnected`.
type: string
remote_policy:
description: The policy on the remote pod of the pod replica link for this
policy mapping.
type: string
description: Specifies the mapping of this policy across a pod replica link.
If this policy is not inside a pod of a pod replica link, mapping is `null`.
allOf:
- $ref: ../../models/FA2.32/policy-nfs-policy-mapping.yaml
9 changes: 1 addition & 8 deletions html/models/FB2.15/array-space.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,4 @@ allOf:
- properties:
space:
allOf:
- $ref: ../../models/FB2.11/_space.yaml
- properties:
shared:
type: integer
readOnly: true
format: int64
description: The space contributed by data that is not unique to a managed
directory, or snapshot, measured in bytes.
- $ref: ../../models/FB2.15/_space.yaml
4 changes: 2 additions & 2 deletions html/models/FB2.15/file-system-post.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ allOf:
- properties:
nfs:
allOf:
- $ref: ../../models/FB2.15/_nfs.yaml
- $ref: ../../models/FB2.11/_nfs.yaml
smb:
allOf:
- $ref: ../../models/FB2.15/_smb-post.yaml
- $ref: ../../models/FB2.12/_smb-post.yaml
eradication_config:
allOf:
- $ref: ../../models/FB2.15/_file-system-eradication-config.yaml
7 changes: 5 additions & 2 deletions html/models/FB2.15/file-system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ allOf:
- properties:
nfs:
allOf:
- $ref: ../../models/FB2.15/_nfs.yaml
- $ref: ../../models/FB2.11/_nfs.yaml
smb:
allOf:
- $ref: ../../models/FB2.15/_smb.yaml
- $ref: ../../models/FB2.12/_smb.yaml
eradication_config:
allOf:
- $ref: ../../models/FB2.15/_file-system-eradication-config.yaml
space:
allOf:
- $ref: ../../models/FB2.15/_space.yaml
3 changes: 3 additions & 0 deletions html/paths/FB2.15/arrays-space.path.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@ get:
summary: GET arrays/space
description: List available and used storage space on the array.
parameters:
- $ref: ../../queries/FB2.14/x-request-id.header.yaml
- $ref: ../../queries/FB2.0/end_time.query.yaml
- $ref: ../../queries/FB2.0/resolution.query.yaml
- $ref: ../../queries/FB2.0/start_time.query.yaml
- $ref: ../../queries/FB2.0/type.query.yaml
responses:
200:
description: OK
headers:
$ref: ../../responses/FB2.14/headers-all-default.response.yaml
schema:
$ref: ../../responses/FB2.15/array-space-get-response.yaml
tags:
Expand Down
3 changes: 1 addition & 2 deletions html/paths/FB2.15/file-systems.path.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ post:
description: Create a file system on the current array.
parameters:
- $ref: ../../queries/FB2.14/x-request-id.header.yaml
- $ref: ../../queries/FB2.15/default_exports.query.yaml
- $ref: ../../queries/FB2.0/discard_non_snapshotted_data.query.yaml
- $ref: ../../queries/FB2.0/names_required.query.yaml
- $ref: ../../queries/FB2.0/overwrite.query.yaml
Expand Down Expand Up @@ -78,7 +77,7 @@ patch:
in: body
required: true
schema:
$ref: ../../models/FB2.15/file-system-patch.yaml
$ref: ../../models/FB2.13/file-system-patch.yaml
responses:
200:
description: OK
Expand Down
6 changes: 3 additions & 3 deletions html/queries/FA2.0/authorization.header.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Authorization
description: 'Don''t use this field, use the Authorize button at top right side of
this page. '
in: header
description: Access token (in JWT format) required to use any API endpoint (except
`/oauth2`, `/login`, and `/logout`)
name: Authorization
type: string
7 changes: 3 additions & 4 deletions html/queries/FA2.0/limit.query.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: limit
in: query
description: Limits the size of the response to the specified number of objects on
each page. To return the total number of resources, set `limit=0`. The total number
of resources is returned as a `total_item_count` value. If the page size requested
is larger than the system maximum limit, the server returns the maximum limit, disregarding
the requested page size.
type: integer
format: int32
in: query
minimum: 1
example: 10
name: limit
type: integer
7 changes: 3 additions & 4 deletions html/queries/FA2.0/offset.query.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: offset
in: query
description: The starting position based on the results of the query in relation to
the full set of response objects returned.
type: integer
format: int32
in: query
minimum: 0
example: 10
name: offset
type: integer
7 changes: 3 additions & 4 deletions html/queries/FB1.0/limit.query.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: limit
in: query
description: Limit the size of the response to the specified number of resources.
A `limit` of `0` can be used to get the number of resources without getting all
of the resources. It will be returned in the `total_item_count` field. If a client
asks for a page size larger than the maximum number, the request is still valid.
In that case the server just returns the maximum number of items, disregarding the
client's page size request.
type: integer
format: int32
in: query
minimum: 1
example: 10
name: limit
type: integer
7 changes: 3 additions & 4 deletions html/queries/FB1.0/start.query.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: start
in: query
description: The offset of the first resource to return from a collection.
type: integer
format: int32
in: query
minimum: 0
example: 10
name: start
type: integer
7 changes: 3 additions & 4 deletions html/queries/FB2.0/limit.query.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: limit
in: query
description: Limit the size of the response to the specified number of resources.
A `limit` of `0` can be used to get the number of resources without getting all
of the resources. It will be returned in the `total_item_count` field. If a client
asks for a page size larger than the maximum number, the request is still valid.
In that case the server just returns the maximum number of items, disregarding the
client's page size request.
type: integer
format: int32
in: query
minimum: 1
example: 10
name: limit
type: integer
7 changes: 4 additions & 3 deletions html/queries/Pure1-1.0/resource_types.query.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: resource_types
in: query
description: The resource types to list the available metrics. Valid values are `arrays`,
`volumes`, and `pods`. A metric can belong to a combination of resources, e.g.,
write-iops from array to pod. In that case, query by ['arrays', 'pods']. Single
quotes are required around all strings.
`buckets`, `directories`, `file-systems`, `pods`, `subscription-licenses` and `volumes`.
A metric can belong to a combination of resources, e.g., write-iops from array to
pod. In that case, query by ['arrays', 'pods']. Single quotes are required around
all strings.
x-quoted: true
type: array
collectionFormat: csv
Expand Down
18 changes: 18 additions & 0 deletions html/spec_index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,24 @@
url: specs/FA2.34.spec.yaml
version: '2.34'
version_sort: 2034
- filename: FA2.35.spec.yaml
model: FlashArray
name: FlashArray v2.35
url: specs/FA2.35.spec.yaml
version: '2.35'
version_sort: 2035
- filename: FA2.36.spec.yaml
model: FlashArray
name: FlashArray v2.36
url: specs/FA2.36.spec.yaml
version: '2.36'
version_sort: 2036
- filename: FA2.37.spec.yaml
model: FlashArray
name: FlashArray v2.37
url: specs/FA2.37.spec.yaml
version: '2.37'
version_sort: 2037
- filename: FB1.0.spec.yaml
model: FlashBlade
name: FlashBlade v1.0
Expand Down
4 changes: 2 additions & 2 deletions html/specs/FA2.10.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,11 @@ definitions:
$ref: ../models/FA2.4/session.yaml
Smis:
$ref: ../models/FA2.2/smis.yaml
Smtp:
SmtpServer:
$ref: ../models/FA2.4/smtp-server.yaml
SnmpAgent:
$ref: ../models/FA2.4/snmp-agent.yaml
SnmpManagers:
SnmpManager:
$ref: ../models/FA2.4/snmp-manager.yaml
Software:
$ref: ../models/FA2.9/software.yaml
Expand Down
6 changes: 3 additions & 3 deletions html/specs/FA2.11.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,17 +165,17 @@ definitions:
$ref: ../models/FA2.1/remote-volume-snapshot.yaml
RemoteVolumeSnapshotTransfer:
$ref: ../models/FA2.1/remote-volume-snapshot-transfer.yaml
SAML2-SSO:
Saml2-sso:
$ref: ../models/FA2.11/saml2-sso.yaml
Session:
$ref: ../models/FA2.4/session.yaml
Smis:
$ref: ../models/FA2.2/smis.yaml
Smtp:
SmtpServer:
$ref: ../models/FA2.4/smtp-server.yaml
SnmpAgent:
$ref: ../models/FA2.4/snmp-agent.yaml
SnmpManagers:
SnmpManager:
$ref: ../models/FA2.4/snmp-manager.yaml
Software:
$ref: ../models/FA2.9/software.yaml
Expand Down
6 changes: 3 additions & 3 deletions html/specs/FA2.13.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,17 +165,17 @@ definitions:
$ref: ../models/FA2.1/remote-volume-snapshot.yaml
RemoteVolumeSnapshotTransfer:
$ref: ../models/FA2.1/remote-volume-snapshot-transfer.yaml
SAML2-SSO:
Saml2-sso:
$ref: ../models/FA2.11/saml2-sso.yaml
Session:
$ref: ../models/FA2.4/session.yaml
Smis:
$ref: ../models/FA2.2/smis.yaml
Smtp:
SmtpServer:
$ref: ../models/FA2.4/smtp-server.yaml
SnmpAgent:
$ref: ../models/FA2.4/snmp-agent.yaml
SnmpManagers:
SnmpManager:
$ref: ../models/FA2.4/snmp-manager.yaml
Software:
$ref: ../models/FA2.9/software.yaml
Expand Down
6 changes: 3 additions & 3 deletions html/specs/FA2.14.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,17 +165,17 @@ definitions:
$ref: ../models/FA2.1/remote-volume-snapshot.yaml
RemoteVolumeSnapshotTransfer:
$ref: ../models/FA2.1/remote-volume-snapshot-transfer.yaml
SAML2-SSO:
Saml2-sso:
$ref: ../models/FA2.11/saml2-sso.yaml
Session:
$ref: ../models/FA2.4/session.yaml
Smis:
$ref: ../models/FA2.2/smis.yaml
Smtp:
SmtpServer:
$ref: ../models/FA2.4/smtp-server.yaml
SnmpAgent:
$ref: ../models/FA2.4/snmp-agent.yaml
SnmpManagers:
SnmpManager:
$ref: ../models/FA2.4/snmp-manager.yaml
Software:
$ref: ../models/FA2.9/software.yaml
Expand Down
6 changes: 3 additions & 3 deletions html/specs/FA2.15.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,17 +169,17 @@ definitions:
$ref: ../models/FA2.1/remote-volume-snapshot.yaml
RemoteVolumeSnapshotTransfer:
$ref: ../models/FA2.1/remote-volume-snapshot-transfer.yaml
SAML2-SSO:
Saml2-sso:
$ref: ../models/FA2.11/saml2-sso.yaml
Session:
$ref: ../models/FA2.4/session.yaml
Smis:
$ref: ../models/FA2.2/smis.yaml
Smtp:
SmtpServer:
$ref: ../models/FA2.4/smtp-server.yaml
SnmpAgent:
$ref: ../models/FA2.4/snmp-agent.yaml
SnmpManagers:
SnmpManager:
$ref: ../models/FA2.4/snmp-manager.yaml
Software:
$ref: ../models/FA2.9/software.yaml
Expand Down
Loading

0 comments on commit 97d81de

Please sign in to comment.