forked from purestorage/purity_fb_python_client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
157 lines (156 loc) · 5.96 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
site_name: Purity//FB REST API
pages:
- Overview:
- Get started: index.md
- License: about/license.md
- Endpoints:
- Authentication: AuthenticationApi.md
- API Version: VersionApi.md
- APIs:
- Admins: AdminsApi.md
- Admins Cache: AdminsCacheApi.md
- Alerts: AlertsApi.md
- Alert Watchers: AlertWatchersApi.md
- Alert Watchers Tests: AlertWatcherTest.md
- Arrays: ArraysApi.md
- Array Http Performances: ArraysApi.md
- Array Performances: ArraysApi.md
- Array S3 Performances: ArraysApi.md
- Array Spaces: ArraysApi.md
- Blades: BladeApi.md
- Buckets: BucketsApi.md
- Certificates: CertificatesApi.md
- Directory Services: DirectoryServicesApi.md
- Dns: DnsApi.md
- File Systems: FileSystemsApi.md
- File System Performances: FileSystemsApi.md
- File System Snapshots: FileSystemSnapshotsApi.md
- Hardware: HardwareApi.md
- Hardware Connectors: HardwareConnectorsApi.md
- Link Aggregation Group: LinkAggregationGroupsApi.md
- Logs: LogsApi.md
- Network Interface: NetworkInterfacesApi.md
- Object Store Access Keys: ObjectStoreAccessKeysApi.md
- Object Store Accounts: ObjectStoreAccountsApi.md
- Object Store Users: ObjectStoreUsersApi.md
- Policies: PoliciesApi.md
- Quotas for Groups: QuotasGroupsApi.md
- Quotas for Users: QuotasUsersApi.md
- Smtp: SmtpApi.md
- Subnets: SubnetsApi.md
- Support: SupportApi.md
- Usage for Groups: UsageGroupsApi.md
- Usage for Users: UsageUsersApi.md
- Models:
- Response:
- Pagination Information: PaginationInfo.md
- Error: ErrorResponse.md
- API Version: VersionResponse.md
- Login: LoginResponse.md
- Admin: AdminResponse.md
- Admin Cache: AdminCacheResponse.md
- Alert: AlertResponse.md
- Alert Watcher: AlertWatcherResponse.md
- Alert Watcher Test: AlertWatcherTestResponse.md
- Array: ArrayResponse.md
- Array Performance: ArrayPerformanceResponse.md
- Array Space: ArraySpaceResponse.md
- Blade: BladeResponse.md
- Bucket: BucketResponse.md
- Certificate: CertificateResponse.md
- Client Performance: ClientPerformanceResponse.md
- Directory Service: DirectoryServiceResponse.md
- Directory Service Roles: DirectoryServiceRolesResponse.md
- Dns: DnsResponse.md
- File System: FileSystemResponse.md
- File System Performance: FileSystemPerformanceResponse.md
- File System Snapshot: FileSystemSnapshotResponse.md
- Hardware: HardwareResponse.md
- Hardware Connector: HardwareConnectorResponse.md
- Link Aggregation Group: LinkAggregationGroupResponse.md
- Network Interface: NetworkInterfaceResponse.md
- Object Store Access Key: ObjectStoreAccessKeyResponse.md
- Object Store Account: ObjectStoreAccountResponse.md
- Object Store User: ObjectStoreUserResponse.md
- Policy: PolicyResponse.md
- Policy Objects: PolicyObjectsResponse.md
- Quotas or Usages for Groups: QuotasGroupResponse.md
- Quotas or Usages for Users: QuotasUserResponse.md
- Smtp: SmtpResponse.md
- Subnet: SubnetResponse.md
- Support: SupportResponse.md
- Test Result: TestResultResponse.md
- Error: PureError.md
- Space: Space.md
- Admin:
- Admin: Admin.md
- Admin Cache: AdminCache.md
- Alert:
- Alert: Alert.md
- Alert Watcher:
- Alert Watcher: AlertWatcher.md
- Alert Watcher Test: AlertWatcherTest.md
- Arrays:
- Array Space: ArraySpace.md
- Array Performance: ArrayPerformance.md
- Array S3 Performance: ArrayS3Performance.md
- Array Http Performance: ArrayHttpPerformance.md
- Pure Array: PureArray.md
- Client Performance: ClientPerformance.md
- Blade:
- Blade: Blade.md
- Bucket:
- Bucket: Bucket.md
- Bucket Patch: BucketPatch.md
- Bucket Post: BucketPost.md
- Certificate:
- Certificate: Certificate.md
- Directory Service:
- Directory Service: DirectoryService.md
- Directory Service Role: DirectoryServiceRole.md
- Directory Service SMB Specific Attributes: DirectoryserviceSmb.md
- Test Result: TestResult.md
- Dns:
- Dns: Dns.md
- File System:
- File System: FileSystem.md
- File System Performance: FileSystemPerformance.md
- NFS Protocol: NfsRule.md
- Protocol Rule: ProtocolRule.md
- File System Snapshot:
- File System Snapshot: FileSystemSnapshot.md
- Snapshot Suffix: SnapshotSuffix.md
- Fixed Reference:
- Fixed Reference: FixedReference.md
- Resource Type: ResourceType.md
- Hardware:
- Hardware: Hardware.md
- Hardware Connector:
- Hardware Connector: HardwareConnector.md
- Link Aggregation Group:
- Link Aggregation Group: LinkAggregationGroup.md
- Network Interface:
- Network Interface: NetworkInterface.md
- Object Store:
- Object Store Access Key: ObjectStoreAccessKey.md
- Object Store Account: ObjectStoreAccount.md
- Object Store User: ObjectStoreUser.md
- Policy:
- Policy: Policy.md
- Policy Objects: PolicyObjects.md
- Policy Patch: PolicyPatch.md
- Policy Reference: PolicyReference.md
- Resource Rule: ResourceRule.md
- Quotas:
- Group of Quota or Usage: QuotasgroupGroup.md
- Quota or Usage for Group: QuotasGroup.md
- Quota or Usage for User: QuotasUser.md
- User of Quota or Usage: QuotasuserUser.md
- Smtp:
- Smtp: Smtp.md
- Subnet:
- Subnet: Subnet.md
- Support:
- Support: Support.md
- Support Remote Assist Paths: SupportRemoteAssistPaths.md
theme: readthedocs