fastly 5.3.1 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +55 -0
- data/Gemfile.lock +1 -1
- data/README.md +85 -63
- data/docs/AclEntry.md +1 -1
- data/docs/AclEntryApi.md +176 -0
- data/docs/AclEntryResponse.md +1 -1
- data/docs/ApexRedirectApi.md +56 -0
- data/docs/BulkUpdateAclEntry.md +1 -1
- data/docs/ClientKey.md +12 -0
- data/docs/ContactApi.md +50 -0
- data/docs/Content.md +2 -2
- data/docs/ContentApi.md +52 -0
- data/docs/DirectorApi.md +42 -0
- data/docs/DomainInspector.md +12 -0
- data/docs/DomainInspectorEntry.md +11 -0
- data/docs/DomainInspectorEntryDimensions.md +12 -0
- data/docs/DomainInspectorHistoricalApi.md +72 -0
- data/docs/DomainInspectorMeasurements.md +71 -0
- data/docs/DomainInspectorRealtimeApi.md +132 -0
- data/docs/DomainInspectorRealtimeEntry.md +12 -0
- data/docs/EventAttributes.md +1 -1
- data/docs/{EventsResponseAllOf.md → EventData.md} +1 -1
- data/docs/HistoricalDomains.md +13 -0
- data/docs/HistoricalDomainsData.md +11 -0
- data/docs/HistoricalDomainsMeta.md +18 -0
- data/docs/HistoricalDomainsMetaFilters.md +12 -0
- data/docs/HistoricalDomainsResponse.md +13 -0
- data/docs/HistoricalDomainsResponseAllOf.md +10 -0
- data/docs/{HistoricalFieldResultsAttributesAllOf.md → HistoricalFieldResultsAttributesAdditional.md} +1 -1
- data/docs/HistoricalOriginsResponse.md +13 -0
- data/docs/HistoricalOriginsResponseAllOf.md +10 -0
- data/docs/IamRolesApi.md +157 -0
- data/docs/IamServiceGroupsApi.md +157 -0
- data/docs/IamUserGroupsApi.md +315 -0
- data/docs/InlineResponse2005.md +11 -0
- data/docs/InlineResponse2006.md +11 -0
- data/docs/InlineResponse2007.md +10 -0
- data/docs/InlineResponse400.md +10 -0
- data/docs/LegacyWafConfigurationSet.md +11 -0
- data/docs/LegacyWafConfigurationSetsApi.md +125 -0
- data/docs/LegacyWafFirewall.md +18 -0
- data/docs/LegacyWafFirewallApi.md +352 -0
- data/docs/LegacyWafOwasp.md +38 -0
- data/docs/LegacyWafOwaspApi.md +138 -0
- data/docs/LegacyWafRule.md +14 -0
- data/docs/LegacyWafRuleApi.md +184 -0
- data/docs/LegacyWafRuleStatus.md +12 -0
- data/docs/LegacyWafRuleStatusApi.md +202 -0
- data/docs/LegacyWafRuleset.md +11 -0
- data/docs/LegacyWafRulesetApi.md +136 -0
- data/docs/LegacyWafTag.md +10 -0
- data/docs/LegacyWafTagApi.md +58 -0
- data/docs/LegacyWafUpdateStatus.md +15 -0
- data/docs/LegacyWafUpdateStatusApi.md +102 -0
- data/docs/LoggingKafkaApi.md +42 -0
- data/docs/LoggingKinesisApi.md +42 -0
- data/docs/OriginInspector.md +12 -0
- data/docs/OriginInspectorDimensions.md +12 -0
- data/docs/OriginInspectorEntry.md +11 -0
- data/docs/OriginInspectorHistorical.md +13 -0
- data/docs/OriginInspectorHistoricalApi.md +72 -0
- data/docs/OriginInspectorHistoricalData.md +11 -0
- data/docs/OriginInspectorHistoricalMeta.md +18 -0
- data/docs/OriginInspectorHistoricalMetaFilters.md +12 -0
- data/docs/OriginInspectorMeasurements.md +161 -0
- data/docs/OriginInspectorRealtimeApi.md +132 -0
- data/docs/OriginInspectorRealtimeEntry.md +12 -0
- data/docs/OriginInspectorRealtimeEntryRecorded.md +9 -0
- data/docs/OriginInspectorSubsequentRequestTimestamp.md +9 -0
- data/docs/OriginInspectorValues.md +161 -0
- data/docs/PaginationCursorMeta.md +11 -0
- data/docs/ReadOnlyServiceId.md +9 -0
- data/docs/ReadOnlyVersion.md +9 -0
- data/docs/RealtimeEntry.md +2 -2
- data/docs/RealtimeEntryAggregated.md +227 -0
- data/docs/RealtimeEntryRecorded.md +9 -0
- data/docs/RealtimeMeasurements.md +1 -1
- data/docs/RecordedTimestamp.md +9 -0
- data/docs/RequestSettingsApi.md +40 -0
- data/docs/ResponseObjectApi.md +82 -0
- data/docs/Secret.md +12 -0
- data/docs/SecretResponse.md +13 -0
- data/docs/SecretStore.md +10 -0
- data/docs/SecretStoreApi.md +233 -0
- data/docs/SecretStoreItemApi.md +255 -0
- data/docs/SecretStoreResponse.md +12 -0
- data/docs/ServiceAuthorizationsApi.md +76 -0
- data/docs/SigningKey.md +10 -0
- data/docs/SnippetApi.md +42 -0
- data/docs/SubsequentRequestTimestamp.md +9 -0
- data/docs/SudoApi.md +52 -0
- data/docs/SudoGenericTokenError.md +10 -0
- data/docs/SudoRequest.md +12 -0
- data/docs/SudoResponse.md +10 -0
- data/docs/TokensApi.md +70 -0
- data/docs/Values.md +71 -0
- data/docs/WafActiveRulesApi.md +41 -0
- data/lib/fastly/api/acl_entry_api.rb +332 -0
- data/lib/fastly/api/apex_redirect_api.rb +111 -0
- data/lib/fastly/api/contact_api.rb +90 -0
- data/lib/fastly/api/content_api.rb +79 -0
- data/lib/fastly/api/director_api.rb +82 -0
- data/lib/fastly/api/domain_inspector_historical_api.rb +125 -0
- data/lib/fastly/api/domain_inspector_realtime_api.rb +223 -0
- data/lib/fastly/api/iam_roles_api.rb +271 -0
- data/lib/fastly/api/iam_service_groups_api.rb +271 -0
- data/lib/fastly/api/iam_user_groups_api.rb +547 -0
- data/lib/fastly/api/legacy_waf_configuration_sets_api.rb +209 -0
- data/lib/fastly/api/legacy_waf_firewall_api.rb +627 -0
- data/lib/fastly/api/legacy_waf_owasp_api.rb +244 -0
- data/lib/fastly/api/legacy_waf_rule_api.rb +307 -0
- data/lib/fastly/api/legacy_waf_rule_status_api.rb +366 -0
- data/lib/fastly/api/legacy_waf_ruleset_api.rb +237 -0
- data/lib/fastly/api/legacy_waf_tag_api.rb +96 -0
- data/lib/fastly/api/legacy_waf_update_status_api.rb +184 -0
- data/lib/fastly/api/logging_kafka_api.rb +82 -0
- data/lib/fastly/api/logging_kinesis_api.rb +82 -0
- data/lib/fastly/api/origin_inspector_historical_api.rb +125 -0
- data/lib/fastly/api/origin_inspector_realtime_api.rb +223 -0
- data/lib/fastly/api/request_settings_api.rb +75 -0
- data/lib/fastly/api/response_object_api.rb +157 -0
- data/lib/fastly/api/secret_store_api.rb +381 -0
- data/lib/fastly/api/secret_store_item_api.rb +437 -0
- data/lib/fastly/api/service_authorizations_api.rb +126 -0
- data/lib/fastly/api/snippet_api.rb +82 -0
- data/lib/fastly/api/sudo_api.rb +83 -0
- data/lib/fastly/api/tokens_api.rb +122 -0
- data/lib/fastly/api/waf_active_rules_api.rb +75 -0
- data/lib/fastly/configuration.rb +504 -0
- data/lib/fastly/models/acl_entry.rb +1 -1
- data/lib/fastly/models/acl_entry_response.rb +1 -1
- data/lib/fastly/models/bulk_update_acl_entry.rb +1 -1
- data/lib/fastly/models/client_key.rb +239 -0
- data/lib/fastly/models/content.rb +8 -4
- data/lib/fastly/models/domain.rb +1 -0
- data/lib/fastly/models/domain_inspector.rb +238 -0
- data/lib/fastly/models/domain_inspector_entry.rb +228 -0
- data/lib/fastly/models/domain_inspector_entry_dimensions.rb +238 -0
- data/lib/fastly/models/domain_inspector_measurements.rb +828 -0
- data/lib/fastly/models/domain_inspector_realtime_entry.rb +241 -0
- data/lib/fastly/models/event_attributes.rb +4 -2
- data/lib/fastly/models/{events_response_all_of.rb → event_data.rb} +3 -3
- data/lib/fastly/models/events_response.rb +1 -1
- data/lib/fastly/models/historical_domains.rb +249 -0
- data/lib/fastly/models/historical_domains_data.rb +228 -0
- data/lib/fastly/models/historical_domains_meta.rb +297 -0
- data/lib/fastly/models/historical_domains_meta_filters.rb +235 -0
- data/lib/fastly/models/historical_domains_response.rb +257 -0
- data/lib/fastly/models/historical_domains_response_all_of.rb +219 -0
- data/lib/fastly/models/historical_field_results_attributes.rb +1 -1
- data/lib/fastly/models/{historical_field_results_attributes_all_of.rb → historical_field_results_attributes_additional.rb} +3 -3
- data/lib/fastly/models/historical_origins_response.rb +257 -0
- data/lib/fastly/models/historical_origins_response_all_of.rb +219 -0
- data/lib/fastly/models/inline_response2005.rb +227 -0
- data/lib/fastly/models/inline_response2006.rb +227 -0
- data/lib/fastly/models/inline_response2007.rb +218 -0
- data/lib/fastly/models/inline_response400.rb +250 -0
- data/lib/fastly/models/legacy_waf_configuration_set.rb +227 -0
- data/lib/fastly/models/legacy_waf_firewall.rb +297 -0
- data/lib/fastly/models/legacy_waf_owasp.rb +527 -0
- data/lib/fastly/models/legacy_waf_rule.rb +257 -0
- data/lib/fastly/models/legacy_waf_rule_status.rb +237 -0
- data/lib/fastly/models/legacy_waf_ruleset.rb +227 -0
- data/lib/fastly/models/legacy_waf_tag.rb +217 -0
- data/lib/fastly/models/legacy_waf_update_status.rb +267 -0
- data/lib/fastly/models/origin_inspector.rb +238 -0
- data/lib/fastly/models/origin_inspector_dimensions.rb +238 -0
- data/lib/fastly/models/origin_inspector_entry.rb +228 -0
- data/lib/fastly/models/origin_inspector_historical.rb +249 -0
- data/lib/fastly/models/origin_inspector_historical_data.rb +225 -0
- data/lib/fastly/models/origin_inspector_historical_meta.rb +297 -0
- data/lib/fastly/models/origin_inspector_historical_meta_filters.rb +235 -0
- data/lib/fastly/models/origin_inspector_measurements.rb +1728 -0
- data/lib/fastly/models/origin_inspector_realtime_entry.rb +241 -0
- data/lib/fastly/models/origin_inspector_realtime_entry_recorded.rb +208 -0
- data/lib/fastly/models/origin_inspector_subsequent_request_timestamp.rb +208 -0
- data/lib/fastly/models/origin_inspector_values.rb +1728 -0
- data/lib/fastly/models/pagination_cursor_meta.rb +227 -0
- data/lib/fastly/models/read_only_service_id.rb +207 -0
- data/lib/fastly/models/read_only_version.rb +207 -0
- data/lib/fastly/models/realtime_entry.rb +2 -7
- data/lib/fastly/models/realtime_entry_aggregated.rb +2397 -0
- data/lib/fastly/models/realtime_entry_recorded.rb +208 -0
- data/lib/fastly/models/realtime_measurements.rb +4 -2
- data/lib/fastly/models/recorded_timestamp.rb +208 -0
- data/lib/fastly/models/secret.rb +238 -0
- data/lib/fastly/models/secret_response.rb +249 -0
- data/lib/fastly/models/secret_store.rb +217 -0
- data/lib/fastly/models/secret_store_response.rb +238 -0
- data/lib/fastly/models/signing_key.rb +218 -0
- data/lib/fastly/models/subsequent_request_timestamp.rb +208 -0
- data/lib/fastly/models/sudo_generic_token_error.rb +216 -0
- data/lib/fastly/models/sudo_request.rb +244 -0
- data/lib/fastly/models/sudo_response.rb +217 -0
- data/lib/fastly/models/values.rb +828 -0
- data/lib/fastly/version.rb +1 -1
- data/lib/fastly.rb +72 -2
- data/sig.json +1 -1
- metadata +146 -6
data/lib/fastly/configuration.rb
CHANGED
|
@@ -314,12 +314,42 @@ module Fastly
|
|
|
314
314
|
description: "No description provided",
|
|
315
315
|
}
|
|
316
316
|
],
|
|
317
|
+
"AclEntryApi.create_acl_entry": [
|
|
318
|
+
{
|
|
319
|
+
url: "https://api.fastly.com",
|
|
320
|
+
description: "No description provided",
|
|
321
|
+
}
|
|
322
|
+
],
|
|
317
323
|
"AclEntryApi.delete_acl_entry": [
|
|
318
324
|
{
|
|
319
325
|
url: "https://api.fastly.com",
|
|
320
326
|
description: "No description provided",
|
|
321
327
|
}
|
|
322
328
|
],
|
|
329
|
+
"AclEntryApi.get_acl_entry": [
|
|
330
|
+
{
|
|
331
|
+
url: "https://api.fastly.com",
|
|
332
|
+
description: "No description provided",
|
|
333
|
+
}
|
|
334
|
+
],
|
|
335
|
+
"AclEntryApi.list_acl_entries": [
|
|
336
|
+
{
|
|
337
|
+
url: "https://api.fastly.com",
|
|
338
|
+
description: "No description provided",
|
|
339
|
+
}
|
|
340
|
+
],
|
|
341
|
+
"AclEntryApi.update_acl_entry": [
|
|
342
|
+
{
|
|
343
|
+
url: "https://api.fastly.com",
|
|
344
|
+
description: "No description provided",
|
|
345
|
+
}
|
|
346
|
+
],
|
|
347
|
+
"ApexRedirectApi.create_apex_redirect": [
|
|
348
|
+
{
|
|
349
|
+
url: "https://api.fastly.com",
|
|
350
|
+
description: "No description provided",
|
|
351
|
+
}
|
|
352
|
+
],
|
|
323
353
|
"ApexRedirectApi.delete_apex_redirect": [
|
|
324
354
|
{
|
|
325
355
|
url: "https://api.fastly.com",
|
|
@@ -590,6 +620,12 @@ module Fastly
|
|
|
590
620
|
description: "No description provided",
|
|
591
621
|
}
|
|
592
622
|
],
|
|
623
|
+
"ContactApi.create_contacts": [
|
|
624
|
+
{
|
|
625
|
+
url: "https://api.fastly.com",
|
|
626
|
+
description: "No description provided",
|
|
627
|
+
}
|
|
628
|
+
],
|
|
593
629
|
"ContactApi.delete_contact": [
|
|
594
630
|
{
|
|
595
631
|
url: "https://api.fastly.com",
|
|
@@ -602,6 +638,12 @@ module Fastly
|
|
|
602
638
|
description: "No description provided",
|
|
603
639
|
}
|
|
604
640
|
],
|
|
641
|
+
"ContentApi.content_check": [
|
|
642
|
+
{
|
|
643
|
+
url: "https://api.fastly.com",
|
|
644
|
+
description: "No description provided",
|
|
645
|
+
}
|
|
646
|
+
],
|
|
605
647
|
"CustomerApi.delete_customer": [
|
|
606
648
|
{
|
|
607
649
|
url: "https://api.fastly.com",
|
|
@@ -740,6 +782,12 @@ module Fastly
|
|
|
740
782
|
description: "No description provided",
|
|
741
783
|
}
|
|
742
784
|
],
|
|
785
|
+
"DirectorApi.update_director": [
|
|
786
|
+
{
|
|
787
|
+
url: "https://api.fastly.com",
|
|
788
|
+
description: "No description provided",
|
|
789
|
+
}
|
|
790
|
+
],
|
|
743
791
|
"DirectorBackendApi.create_director_backend": [
|
|
744
792
|
{
|
|
745
793
|
url: "https://api.fastly.com",
|
|
@@ -800,6 +848,30 @@ module Fastly
|
|
|
800
848
|
description: "No description provided",
|
|
801
849
|
}
|
|
802
850
|
],
|
|
851
|
+
"DomainInspectorHistoricalApi.get_domain_inspector_historical": [
|
|
852
|
+
{
|
|
853
|
+
url: "https://api.fastly.com",
|
|
854
|
+
description: "No description provided",
|
|
855
|
+
}
|
|
856
|
+
],
|
|
857
|
+
"DomainInspectorRealtimeApi.get_domain_inspector_last120_seconds": [
|
|
858
|
+
{
|
|
859
|
+
url: "https://rt.fastly.com",
|
|
860
|
+
description: "No description provided",
|
|
861
|
+
}
|
|
862
|
+
],
|
|
863
|
+
"DomainInspectorRealtimeApi.get_domain_inspector_last_max_entries": [
|
|
864
|
+
{
|
|
865
|
+
url: "https://rt.fastly.com",
|
|
866
|
+
description: "No description provided",
|
|
867
|
+
}
|
|
868
|
+
],
|
|
869
|
+
"DomainInspectorRealtimeApi.get_domain_inspector_last_second": [
|
|
870
|
+
{
|
|
871
|
+
url: "https://rt.fastly.com",
|
|
872
|
+
description: "No description provided",
|
|
873
|
+
}
|
|
874
|
+
],
|
|
803
875
|
"DomainOwnershipsApi.list_domain_ownerships": [
|
|
804
876
|
{
|
|
805
877
|
url: "https://api.fastly.com",
|
|
@@ -1004,6 +1076,18 @@ module Fastly
|
|
|
1004
1076
|
description: "No description provided",
|
|
1005
1077
|
}
|
|
1006
1078
|
],
|
|
1079
|
+
"IamRolesApi.add_role_permissions": [
|
|
1080
|
+
{
|
|
1081
|
+
url: "https://api.fastly.com",
|
|
1082
|
+
description: "No description provided",
|
|
1083
|
+
}
|
|
1084
|
+
],
|
|
1085
|
+
"IamRolesApi.create_a_role": [
|
|
1086
|
+
{
|
|
1087
|
+
url: "https://api.fastly.com",
|
|
1088
|
+
description: "No description provided",
|
|
1089
|
+
}
|
|
1090
|
+
],
|
|
1007
1091
|
"IamRolesApi.delete_a_role": [
|
|
1008
1092
|
{
|
|
1009
1093
|
url: "https://api.fastly.com",
|
|
@@ -1028,6 +1112,30 @@ module Fastly
|
|
|
1028
1112
|
description: "No description provided",
|
|
1029
1113
|
}
|
|
1030
1114
|
],
|
|
1115
|
+
"IamRolesApi.remove_role_permissions": [
|
|
1116
|
+
{
|
|
1117
|
+
url: "https://api.fastly.com",
|
|
1118
|
+
description: "No description provided",
|
|
1119
|
+
}
|
|
1120
|
+
],
|
|
1121
|
+
"IamRolesApi.update_a_role": [
|
|
1122
|
+
{
|
|
1123
|
+
url: "https://api.fastly.com",
|
|
1124
|
+
description: "No description provided",
|
|
1125
|
+
}
|
|
1126
|
+
],
|
|
1127
|
+
"IamServiceGroupsApi.add_service_group_services": [
|
|
1128
|
+
{
|
|
1129
|
+
url: "https://api.fastly.com",
|
|
1130
|
+
description: "No description provided",
|
|
1131
|
+
}
|
|
1132
|
+
],
|
|
1133
|
+
"IamServiceGroupsApi.create_a_service_group": [
|
|
1134
|
+
{
|
|
1135
|
+
url: "https://api.fastly.com",
|
|
1136
|
+
description: "No description provided",
|
|
1137
|
+
}
|
|
1138
|
+
],
|
|
1031
1139
|
"IamServiceGroupsApi.delete_a_service_group": [
|
|
1032
1140
|
{
|
|
1033
1141
|
url: "https://api.fastly.com",
|
|
@@ -1052,6 +1160,42 @@ module Fastly
|
|
|
1052
1160
|
description: "No description provided",
|
|
1053
1161
|
}
|
|
1054
1162
|
],
|
|
1163
|
+
"IamServiceGroupsApi.remove_service_group_services": [
|
|
1164
|
+
{
|
|
1165
|
+
url: "https://api.fastly.com",
|
|
1166
|
+
description: "No description provided",
|
|
1167
|
+
}
|
|
1168
|
+
],
|
|
1169
|
+
"IamServiceGroupsApi.update_a_service_group": [
|
|
1170
|
+
{
|
|
1171
|
+
url: "https://api.fastly.com",
|
|
1172
|
+
description: "No description provided",
|
|
1173
|
+
}
|
|
1174
|
+
],
|
|
1175
|
+
"IamUserGroupsApi.add_user_group_members": [
|
|
1176
|
+
{
|
|
1177
|
+
url: "https://api.fastly.com",
|
|
1178
|
+
description: "No description provided",
|
|
1179
|
+
}
|
|
1180
|
+
],
|
|
1181
|
+
"IamUserGroupsApi.add_user_group_roles": [
|
|
1182
|
+
{
|
|
1183
|
+
url: "https://api.fastly.com",
|
|
1184
|
+
description: "No description provided",
|
|
1185
|
+
}
|
|
1186
|
+
],
|
|
1187
|
+
"IamUserGroupsApi.add_user_group_service_groups": [
|
|
1188
|
+
{
|
|
1189
|
+
url: "https://api.fastly.com",
|
|
1190
|
+
description: "No description provided",
|
|
1191
|
+
}
|
|
1192
|
+
],
|
|
1193
|
+
"IamUserGroupsApi.create_a_user_group": [
|
|
1194
|
+
{
|
|
1195
|
+
url: "https://api.fastly.com",
|
|
1196
|
+
description: "No description provided",
|
|
1197
|
+
}
|
|
1198
|
+
],
|
|
1055
1199
|
"IamUserGroupsApi.delete_a_user_group": [
|
|
1056
1200
|
{
|
|
1057
1201
|
url: "https://api.fastly.com",
|
|
@@ -1088,6 +1232,30 @@ module Fastly
|
|
|
1088
1232
|
description: "No description provided",
|
|
1089
1233
|
}
|
|
1090
1234
|
],
|
|
1235
|
+
"IamUserGroupsApi.remove_user_group_members": [
|
|
1236
|
+
{
|
|
1237
|
+
url: "https://api.fastly.com",
|
|
1238
|
+
description: "No description provided",
|
|
1239
|
+
}
|
|
1240
|
+
],
|
|
1241
|
+
"IamUserGroupsApi.remove_user_group_roles": [
|
|
1242
|
+
{
|
|
1243
|
+
url: "https://api.fastly.com",
|
|
1244
|
+
description: "No description provided",
|
|
1245
|
+
}
|
|
1246
|
+
],
|
|
1247
|
+
"IamUserGroupsApi.remove_user_group_service_groups": [
|
|
1248
|
+
{
|
|
1249
|
+
url: "https://api.fastly.com",
|
|
1250
|
+
description: "No description provided",
|
|
1251
|
+
}
|
|
1252
|
+
],
|
|
1253
|
+
"IamUserGroupsApi.update_a_user_group": [
|
|
1254
|
+
{
|
|
1255
|
+
url: "https://api.fastly.com",
|
|
1256
|
+
description: "No description provided",
|
|
1257
|
+
}
|
|
1258
|
+
],
|
|
1091
1259
|
"InvitationsApi.create_invitation": [
|
|
1092
1260
|
{
|
|
1093
1261
|
url: "https://api.fastly.com",
|
|
@@ -1154,6 +1322,174 @@ module Fastly
|
|
|
1154
1322
|
description: "No description provided",
|
|
1155
1323
|
}
|
|
1156
1324
|
],
|
|
1325
|
+
"LegacyWafConfigurationSetsApi.list_waf_config_sets": [
|
|
1326
|
+
{
|
|
1327
|
+
url: "https://api.fastly.com",
|
|
1328
|
+
description: "No description provided",
|
|
1329
|
+
}
|
|
1330
|
+
],
|
|
1331
|
+
"LegacyWafConfigurationSetsApi.list_wafs_config_set": [
|
|
1332
|
+
{
|
|
1333
|
+
url: "https://api.fastly.com",
|
|
1334
|
+
description: "No description provided",
|
|
1335
|
+
}
|
|
1336
|
+
],
|
|
1337
|
+
"LegacyWafConfigurationSetsApi.use_waf_config_set": [
|
|
1338
|
+
{
|
|
1339
|
+
url: "https://api.fastly.com",
|
|
1340
|
+
description: "No description provided",
|
|
1341
|
+
}
|
|
1342
|
+
],
|
|
1343
|
+
"LegacyWafFirewallApi.create_legacy_waf_firewall_service": [
|
|
1344
|
+
{
|
|
1345
|
+
url: "https://api.fastly.com",
|
|
1346
|
+
description: "No description provided",
|
|
1347
|
+
}
|
|
1348
|
+
],
|
|
1349
|
+
"LegacyWafFirewallApi.disable_legacy_waf_firewall": [
|
|
1350
|
+
{
|
|
1351
|
+
url: "https://api.fastly.com",
|
|
1352
|
+
description: "No description provided",
|
|
1353
|
+
}
|
|
1354
|
+
],
|
|
1355
|
+
"LegacyWafFirewallApi.enable_legacy_waf_firewall": [
|
|
1356
|
+
{
|
|
1357
|
+
url: "https://api.fastly.com",
|
|
1358
|
+
description: "No description provided",
|
|
1359
|
+
}
|
|
1360
|
+
],
|
|
1361
|
+
"LegacyWafFirewallApi.get_legacy_waf_firewall": [
|
|
1362
|
+
{
|
|
1363
|
+
url: "https://api.fastly.com",
|
|
1364
|
+
description: "No description provided",
|
|
1365
|
+
}
|
|
1366
|
+
],
|
|
1367
|
+
"LegacyWafFirewallApi.get_legacy_waf_firewall_service": [
|
|
1368
|
+
{
|
|
1369
|
+
url: "https://api.fastly.com",
|
|
1370
|
+
description: "No description provided",
|
|
1371
|
+
}
|
|
1372
|
+
],
|
|
1373
|
+
"LegacyWafFirewallApi.list_legacy_waf_firewalls": [
|
|
1374
|
+
{
|
|
1375
|
+
url: "https://api.fastly.com",
|
|
1376
|
+
description: "No description provided",
|
|
1377
|
+
}
|
|
1378
|
+
],
|
|
1379
|
+
"LegacyWafFirewallApi.list_legacy_waf_firewalls_service": [
|
|
1380
|
+
{
|
|
1381
|
+
url: "https://api.fastly.com",
|
|
1382
|
+
description: "No description provided",
|
|
1383
|
+
}
|
|
1384
|
+
],
|
|
1385
|
+
"LegacyWafFirewallApi.update_legacy_waf_firewall_service": [
|
|
1386
|
+
{
|
|
1387
|
+
url: "https://api.fastly.com",
|
|
1388
|
+
description: "No description provided",
|
|
1389
|
+
}
|
|
1390
|
+
],
|
|
1391
|
+
"LegacyWafOwaspApi.create_owasp_settings": [
|
|
1392
|
+
{
|
|
1393
|
+
url: "https://api.fastly.com",
|
|
1394
|
+
description: "No description provided",
|
|
1395
|
+
}
|
|
1396
|
+
],
|
|
1397
|
+
"LegacyWafOwaspApi.get_owasp_settings": [
|
|
1398
|
+
{
|
|
1399
|
+
url: "https://api.fastly.com",
|
|
1400
|
+
description: "No description provided",
|
|
1401
|
+
}
|
|
1402
|
+
],
|
|
1403
|
+
"LegacyWafOwaspApi.update_owasp_settings": [
|
|
1404
|
+
{
|
|
1405
|
+
url: "https://api.fastly.com",
|
|
1406
|
+
description: "No description provided",
|
|
1407
|
+
}
|
|
1408
|
+
],
|
|
1409
|
+
"LegacyWafRuleApi.get_legacy_waf_firewall_rule_vcl": [
|
|
1410
|
+
{
|
|
1411
|
+
url: "https://api.fastly.com",
|
|
1412
|
+
description: "No description provided",
|
|
1413
|
+
}
|
|
1414
|
+
],
|
|
1415
|
+
"LegacyWafRuleApi.get_legacy_waf_rule": [
|
|
1416
|
+
{
|
|
1417
|
+
url: "https://api.fastly.com",
|
|
1418
|
+
description: "No description provided",
|
|
1419
|
+
}
|
|
1420
|
+
],
|
|
1421
|
+
"LegacyWafRuleApi.get_legacy_waf_rule_vcl": [
|
|
1422
|
+
{
|
|
1423
|
+
url: "https://api.fastly.com",
|
|
1424
|
+
description: "No description provided",
|
|
1425
|
+
}
|
|
1426
|
+
],
|
|
1427
|
+
"LegacyWafRuleApi.list_legacy_waf_rules": [
|
|
1428
|
+
{
|
|
1429
|
+
url: "https://api.fastly.com",
|
|
1430
|
+
description: "No description provided",
|
|
1431
|
+
}
|
|
1432
|
+
],
|
|
1433
|
+
"LegacyWafRuleStatusApi.get_waf_firewall_rule_status": [
|
|
1434
|
+
{
|
|
1435
|
+
url: "https://api.fastly.com",
|
|
1436
|
+
description: "No description provided",
|
|
1437
|
+
}
|
|
1438
|
+
],
|
|
1439
|
+
"LegacyWafRuleStatusApi.list_waf_firewall_rule_statuses": [
|
|
1440
|
+
{
|
|
1441
|
+
url: "https://api.fastly.com",
|
|
1442
|
+
description: "No description provided",
|
|
1443
|
+
}
|
|
1444
|
+
],
|
|
1445
|
+
"LegacyWafRuleStatusApi.update_waf_firewall_rule_status": [
|
|
1446
|
+
{
|
|
1447
|
+
url: "https://api.fastly.com",
|
|
1448
|
+
description: "No description provided",
|
|
1449
|
+
}
|
|
1450
|
+
],
|
|
1451
|
+
"LegacyWafRuleStatusApi.update_waf_firewall_rule_statuses_tag": [
|
|
1452
|
+
{
|
|
1453
|
+
url: "https://api.fastly.com",
|
|
1454
|
+
description: "No description provided",
|
|
1455
|
+
}
|
|
1456
|
+
],
|
|
1457
|
+
"LegacyWafRulesetApi.get_waf_ruleset": [
|
|
1458
|
+
{
|
|
1459
|
+
url: "https://api.fastly.com",
|
|
1460
|
+
description: "No description provided",
|
|
1461
|
+
}
|
|
1462
|
+
],
|
|
1463
|
+
"LegacyWafRulesetApi.get_waf_ruleset_vcl": [
|
|
1464
|
+
{
|
|
1465
|
+
url: "https://api.fastly.com",
|
|
1466
|
+
description: "No description provided",
|
|
1467
|
+
}
|
|
1468
|
+
],
|
|
1469
|
+
"LegacyWafRulesetApi.update_waf_ruleset": [
|
|
1470
|
+
{
|
|
1471
|
+
url: "https://api.fastly.com",
|
|
1472
|
+
description: "No description provided",
|
|
1473
|
+
}
|
|
1474
|
+
],
|
|
1475
|
+
"LegacyWafTagApi.list_legacy_waf_tags": [
|
|
1476
|
+
{
|
|
1477
|
+
url: "https://api.fastly.com",
|
|
1478
|
+
description: "No description provided",
|
|
1479
|
+
}
|
|
1480
|
+
],
|
|
1481
|
+
"LegacyWafUpdateStatusApi.get_waf_update_status": [
|
|
1482
|
+
{
|
|
1483
|
+
url: "https://api.fastly.com",
|
|
1484
|
+
description: "No description provided",
|
|
1485
|
+
}
|
|
1486
|
+
],
|
|
1487
|
+
"LegacyWafUpdateStatusApi.list_waf_update_statuses": [
|
|
1488
|
+
{
|
|
1489
|
+
url: "https://api.fastly.com",
|
|
1490
|
+
description: "No description provided",
|
|
1491
|
+
}
|
|
1492
|
+
],
|
|
1157
1493
|
"LoggingAzureblobApi.create_log_azure": [
|
|
1158
1494
|
{
|
|
1159
1495
|
url: "https://api.fastly.com",
|
|
@@ -1508,6 +1844,12 @@ module Fastly
|
|
|
1508
1844
|
description: "No description provided",
|
|
1509
1845
|
}
|
|
1510
1846
|
],
|
|
1847
|
+
"LoggingKafkaApi.update_log_kafka": [
|
|
1848
|
+
{
|
|
1849
|
+
url: "https://api.fastly.com",
|
|
1850
|
+
description: "No description provided",
|
|
1851
|
+
}
|
|
1852
|
+
],
|
|
1511
1853
|
"LoggingKinesisApi.create_log_kinesis": [
|
|
1512
1854
|
{
|
|
1513
1855
|
url: "https://api.fastly.com",
|
|
@@ -1532,6 +1874,12 @@ module Fastly
|
|
|
1532
1874
|
description: "No description provided",
|
|
1533
1875
|
}
|
|
1534
1876
|
],
|
|
1877
|
+
"LoggingKinesisApi.update_log_kinesis": [
|
|
1878
|
+
{
|
|
1879
|
+
url: "https://api.fastly.com",
|
|
1880
|
+
description: "No description provided",
|
|
1881
|
+
}
|
|
1882
|
+
],
|
|
1535
1883
|
"LoggingLogentriesApi.create_log_logentries": [
|
|
1536
1884
|
{
|
|
1537
1885
|
url: "https://api.fastly.com",
|
|
@@ -1952,6 +2300,30 @@ module Fastly
|
|
|
1952
2300
|
description: "No description provided",
|
|
1953
2301
|
}
|
|
1954
2302
|
],
|
|
2303
|
+
"OriginInspectorHistoricalApi.get_origin_inspector_historical": [
|
|
2304
|
+
{
|
|
2305
|
+
url: "https://api.fastly.com",
|
|
2306
|
+
description: "No description provided",
|
|
2307
|
+
}
|
|
2308
|
+
],
|
|
2309
|
+
"OriginInspectorRealtimeApi.get_origin_inspector_last120_seconds": [
|
|
2310
|
+
{
|
|
2311
|
+
url: "https://rt.fastly.com",
|
|
2312
|
+
description: "No description provided",
|
|
2313
|
+
}
|
|
2314
|
+
],
|
|
2315
|
+
"OriginInspectorRealtimeApi.get_origin_inspector_last_max_entries": [
|
|
2316
|
+
{
|
|
2317
|
+
url: "https://rt.fastly.com",
|
|
2318
|
+
description: "No description provided",
|
|
2319
|
+
}
|
|
2320
|
+
],
|
|
2321
|
+
"OriginInspectorRealtimeApi.get_origin_inspector_last_second": [
|
|
2322
|
+
{
|
|
2323
|
+
url: "https://rt.fastly.com",
|
|
2324
|
+
description: "No description provided",
|
|
2325
|
+
}
|
|
2326
|
+
],
|
|
1955
2327
|
"PackageApi.get_package": [
|
|
1956
2328
|
{
|
|
1957
2329
|
url: "https://api.fastly.com",
|
|
@@ -2084,6 +2456,12 @@ module Fastly
|
|
|
2084
2456
|
description: "No description provided",
|
|
2085
2457
|
}
|
|
2086
2458
|
],
|
|
2459
|
+
"RequestSettingsApi.create_request_settings": [
|
|
2460
|
+
{
|
|
2461
|
+
url: "https://api.fastly.com",
|
|
2462
|
+
description: "No description provided",
|
|
2463
|
+
}
|
|
2464
|
+
],
|
|
2087
2465
|
"RequestSettingsApi.delete_request_settings": [
|
|
2088
2466
|
{
|
|
2089
2467
|
url: "https://api.fastly.com",
|
|
@@ -2138,6 +2516,12 @@ module Fastly
|
|
|
2138
2516
|
description: "No description provided",
|
|
2139
2517
|
}
|
|
2140
2518
|
],
|
|
2519
|
+
"ResponseObjectApi.create_response_object": [
|
|
2520
|
+
{
|
|
2521
|
+
url: "https://api.fastly.com",
|
|
2522
|
+
description: "No description provided",
|
|
2523
|
+
}
|
|
2524
|
+
],
|
|
2141
2525
|
"ResponseObjectApi.delete_response_object": [
|
|
2142
2526
|
{
|
|
2143
2527
|
url: "https://api.fastly.com",
|
|
@@ -2156,6 +2540,84 @@ module Fastly
|
|
|
2156
2540
|
description: "No description provided",
|
|
2157
2541
|
}
|
|
2158
2542
|
],
|
|
2543
|
+
"ResponseObjectApi.update_response_object": [
|
|
2544
|
+
{
|
|
2545
|
+
url: "https://api.fastly.com",
|
|
2546
|
+
description: "No description provided",
|
|
2547
|
+
}
|
|
2548
|
+
],
|
|
2549
|
+
"SecretStoreApi.client_key": [
|
|
2550
|
+
{
|
|
2551
|
+
url: "https://api.fastly.com",
|
|
2552
|
+
description: "No description provided",
|
|
2553
|
+
}
|
|
2554
|
+
],
|
|
2555
|
+
"SecretStoreApi.create_secret_store": [
|
|
2556
|
+
{
|
|
2557
|
+
url: "https://api.fastly.com",
|
|
2558
|
+
description: "No description provided",
|
|
2559
|
+
}
|
|
2560
|
+
],
|
|
2561
|
+
"SecretStoreApi.delete_secret_store": [
|
|
2562
|
+
{
|
|
2563
|
+
url: "https://api.fastly.com",
|
|
2564
|
+
description: "No description provided",
|
|
2565
|
+
}
|
|
2566
|
+
],
|
|
2567
|
+
"SecretStoreApi.get_secret_store": [
|
|
2568
|
+
{
|
|
2569
|
+
url: "https://api.fastly.com",
|
|
2570
|
+
description: "No description provided",
|
|
2571
|
+
}
|
|
2572
|
+
],
|
|
2573
|
+
"SecretStoreApi.get_secret_stores": [
|
|
2574
|
+
{
|
|
2575
|
+
url: "https://api.fastly.com",
|
|
2576
|
+
description: "No description provided",
|
|
2577
|
+
}
|
|
2578
|
+
],
|
|
2579
|
+
"SecretStoreApi.signing_key": [
|
|
2580
|
+
{
|
|
2581
|
+
url: "https://api.fastly.com",
|
|
2582
|
+
description: "No description provided",
|
|
2583
|
+
}
|
|
2584
|
+
],
|
|
2585
|
+
"SecretStoreItemApi.create_secret": [
|
|
2586
|
+
{
|
|
2587
|
+
url: "https://api.fastly.com",
|
|
2588
|
+
description: "No description provided",
|
|
2589
|
+
}
|
|
2590
|
+
],
|
|
2591
|
+
"SecretStoreItemApi.delete_secret": [
|
|
2592
|
+
{
|
|
2593
|
+
url: "https://api.fastly.com",
|
|
2594
|
+
description: "No description provided",
|
|
2595
|
+
}
|
|
2596
|
+
],
|
|
2597
|
+
"SecretStoreItemApi.get_secret": [
|
|
2598
|
+
{
|
|
2599
|
+
url: "https://api.fastly.com",
|
|
2600
|
+
description: "No description provided",
|
|
2601
|
+
}
|
|
2602
|
+
],
|
|
2603
|
+
"SecretStoreItemApi.get_secrets": [
|
|
2604
|
+
{
|
|
2605
|
+
url: "https://api.fastly.com",
|
|
2606
|
+
description: "No description provided",
|
|
2607
|
+
}
|
|
2608
|
+
],
|
|
2609
|
+
"SecretStoreItemApi.must_recreate_secret": [
|
|
2610
|
+
{
|
|
2611
|
+
url: "https://api.fastly.com",
|
|
2612
|
+
description: "No description provided",
|
|
2613
|
+
}
|
|
2614
|
+
],
|
|
2615
|
+
"SecretStoreItemApi.recreate_secret": [
|
|
2616
|
+
{
|
|
2617
|
+
url: "https://api.fastly.com",
|
|
2618
|
+
description: "No description provided",
|
|
2619
|
+
}
|
|
2620
|
+
],
|
|
2159
2621
|
"ServerApi.create_pool_server": [
|
|
2160
2622
|
{
|
|
2161
2623
|
url: "https://api.fastly.com",
|
|
@@ -2246,6 +2708,12 @@ module Fastly
|
|
|
2246
2708
|
description: "No description provided",
|
|
2247
2709
|
}
|
|
2248
2710
|
],
|
|
2711
|
+
"ServiceAuthorizationsApi.delete_service_authorization2": [
|
|
2712
|
+
{
|
|
2713
|
+
url: "https://api.fastly.com",
|
|
2714
|
+
description: "No description provided",
|
|
2715
|
+
}
|
|
2716
|
+
],
|
|
2249
2717
|
"ServiceAuthorizationsApi.list_service_authorization": [
|
|
2250
2718
|
{
|
|
2251
2719
|
url: "https://api.fastly.com",
|
|
@@ -2264,6 +2732,12 @@ module Fastly
|
|
|
2264
2732
|
description: "No description provided",
|
|
2265
2733
|
}
|
|
2266
2734
|
],
|
|
2735
|
+
"ServiceAuthorizationsApi.update_service_authorization2": [
|
|
2736
|
+
{
|
|
2737
|
+
url: "https://api.fastly.com",
|
|
2738
|
+
description: "No description provided",
|
|
2739
|
+
}
|
|
2740
|
+
],
|
|
2267
2741
|
"SettingsApi.get_service_settings": [
|
|
2268
2742
|
{
|
|
2269
2743
|
url: "https://api.fastly.com",
|
|
@@ -2306,6 +2780,12 @@ module Fastly
|
|
|
2306
2780
|
description: "No description provided",
|
|
2307
2781
|
}
|
|
2308
2782
|
],
|
|
2783
|
+
"SnippetApi.update_snippet": [
|
|
2784
|
+
{
|
|
2785
|
+
url: "https://api.fastly.com",
|
|
2786
|
+
description: "No description provided",
|
|
2787
|
+
}
|
|
2788
|
+
],
|
|
2309
2789
|
"SnippetApi.update_snippet_dynamic": [
|
|
2310
2790
|
{
|
|
2311
2791
|
url: "https://api.fastly.com",
|
|
@@ -2342,6 +2822,12 @@ module Fastly
|
|
|
2342
2822
|
description: "No description provided",
|
|
2343
2823
|
}
|
|
2344
2824
|
],
|
|
2825
|
+
"SudoApi.request_sudo_access": [
|
|
2826
|
+
{
|
|
2827
|
+
url: "https://api.fastly.com",
|
|
2828
|
+
description: "No description provided",
|
|
2829
|
+
}
|
|
2830
|
+
],
|
|
2345
2831
|
"TlsActivationsApi.create_tls_activation": [
|
|
2346
2832
|
{
|
|
2347
2833
|
url: "https://api.fastly.com",
|
|
@@ -2522,6 +3008,18 @@ module Fastly
|
|
|
2522
3008
|
description: "No description provided",
|
|
2523
3009
|
}
|
|
2524
3010
|
],
|
|
3011
|
+
"TokensApi.bulk_revoke_tokens": [
|
|
3012
|
+
{
|
|
3013
|
+
url: "https://api.fastly.com",
|
|
3014
|
+
description: "No description provided",
|
|
3015
|
+
}
|
|
3016
|
+
],
|
|
3017
|
+
"TokensApi.create_token": [
|
|
3018
|
+
{
|
|
3019
|
+
url: "https://api.fastly.com",
|
|
3020
|
+
description: "No description provided",
|
|
3021
|
+
}
|
|
3022
|
+
],
|
|
2525
3023
|
"TokensApi.get_token": [
|
|
2526
3024
|
{
|
|
2527
3025
|
url: "https://api.fastly.com",
|
|
@@ -2738,6 +3236,12 @@ module Fastly
|
|
|
2738
3236
|
description: "No description provided",
|
|
2739
3237
|
}
|
|
2740
3238
|
],
|
|
3239
|
+
"WafActiveRulesApi.bulk_delete_waf_active_rules": [
|
|
3240
|
+
{
|
|
3241
|
+
url: "https://api.fastly.com",
|
|
3242
|
+
description: "No description provided",
|
|
3243
|
+
}
|
|
3244
|
+
],
|
|
2741
3245
|
"WafActiveRulesApi.bulk_update_waf_active_rules": [
|
|
2742
3246
|
{
|
|
2743
3247
|
url: "https://api.fastly.com",
|