fastly 3.0.2 → 4.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/Gemfile +3 -12
- data/Gemfile.lock +55 -0
- data/LICENSE +14 -13
- data/README.md +545 -219
- data/RELEASE.md +1 -1
- data/Rakefile +1 -52
- data/SECURITY.md +9 -0
- data/docs/Acl.md +10 -0
- data/docs/AclApi.md +224 -0
- data/docs/AclEntry.md +13 -0
- data/docs/AclEntryApi.md +98 -0
- data/docs/AclEntryResponse.md +19 -0
- data/docs/AclEntryResponseAllOf.md +12 -0
- data/docs/AclResponse.md +16 -0
- data/docs/AclResponseAllOf.md +10 -0
- data/docs/ApexRedirect.md +17 -0
- data/docs/ApexRedirectAllOf.md +12 -0
- data/docs/ApexRedirectApi.md +184 -0
- data/docs/AutomationToken.md +14 -0
- data/docs/AutomationTokenCreateRequest.md +10 -0
- data/docs/AutomationTokenCreateRequestAttributes.md +15 -0
- data/docs/AutomationTokenCreateResponse.md +24 -0
- data/docs/AutomationTokenCreateResponseAllOf.md +17 -0
- data/docs/AutomationTokenResponse.md +23 -0
- data/docs/AutomationTokenResponseAllOf.md +18 -0
- data/docs/AutomationTokensApi.md +209 -0
- data/docs/AwsRegion.md +9 -0
- data/docs/Backend.md +39 -0
- data/docs/BackendApi.md +340 -0
- data/docs/BackendResponse.md +45 -0
- data/docs/BackendResponseAllOf.md +10 -0
- data/docs/Billing.md +17 -0
- data/docs/BillingAddressApi.md +169 -0
- data/docs/BillingAddressAttributes.md +17 -0
- data/docs/BillingAddressRequest.md +11 -0
- data/docs/BillingAddressRequestData.md +11 -0
- data/docs/BillingAddressResponse.md +10 -0
- data/docs/BillingAddressResponseData.md +13 -0
- data/docs/BillingAddressVerificationErrorResponse.md +10 -0
- data/docs/BillingAddressVerificationErrorResponseErrors.md +14 -0
- data/docs/BillingApi.md +136 -0
- data/docs/BillingEstimateResponse.md +18 -0
- data/docs/BillingEstimateResponseAllOf.md +10 -0
- data/docs/BillingEstimateResponseAllOfLine.md +18 -0
- data/docs/BillingEstimateResponseAllOfLines.md +10 -0
- data/docs/BillingResponse.md +18 -0
- data/docs/BillingResponseAllOf.md +10 -0
- data/docs/BillingResponseLineItem.md +29 -0
- data/docs/BillingResponseLineItemAllOf.md +26 -0
- data/docs/BillingStatus.md +11 -0
- data/docs/BillingTotal.md +25 -0
- data/docs/BillingTotalExtras.md +12 -0
- data/docs/BulkUpdateAclEntriesRequest.md +10 -0
- data/docs/BulkUpdateAclEntry.md +15 -0
- data/docs/BulkUpdateAclEntryAllOf.md +11 -0
- data/docs/BulkUpdateDictionaryItem.md +12 -0
- data/docs/BulkUpdateDictionaryItemAllOf.md +10 -0
- data/docs/BulkUpdateDictionaryListRequest.md +10 -0
- data/docs/BulkWafActiveRules.md +10 -0
- data/docs/CacheSetting.md +14 -0
- data/docs/CacheSettingResponse.md +19 -0
- data/docs/CacheSettingsApi.md +240 -0
- data/docs/Condition.md +16 -0
- data/docs/ConditionApi.md +248 -0
- data/docs/ConditionResponse.md +19 -0
- data/docs/Contact.md +15 -0
- data/docs/ContactApi.md +92 -0
- data/docs/ContactResponse.md +19 -0
- data/docs/ContactResponseAllOf.md +10 -0
- data/docs/Content.md +15 -0
- data/docs/Customer.md +33 -0
- data/docs/CustomerApi.md +247 -0
- data/docs/CustomerResponse.md +37 -0
- data/docs/CustomerResponseAllOf.md +10 -0
- data/docs/Dictionary.md +11 -0
- data/docs/DictionaryApi.md +228 -0
- data/docs/DictionaryInfoApi.md +56 -0
- data/docs/DictionaryInfoResponse.md +12 -0
- data/docs/DictionaryItem.md +11 -0
- data/docs/DictionaryItemApi.md +282 -0
- data/docs/DictionaryItemResponse.md +16 -0
- data/docs/DictionaryItemResponseAllOf.md +11 -0
- data/docs/DictionaryResponse.md +17 -0
- data/docs/DictionaryResponseAllOf.md +10 -0
- data/docs/DiffApi.md +58 -0
- data/docs/DiffResponse.md +13 -0
- data/docs/Director.md +17 -0
- data/docs/DirectorApi.md +194 -0
- data/docs/DirectorBackend.md +16 -0
- data/docs/DirectorBackendAllOf.md +11 -0
- data/docs/DirectorBackendApi.md +146 -0
- data/docs/DirectorResponse.md +22 -0
- data/docs/Domain.md +11 -0
- data/docs/DomainApi.md +310 -0
- data/docs/DomainCheckItem.md +11 -0
- data/docs/DomainResponse.md +16 -0
- data/docs/EnabledProduct.md +12 -0
- data/docs/EnabledProductLinks.md +11 -0
- data/docs/EnabledProductProduct.md +11 -0
- data/docs/EnabledProductsApi.md +133 -0
- data/docs/ErrorResponse.md +10 -0
- data/docs/ErrorResponseData.md +11 -0
- data/docs/Event.md +12 -0
- data/docs/EventAttributes.md +19 -0
- data/docs/EventResponse.md +10 -0
- data/docs/EventsApi.md +104 -0
- data/docs/EventsResponse.md +12 -0
- data/docs/EventsResponseAllOf.md +10 -0
- data/docs/GenericTokenError.md +10 -0
- data/docs/Gzip.md +13 -0
- data/docs/GzipApi.md +236 -0
- data/docs/GzipResponse.md +18 -0
- data/docs/Header.md +21 -0
- data/docs/HeaderApi.md +268 -0
- data/docs/HeaderResponse.md +26 -0
- data/docs/Healthcheck.md +22 -0
- data/docs/HealthcheckApi.md +272 -0
- data/docs/HealthcheckResponse.md +27 -0
- data/docs/Historical.md +12 -0
- data/docs/HistoricalAggregateResponse.md +13 -0
- data/docs/HistoricalAggregateResponseAllOf.md +10 -0
- data/docs/HistoricalApi.md +397 -0
- data/docs/HistoricalFieldAggregateResponse.md +13 -0
- data/docs/HistoricalFieldAggregateResponseAllOf.md +10 -0
- data/docs/HistoricalFieldResponse.md +13 -0
- data/docs/HistoricalFieldResponseAllOf.md +10 -0
- data/docs/HistoricalMeta.md +13 -0
- data/docs/HistoricalRegionsResponse.md +13 -0
- data/docs/HistoricalRegionsResponseAllOf.md +10 -0
- data/docs/HistoricalResponse.md +13 -0
- data/docs/HistoricalResponseAllOf.md +10 -0
- data/docs/HistoricalUsageAggregateResponse.md +13 -0
- data/docs/HistoricalUsageMonthResponse.md +13 -0
- data/docs/HistoricalUsageMonthResponseAllOf.md +10 -0
- data/docs/HistoricalUsageMonthResponseAllOfData.md +12 -0
- data/docs/HistoricalUsageResults.md +12 -0
- data/docs/HistoricalUsageServiceResponse.md +13 -0
- data/docs/HistoricalUsageServiceResponseAllOf.md +10 -0
- data/docs/Http3.md +15 -0
- data/docs/Http3AllOf.md +10 -0
- data/docs/Http3Api.md +146 -0
- data/docs/HttpResponseFormat.md +14 -0
- data/docs/HttpStreamFormat.md +11 -0
- data/docs/IamPermission.md +16 -0
- data/docs/IamPermissionsApi.md +47 -0
- data/docs/IamRole.md +17 -0
- data/docs/IamRoleAllOf.md +15 -0
- data/docs/IamRolesApi.md +167 -0
- data/docs/IamServiceGroup.md +16 -0
- data/docs/IamServiceGroupAllOf.md +14 -0
- data/docs/IamServiceGroupsApi.md +171 -0
- data/docs/IamUserGroup.md +17 -0
- data/docs/IamUserGroupAllOf.md +15 -0
- data/docs/IamUserGroupsApi.md +255 -0
- data/docs/IncludedWithWafActiveRuleItem.md +13 -0
- data/docs/IncludedWithWafExclusionItem.md +12 -0
- data/docs/IncludedWithWafFirewallVersionItem.md +10 -0
- data/docs/IncludedWithWafRuleItem.md +12 -0
- data/docs/InlineObject.md +10 -0
- data/docs/InlineObject1.md +10 -0
- data/docs/InlineResponse200.md +10 -0
- data/docs/InlineResponse2001.md +10 -0
- data/docs/Invitation.md +10 -0
- data/docs/InvitationData.md +12 -0
- data/docs/InvitationDataAttributes.md +13 -0
- data/docs/InvitationResponse.md +10 -0
- data/docs/InvitationResponseAllOf.md +10 -0
- data/docs/InvitationResponseData.md +13 -0
- data/docs/InvitationResponseDataAllOf.md +12 -0
- data/docs/InvitationsApi.md +129 -0
- data/docs/InvitationsResponse.md +12 -0
- data/docs/InvitationsResponseAllOf.md +10 -0
- data/docs/LoggingAddressAndPort.md +11 -0
- data/docs/LoggingAzureblob.md +25 -0
- data/docs/LoggingAzureblobAllOf.md +15 -0
- data/docs/LoggingAzureblobApi.md +284 -0
- data/docs/LoggingAzureblobResponse.md +30 -0
- data/docs/LoggingBigquery.md +21 -0
- data/docs/LoggingBigqueryAllOf.md +15 -0
- data/docs/LoggingBigqueryApi.md +268 -0
- data/docs/LoggingBigqueryResponse.md +26 -0
- data/docs/LoggingCloudfiles.md +25 -0
- data/docs/LoggingCloudfilesAllOf.md +15 -0
- data/docs/LoggingCloudfilesApi.md +284 -0
- data/docs/LoggingCloudfilesResponse.md +30 -0
- data/docs/LoggingCommon.md +14 -0
- data/docs/LoggingDatadog.md +16 -0
- data/docs/LoggingDatadogAllOf.md +12 -0
- data/docs/LoggingDatadogApi.md +248 -0
- data/docs/LoggingDatadogResponse.md +21 -0
- data/docs/LoggingDigitalocean.md +25 -0
- data/docs/LoggingDigitaloceanAllOf.md +15 -0
- data/docs/LoggingDigitaloceanApi.md +284 -0
- data/docs/LoggingDigitaloceanResponse.md +30 -0
- data/docs/LoggingElasticsearch.md +25 -0
- data/docs/LoggingElasticsearchAllOf.md +15 -0
- data/docs/LoggingElasticsearchApi.md +284 -0
- data/docs/LoggingElasticsearchResponse.md +30 -0
- data/docs/LoggingFormatVersion.md +9 -0
- data/docs/LoggingFtp.md +27 -0
- data/docs/LoggingFtpAllOf.md +17 -0
- data/docs/LoggingFtpApi.md +292 -0
- data/docs/LoggingFtpResponse.md +32 -0
- data/docs/LoggingGcs.md +26 -0
- data/docs/LoggingGcsAllOf.md +13 -0
- data/docs/LoggingGcsApi.md +288 -0
- data/docs/LoggingGcsCommon.md +12 -0
- data/docs/LoggingGcsResponse.md +31 -0
- data/docs/LoggingGenericCommon.md +14 -0
- data/docs/LoggingGooglePubsub.md +19 -0
- data/docs/LoggingGooglePubsubAllOf.md +12 -0
- data/docs/LoggingGooglePubsubResponse.md +24 -0
- data/docs/LoggingHeroku.md +16 -0
- data/docs/LoggingHerokuAllOf.md +11 -0
- data/docs/LoggingHerokuApi.md +248 -0
- data/docs/LoggingHerokuResponse.md +21 -0
- data/docs/LoggingHoneycomb.md +16 -0
- data/docs/LoggingHoneycombAllOf.md +12 -0
- data/docs/LoggingHoneycombApi.md +248 -0
- data/docs/LoggingHoneycombResponse.md +21 -0
- data/docs/LoggingHttps.md +27 -0
- data/docs/LoggingHttpsAllOf.md +19 -0
- data/docs/LoggingHttpsApi.md +292 -0
- data/docs/LoggingHttpsResponse.md +32 -0
- data/docs/LoggingKafka.md +28 -0
- data/docs/LoggingKafkaAllOf.md +19 -0
- data/docs/LoggingKafkaApi.md +216 -0
- data/docs/LoggingKafkaResponse.md +33 -0
- data/docs/LoggingKinesis.md +18 -0
- data/docs/LoggingKinesisApi.md +196 -0
- data/docs/LoggingKinesisResponse.md +23 -0
- data/docs/LoggingLogentries.md +18 -0
- data/docs/LoggingLogentriesAllOf.md +13 -0
- data/docs/LoggingLogentriesApi.md +256 -0
- data/docs/LoggingLogentriesResponse.md +23 -0
- data/docs/LoggingLoggly.md +15 -0
- data/docs/LoggingLogglyAllOf.md +10 -0
- data/docs/LoggingLogglyApi.md +244 -0
- data/docs/LoggingLogglyResponse.md +20 -0
- data/docs/LoggingLogshuttle.md +16 -0
- data/docs/LoggingLogshuttleAllOf.md +11 -0
- data/docs/LoggingLogshuttleApi.md +248 -0
- data/docs/LoggingLogshuttleResponse.md +21 -0
- data/docs/LoggingMessageType.md +9 -0
- data/docs/LoggingNewrelic.md +16 -0
- data/docs/LoggingNewrelicAllOf.md +12 -0
- data/docs/LoggingNewrelicApi.md +248 -0
- data/docs/LoggingNewrelicResponse.md +21 -0
- data/docs/LoggingOpenstack.md +25 -0
- data/docs/LoggingOpenstackAllOf.md +15 -0
- data/docs/LoggingOpenstackApi.md +284 -0
- data/docs/LoggingOpenstackResponse.md +30 -0
- data/docs/LoggingPapertrail.md +16 -0
- data/docs/LoggingPapertrailApi.md +248 -0
- data/docs/LoggingPapertrailResponse.md +21 -0
- data/docs/LoggingPlacement.md +9 -0
- data/docs/LoggingPubsubApi.md +260 -0
- data/docs/LoggingRequestCapsCommon.md +11 -0
- data/docs/LoggingS3.md +30 -0
- data/docs/LoggingS3AllOf.md +20 -0
- data/docs/LoggingS3Api.md +304 -0
- data/docs/LoggingS3Response.md +35 -0
- data/docs/LoggingScalyr.md +17 -0
- data/docs/LoggingScalyrAllOf.md +12 -0
- data/docs/LoggingScalyrApi.md +252 -0
- data/docs/LoggingScalyrResponse.md +22 -0
- data/docs/LoggingSftp.md +27 -0
- data/docs/LoggingSftpAllOf.md +16 -0
- data/docs/LoggingSftpApi.md +292 -0
- data/docs/LoggingSftpResponse.md +32 -0
- data/docs/LoggingSplunk.md +23 -0
- data/docs/LoggingSplunkAllOf.md +12 -0
- data/docs/LoggingSplunkApi.md +276 -0
- data/docs/LoggingSplunkResponse.md +28 -0
- data/docs/LoggingSumologic.md +16 -0
- data/docs/LoggingSumologicAllOf.md +11 -0
- data/docs/LoggingSumologicApi.md +248 -0
- data/docs/LoggingSumologicResponse.md +21 -0
- data/docs/LoggingSyslog.md +25 -0
- data/docs/LoggingSyslogAllOf.md +14 -0
- data/docs/LoggingSyslogApi.md +284 -0
- data/docs/LoggingSyslogResponse.md +30 -0
- data/docs/LoggingTlsCommon.md +13 -0
- data/docs/LoggingUseTls.md +9 -0
- data/docs/MutualAuthentication.md +10 -0
- data/docs/MutualAuthenticationApi.md +207 -0
- data/docs/MutualAuthenticationData.md +12 -0
- data/docs/MutualAuthenticationDataAttributes.md +12 -0
- data/docs/MutualAuthenticationResponse.md +10 -0
- data/docs/MutualAuthenticationResponseAttributes.md +13 -0
- data/docs/MutualAuthenticationResponseAttributesAllOf.md +10 -0
- data/docs/MutualAuthenticationResponseData.md +13 -0
- data/docs/MutualAuthenticationResponseDataAllOf.md +11 -0
- data/docs/MutualAuthenticationsResponse.md +12 -0
- data/docs/MutualAuthenticationsResponseAllOf.md +10 -0
- data/docs/Package.md +10 -0
- data/docs/PackageApi.md +98 -0
- data/docs/PackageMetadata.md +15 -0
- data/docs/PackageResponse.md +16 -0
- data/docs/PackageResponseAllOf.md +10 -0
- data/docs/Pagination.md +11 -0
- data/docs/PaginationLinks.md +13 -0
- data/docs/PaginationMeta.md +13 -0
- data/docs/Permission.md +9 -0
- data/docs/Pool.md +30 -0
- data/docs/PoolAllOf.md +25 -0
- data/docs/PoolApi.md +304 -0
- data/docs/PoolResponse.md +36 -0
- data/docs/PoolResponseAllOf.md +10 -0
- data/docs/Pop.md +14 -0
- data/docs/PopApi.md +47 -0
- data/docs/PopCoordinates.md +13 -0
- data/docs/PublicIpList.md +11 -0
- data/docs/PublicIpListApi.md +47 -0
- data/docs/PublishApi.md +54 -0
- data/docs/PublishItem.md +13 -0
- data/docs/PublishItemFormats.md +12 -0
- data/docs/PublishRequest.md +10 -0
- data/docs/PurgeApi.md +178 -0
- data/docs/PurgeKeys.md +10 -0
- data/docs/PurgeResponse.md +11 -0
- data/docs/RateLimiter.md +21 -0
- data/docs/RateLimiterApi.md +130 -0
- data/docs/RateLimiterResponse.md +27 -0
- data/docs/RateLimiterResponse1.md +12 -0
- data/docs/RateLimiterResponseAllOf.md +10 -0
- data/docs/Realtime.md +12 -0
- data/docs/RealtimeApi.md +132 -0
- data/docs/RealtimeEntry.md +12 -0
- data/docs/RealtimeMeasurements.md +218 -0
- data/docs/RelationshipCommonName.md +10 -0
- data/docs/RelationshipCustomer.md +10 -0
- data/docs/RelationshipCustomerCustomer.md +10 -0
- data/docs/RelationshipMemberCustomer.md +11 -0
- data/docs/RelationshipMemberMutualAuthentication.md +11 -0
- data/docs/RelationshipMemberService.md +11 -0
- data/docs/RelationshipMemberServiceInvitation.md +11 -0
- data/docs/RelationshipMemberTlsActivation.md +11 -0
- data/docs/RelationshipMemberTlsBulkCertificate.md +11 -0
- data/docs/RelationshipMemberTlsCertificate.md +11 -0
- data/docs/RelationshipMemberTlsConfiguration.md +11 -0
- data/docs/RelationshipMemberTlsDnsRecord.md +11 -0
- data/docs/RelationshipMemberTlsDomain.md +11 -0
- data/docs/RelationshipMemberTlsPrivateKey.md +11 -0
- data/docs/RelationshipMemberTlsSubscription.md +11 -0
- data/docs/RelationshipMemberWafActiveRule.md +11 -0
- data/docs/RelationshipMemberWafFirewall.md +11 -0
- data/docs/RelationshipMemberWafFirewallVersion.md +11 -0
- data/docs/RelationshipMemberWafRule.md +11 -0
- data/docs/RelationshipMemberWafRuleRevision.md +11 -0
- data/docs/RelationshipMemberWafTag.md +11 -0
- data/docs/RelationshipMutualAuthentication.md +10 -0
- data/docs/RelationshipMutualAuthenticationMutualAuthentication.md +10 -0
- data/docs/RelationshipMutualAuthentications.md +10 -0
- data/docs/RelationshipMutualAuthenticationsMutualAuthentications.md +10 -0
- data/docs/RelationshipService.md +10 -0
- data/docs/RelationshipServiceInvitations.md +10 -0
- data/docs/RelationshipServiceInvitationsCreate.md +10 -0
- data/docs/RelationshipServiceInvitationsCreateServiceInvitations.md +10 -0
- data/docs/RelationshipServiceInvitationsServiceInvitations.md +10 -0
- data/docs/RelationshipServices.md +10 -0
- data/docs/RelationshipServicesServices.md +10 -0
- data/docs/RelationshipTlsActivation.md +10 -0
- data/docs/RelationshipTlsActivationTlsActivation.md +10 -0
- data/docs/RelationshipTlsActivations.md +10 -0
- data/docs/RelationshipTlsBulkCertificate.md +10 -0
- data/docs/RelationshipTlsBulkCertificateTlsBulkCertificate.md +10 -0
- data/docs/RelationshipTlsBulkCertificates.md +10 -0
- data/docs/RelationshipTlsCertificate.md +10 -0
- data/docs/RelationshipTlsCertificateTlsCertificate.md +10 -0
- data/docs/RelationshipTlsCertificates.md +10 -0
- data/docs/RelationshipTlsCertificatesTlsCertificates.md +10 -0
- data/docs/RelationshipTlsConfiguration.md +10 -0
- data/docs/RelationshipTlsConfigurationTlsConfiguration.md +10 -0
- data/docs/RelationshipTlsConfigurations.md +10 -0
- data/docs/RelationshipTlsConfigurationsTlsConfigurations.md +10 -0
- data/docs/RelationshipTlsDnsRecord.md +10 -0
- data/docs/RelationshipTlsDnsRecordDnsRecord.md +10 -0
- data/docs/RelationshipTlsDnsRecords.md +10 -0
- data/docs/RelationshipTlsDomain.md +10 -0
- data/docs/RelationshipTlsDomainTlsDomain.md +10 -0
- data/docs/RelationshipTlsDomains.md +10 -0
- data/docs/RelationshipTlsDomainsTlsDomains.md +10 -0
- data/docs/RelationshipTlsPrivateKey.md +10 -0
- data/docs/RelationshipTlsPrivateKeyTlsPrivateKey.md +10 -0
- data/docs/RelationshipTlsPrivateKeys.md +10 -0
- data/docs/RelationshipTlsPrivateKeysTlsPrivateKeys.md +10 -0
- data/docs/RelationshipTlsSubscription.md +10 -0
- data/docs/RelationshipTlsSubscriptionTlsSubscription.md +10 -0
- data/docs/RelationshipTlsSubscriptions.md +10 -0
- data/docs/RelationshipUser.md +10 -0
- data/docs/RelationshipUserUser.md +10 -0
- data/docs/RelationshipWafActiveRules.md +10 -0
- data/docs/RelationshipWafActiveRulesWafActiveRules.md +10 -0
- data/docs/RelationshipWafFirewall.md +10 -0
- data/docs/RelationshipWafFirewallVersion.md +10 -0
- data/docs/RelationshipWafFirewallVersionWafFirewallVersion.md +10 -0
- data/docs/RelationshipWafFirewallVersions.md +10 -0
- data/docs/RelationshipWafFirewallWafFirewall.md +10 -0
- data/docs/RelationshipWafRule.md +10 -0
- data/docs/RelationshipWafRuleRevision.md +10 -0
- data/docs/RelationshipWafRuleRevisionWafRuleRevisions.md +10 -0
- data/docs/RelationshipWafRuleRevisions.md +10 -0
- data/docs/RelationshipWafRuleWafRule.md +10 -0
- data/docs/RelationshipWafRules.md +10 -0
- data/docs/RelationshipWafTags.md +10 -0
- data/docs/RelationshipWafTagsWafTags.md +10 -0
- data/docs/RelationshipsForInvitation.md +11 -0
- data/docs/RelationshipsForMutualAuthentication.md +10 -0
- data/docs/RelationshipsForStar.md +11 -0
- data/docs/RelationshipsForTlsActivation.md +10 -0
- data/docs/RelationshipsForTlsBulkCertificate.md +11 -0
- data/docs/RelationshipsForTlsConfiguration.md +10 -0
- data/docs/RelationshipsForTlsCsr.md +10 -0
- data/docs/RelationshipsForTlsDomain.md +11 -0
- data/docs/RelationshipsForTlsPrivateKey.md +11 -0
- data/docs/RelationshipsForTlsSubscription.md +12 -0
- data/docs/RelationshipsForWafActiveRule.md +11 -0
- data/docs/RelationshipsForWafExclusion.md +11 -0
- data/docs/RelationshipsForWafFirewallVersion.md +11 -0
- data/docs/RelationshipsForWafRule.md +11 -0
- data/docs/RequestSettings.md +21 -0
- data/docs/RequestSettingsApi.md +204 -0
- data/docs/RequestSettingsResponse.md +26 -0
- data/docs/Resource.md +10 -0
- data/docs/ResourceApi.md +226 -0
- data/docs/ResourceCreate.md +11 -0
- data/docs/ResourceCreateAllOf.md +10 -0
- data/docs/ResourceResponse.md +19 -0
- data/docs/ResourceResponseAllOf.md +14 -0
- data/docs/ResponseObject.md +16 -0
- data/docs/ResponseObjectApi.md +138 -0
- data/docs/ResponseObjectResponse.md +21 -0
- data/docs/Results.md +216 -0
- data/docs/RoleUser.md +9 -0
- data/docs/SchemasContactResponse.md +19 -0
- data/docs/SchemasSnippetResponse.md +20 -0
- data/docs/SchemasUserResponse.md +23 -0
- data/docs/SchemasVclResponse.md +17 -0
- data/docs/SchemasVersion.md +16 -0
- data/docs/SchemasVersionResponse.md +20 -0
- data/docs/SchemasWafFirewallVersion.md +10 -0
- data/docs/SchemasWafFirewallVersionData.md +11 -0
- data/docs/Server.md +16 -0
- data/docs/ServerApi.md +248 -0
- data/docs/ServerResponse.md +22 -0
- data/docs/ServerResponseAllOf.md +12 -0
- data/docs/Service.md +12 -0
- data/docs/ServiceApi.md +338 -0
- data/docs/ServiceAuthorization.md +10 -0
- data/docs/ServiceAuthorizationData.md +12 -0
- data/docs/ServiceAuthorizationDataAttributes.md +10 -0
- data/docs/ServiceAuthorizationDataRelationships.md +11 -0
- data/docs/ServiceAuthorizationDataRelationshipsUser.md +10 -0
- data/docs/ServiceAuthorizationDataRelationshipsUserData.md +11 -0
- data/docs/ServiceAuthorizationResponse.md +10 -0
- data/docs/ServiceAuthorizationResponseData.md +13 -0
- data/docs/ServiceAuthorizationResponseDataAllOf.md +11 -0
- data/docs/ServiceAuthorizationsApi.md +207 -0
- data/docs/ServiceAuthorizationsResponse.md +12 -0
- data/docs/ServiceAuthorizationsResponseAllOf.md +10 -0
- data/docs/ServiceCreate.md +13 -0
- data/docs/ServiceCreateAllOf.md +10 -0
- data/docs/ServiceDetail.md +22 -0
- data/docs/ServiceDetailAllOf.md +11 -0
- data/docs/ServiceIdAndVersion.md +11 -0
- data/docs/ServiceInvitation.md +10 -0
- data/docs/ServiceInvitationData.md +12 -0
- data/docs/ServiceInvitationDataAttributes.md +10 -0
- data/docs/ServiceInvitationDataRelationships.md +10 -0
- data/docs/ServiceInvitationResponse.md +10 -0
- data/docs/ServiceInvitationResponseAllOf.md +10 -0
- data/docs/ServiceInvitationResponseAllOfData.md +11 -0
- data/docs/ServiceListResponse.md +19 -0
- data/docs/ServiceListResponseAllOf.md +12 -0
- data/docs/ServiceResponse.md +20 -0
- data/docs/ServiceResponseAllOf.md +13 -0
- data/docs/ServiceVersionDetail.md +34 -0
- data/docs/ServiceVersionDetailOrNull.md +34 -0
- data/docs/Settings.md +13 -0
- data/docs/SettingsApi.md +54 -0
- data/docs/SettingsResponse.md +15 -0
- data/docs/Snippet.md +14 -0
- data/docs/SnippetApi.md +278 -0
- data/docs/SnippetResponse.md +20 -0
- data/docs/SnippetResponseAllOf.md +10 -0
- data/docs/Star.md +10 -0
- data/docs/StarApi.md +160 -0
- data/docs/StarData.md +11 -0
- data/docs/StarResponse.md +10 -0
- data/docs/StarResponseAllOf.md +10 -0
- data/docs/Stats.md +10 -0
- data/docs/StatsApi.md +60 -0
- data/docs/Timestamps.md +12 -0
- data/docs/TimestampsNoDelete.md +11 -0
- data/docs/TlsActivation.md +10 -0
- data/docs/TlsActivationData.md +11 -0
- data/docs/TlsActivationResponse.md +10 -0
- data/docs/TlsActivationResponseData.md +13 -0
- data/docs/TlsActivationResponseDataAllOf.md +11 -0
- data/docs/TlsActivationsApi.md +217 -0
- data/docs/TlsActivationsResponse.md +12 -0
- data/docs/TlsActivationsResponseAllOf.md +10 -0
- data/docs/TlsBulkCertificate.md +10 -0
- data/docs/TlsBulkCertificateData.md +12 -0
- data/docs/TlsBulkCertificateDataAttributes.md +12 -0
- data/docs/TlsBulkCertificateResponse.md +10 -0
- data/docs/TlsBulkCertificateResponseAttributes.md +15 -0
- data/docs/TlsBulkCertificateResponseAttributesAllOf.md +12 -0
- data/docs/TlsBulkCertificateResponseData.md +13 -0
- data/docs/TlsBulkCertificateResponseDataAllOf.md +11 -0
- data/docs/TlsBulkCertificatesApi.md +211 -0
- data/docs/TlsBulkCertificatesResponse.md +12 -0
- data/docs/TlsBulkCertificatesResponseAllOf.md +10 -0
- data/docs/TlsCertificate.md +10 -0
- data/docs/TlsCertificateData.md +12 -0
- data/docs/TlsCertificateDataAttributes.md +11 -0
- data/docs/TlsCertificateResponse.md +10 -0
- data/docs/TlsCertificateResponseAttributes.md +19 -0
- data/docs/TlsCertificateResponseAttributesAllOf.md +16 -0
- data/docs/TlsCertificateResponseData.md +13 -0
- data/docs/TlsCertificateResponseDataAllOf.md +11 -0
- data/docs/TlsCertificatesApi.md +215 -0
- data/docs/TlsCertificatesResponse.md +12 -0
- data/docs/TlsCertificatesResponseAllOf.md +10 -0
- data/docs/TlsCommon.md +14 -0
- data/docs/TlsConfiguration.md +10 -0
- data/docs/TlsConfigurationData.md +12 -0
- data/docs/TlsConfigurationDataAttributes.md +10 -0
- data/docs/TlsConfigurationResponse.md +10 -0
- data/docs/TlsConfigurationResponseAttributes.md +16 -0
- data/docs/TlsConfigurationResponseAttributesAllOf.md +13 -0
- data/docs/TlsConfigurationResponseData.md +13 -0
- data/docs/TlsConfigurationResponseDataAllOf.md +11 -0
- data/docs/TlsConfigurationsApi.md +138 -0
- data/docs/TlsConfigurationsResponse.md +12 -0
- data/docs/TlsConfigurationsResponseAllOf.md +10 -0
- data/docs/TlsCsr.md +10 -0
- data/docs/TlsCsrData.md +12 -0
- data/docs/TlsCsrDataAttributes.md +19 -0
- data/docs/TlsCsrResponse.md +10 -0
- data/docs/TlsCsrResponseAttributes.md +10 -0
- data/docs/TlsCsrResponseData.md +13 -0
- data/docs/TlsCsrsApi.md +52 -0
- data/docs/TlsDnsRecord.md +12 -0
- data/docs/TlsDomainData.md +12 -0
- data/docs/TlsDomainsApi.md +64 -0
- data/docs/TlsDomainsResponse.md +12 -0
- data/docs/TlsDomainsResponseAllOf.md +10 -0
- data/docs/TlsPrivateKey.md +10 -0
- data/docs/TlsPrivateKeyData.md +12 -0
- data/docs/TlsPrivateKeyDataAttributes.md +11 -0
- data/docs/TlsPrivateKeyResponse.md +10 -0
- data/docs/TlsPrivateKeyResponseAttributes.md +17 -0
- data/docs/TlsPrivateKeyResponseAttributesAllOf.md +14 -0
- data/docs/TlsPrivateKeyResponseData.md +12 -0
- data/docs/TlsPrivateKeysApi.md +169 -0
- data/docs/TlsPrivateKeysResponse.md +12 -0
- data/docs/TlsPrivateKeysResponseAllOf.md +10 -0
- data/docs/TlsSubscription.md +10 -0
- data/docs/TlsSubscriptionData.md +12 -0
- data/docs/TlsSubscriptionDataAttributes.md +10 -0
- data/docs/TlsSubscriptionResponse.md +10 -0
- data/docs/TlsSubscriptionResponseAttributes.md +13 -0
- data/docs/TlsSubscriptionResponseAttributesAllOf.md +10 -0
- data/docs/TlsSubscriptionResponseData.md +11 -0
- data/docs/TlsSubscriptionResponseDataAllOf.md +11 -0
- data/docs/TlsSubscriptionsApi.md +306 -0
- data/docs/TlsSubscriptionsResponse.md +12 -0
- data/docs/TlsSubscriptionsResponseAllOf.md +10 -0
- data/docs/Token.md +12 -0
- data/docs/TokenCreatedResponse.md +22 -0
- data/docs/TokenCreatedResponseAllOf.md +10 -0
- data/docs/TokenResponse.md +21 -0
- data/docs/TokenResponseAllOf.md +16 -0
- data/docs/TokensApi.md +187 -0
- data/docs/TypeBillingAddress.md +9 -0
- data/docs/TypeContact.md +9 -0
- data/docs/TypeCustomer.md +9 -0
- data/docs/TypeEvent.md +9 -0
- data/docs/TypeInvitation.md +9 -0
- data/docs/TypeMutualAuthentication.md +9 -0
- data/docs/TypeResource.md +9 -0
- data/docs/TypeService.md +9 -0
- data/docs/TypeServiceAuthorization.md +9 -0
- data/docs/TypeServiceInvitation.md +9 -0
- data/docs/TypeStar.md +9 -0
- data/docs/TypeTlsActivation.md +9 -0
- data/docs/TypeTlsBulkCertificate.md +9 -0
- data/docs/TypeTlsCertificate.md +9 -0
- data/docs/TypeTlsConfiguration.md +9 -0
- data/docs/TypeTlsCsr.md +9 -0
- data/docs/TypeTlsDnsRecord.md +9 -0
- data/docs/TypeTlsDomain.md +9 -0
- data/docs/TypeTlsPrivateKey.md +9 -0
- data/docs/TypeTlsSubscription.md +9 -0
- data/docs/TypeUser.md +9 -0
- data/docs/TypeWafActiveRule.md +9 -0
- data/docs/TypeWafExclusion.md +9 -0
- data/docs/TypeWafFirewall.md +9 -0
- data/docs/TypeWafFirewallVersion.md +9 -0
- data/docs/TypeWafRule.md +9 -0
- data/docs/TypeWafRuleRevision.md +9 -0
- data/docs/TypeWafTag.md +9 -0
- data/docs/UpdateBillingAddressRequest.md +11 -0
- data/docs/UpdateBillingAddressRequestData.md +12 -0
- data/docs/User.md +17 -0
- data/docs/UserApi.md +307 -0
- data/docs/UserResponse.md +23 -0
- data/docs/UserResponseAllOf.md +12 -0
- data/docs/ValidatorResult.md +14 -0
- data/docs/ValidatorResultMessages.md +13 -0
- data/docs/Vcl.md +12 -0
- data/docs/VclApi.md +556 -0
- data/docs/VclDiff.md +13 -0
- data/docs/VclDiffApi.md +58 -0
- data/docs/VclResponse.md +17 -0
- data/docs/Version.md +16 -0
- data/docs/VersionApi.md +384 -0
- data/docs/VersionCreateResponse.md +11 -0
- data/docs/VersionDetail.md +23 -0
- data/docs/VersionDetailSettings.md +13 -0
- data/docs/VersionResponse.md +20 -0
- data/docs/VersionResponseAllOf.md +10 -0
- data/docs/WafActiveRule.md +10 -0
- data/docs/WafActiveRuleCreationResponse.md +49 -0
- data/docs/WafActiveRuleData.md +12 -0
- data/docs/WafActiveRuleDataAttributes.md +12 -0
- data/docs/WafActiveRuleResponse.md +10 -0
- data/docs/WafActiveRuleResponseData.md +13 -0
- data/docs/WafActiveRuleResponseDataAllOf.md +12 -0
- data/docs/WafActiveRuleResponseDataAttributes.md +14 -0
- data/docs/WafActiveRuleResponseDataAttributesAllOf.md +11 -0
- data/docs/WafActiveRuleResponseDataRelationships.md +11 -0
- data/docs/WafActiveRulesApi.md +323 -0
- data/docs/WafActiveRulesResponse.md +13 -0
- data/docs/WafActiveRulesResponseAllOf.md +11 -0
- data/docs/WafExclusion.md +10 -0
- data/docs/WafExclusionData.md +12 -0
- data/docs/WafExclusionDataAttributes.md +15 -0
- data/docs/WafExclusionResponse.md +10 -0
- data/docs/WafExclusionResponseData.md +13 -0
- data/docs/WafExclusionResponseDataAllOf.md +12 -0
- data/docs/WafExclusionResponseDataAttributes.md +18 -0
- data/docs/WafExclusionResponseDataAttributesAllOf.md +15 -0
- data/docs/WafExclusionResponseDataRelationships.md +11 -0
- data/docs/WafExclusionsApi.md +235 -0
- data/docs/WafExclusionsResponse.md +13 -0
- data/docs/WafExclusionsResponseAllOf.md +11 -0
- data/docs/WafFirewall.md +10 -0
- data/docs/WafFirewallData.md +11 -0
- data/docs/WafFirewallDataAttributes.md +13 -0
- data/docs/WafFirewallResponse.md +11 -0
- data/docs/WafFirewallResponseData.md +13 -0
- data/docs/WafFirewallResponseDataAllOf.md +12 -0
- data/docs/WafFirewallResponseDataAttributes.md +21 -0
- data/docs/WafFirewallResponseDataAttributesAllOf.md +18 -0
- data/docs/WafFirewallVersion.md +10 -0
- data/docs/WafFirewallVersionData.md +11 -0
- data/docs/WafFirewallVersionDataAttributes.md +40 -0
- data/docs/WafFirewallVersionResponse.md +11 -0
- data/docs/WafFirewallVersionResponseData.md +13 -0
- data/docs/WafFirewallVersionResponseDataAllOf.md +12 -0
- data/docs/WafFirewallVersionResponseDataAttributes.md +24 -0
- data/docs/WafFirewallVersionResponseDataAttributesAllOf.md +21 -0
- data/docs/WafFirewallVersionsApi.md +262 -0
- data/docs/WafFirewallVersionsResponse.md +13 -0
- data/docs/WafFirewallVersionsResponseAllOf.md +11 -0
- data/docs/WafFirewallsApi.md +219 -0
- data/docs/WafFirewallsResponse.md +13 -0
- data/docs/WafFirewallsResponseAllOf.md +11 -0
- data/docs/WafRule.md +12 -0
- data/docs/WafRuleAttributes.md +12 -0
- data/docs/WafRuleResponse.md +11 -0
- data/docs/WafRuleResponseData.md +13 -0
- data/docs/WafRuleResponseDataAllOf.md +10 -0
- data/docs/WafRuleRevision.md +12 -0
- data/docs/WafRuleRevisionAttributes.md +17 -0
- data/docs/WafRuleRevisionOrLatest.md +49 -0
- data/docs/WafRuleRevisionResponse.md +11 -0
- data/docs/WafRuleRevisionResponseData.md +13 -0
- data/docs/WafRuleRevisionResponseDataAllOf.md +10 -0
- data/docs/WafRuleRevisionsApi.md +100 -0
- data/docs/WafRuleRevisionsResponse.md +13 -0
- data/docs/WafRuleRevisionsResponseAllOf.md +11 -0
- data/docs/WafRulesApi.md +104 -0
- data/docs/WafRulesResponse.md +13 -0
- data/docs/WafRulesResponseAllOf.md +11 -0
- data/docs/WafTag.md +12 -0
- data/docs/WafTagAttributes.md +10 -0
- data/docs/WafTagsApi.md +58 -0
- data/docs/WafTagsResponse.md +13 -0
- data/docs/WafTagsResponseAllOf.md +11 -0
- data/docs/WafTagsResponseDataItem.md +13 -0
- data/docs/WsMessageFormat.md +11 -0
- data/fastly.gemspec +28 -14
- data/lib/fastly/api/acl_api.rb +407 -0
- data/lib/fastly/api/acl_entry_api.rb +174 -0
- data/lib/fastly/api/apex_redirect_api.rb +320 -0
- data/lib/fastly/api/automation_tokens_api.rb +340 -0
- data/lib/fastly/api/backend_api.rb +581 -0
- data/lib/fastly/api/billing_address_api.rb +284 -0
- data/lib/fastly/api/billing_api.rb +229 -0
- data/lib/fastly/api/cache_settings_api.rb +439 -0
- data/lib/fastly/api/condition_api.rb +451 -0
- data/lib/fastly/api/contact_api.rb +153 -0
- data/lib/fastly/api/customer_api.rb +409 -0
- data/lib/fastly/api/dictionary_api.rb +413 -0
- data/lib/fastly/api/dictionary_info_api.rb +97 -0
- data/lib/fastly/api/dictionary_item_api.rb +525 -0
- data/lib/fastly/api/diff_api.rb +104 -0
- data/lib/fastly/api/director_api.rb +355 -0
- data/lib/fastly/api/director_backend_api.rb +272 -0
- data/lib/fastly/api/domain_api.rb +560 -0
- data/lib/fastly/api/enabled_products_api.rb +228 -0
- data/lib/fastly/api/events_api.rb +175 -0
- data/lib/fastly/api/gzip_api.rb +425 -0
- data/lib/fastly/api/header_api.rb +489 -0
- data/lib/fastly/api/healthcheck_api.rb +479 -0
- data/lib/fastly/api/historical_api.rb +673 -0
- data/lib/fastly/api/http3_api.rb +257 -0
- data/lib/fastly/api/iam_permissions_api.rb +76 -0
- data/lib/fastly/api/iam_roles_api.rb +277 -0
- data/lib/fastly/api/iam_service_groups_api.rb +291 -0
- data/lib/fastly/api/iam_user_groups_api.rb +445 -0
- data/lib/fastly/api/invitations_api.rb +214 -0
- data/lib/fastly/api/logging_azureblob_api.rb +537 -0
- data/lib/fastly/api/logging_bigquery_api.rb +489 -0
- data/lib/fastly/api/logging_cloudfiles_api.rb +537 -0
- data/lib/fastly/api/logging_datadog_api.rb +467 -0
- data/lib/fastly/api/logging_digitalocean_api.rb +529 -0
- data/lib/fastly/api/logging_elasticsearch_api.rb +513 -0
- data/lib/fastly/api/logging_ftp_api.rb +541 -0
- data/lib/fastly/api/logging_gcs_api.rb +535 -0
- data/lib/fastly/api/logging_heroku_api.rb +459 -0
- data/lib/fastly/api/logging_honeycomb_api.rb +459 -0
- data/lib/fastly/api/logging_https_api.rb +541 -0
- data/lib/fastly/api/logging_kafka_api.rb +396 -0
- data/lib/fastly/api/logging_kinesis_api.rb +346 -0
- data/lib/fastly/api/logging_logentries_api.rb +479 -0
- data/lib/fastly/api/logging_loggly_api.rb +453 -0
- data/lib/fastly/api/logging_logshuttle_api.rb +459 -0
- data/lib/fastly/api/logging_newrelic_api.rb +467 -0
- data/lib/fastly/api/logging_openstack_api.rb +529 -0
- data/lib/fastly/api/logging_papertrail_api.rb +459 -0
- data/lib/fastly/api/logging_pubsub_api.rb +477 -0
- data/lib/fastly/api/logging_s3_api.rb +559 -0
- data/lib/fastly/api/logging_scalyr_api.rb +473 -0
- data/lib/fastly/api/logging_sftp_api.rb +541 -0
- data/lib/fastly/api/logging_splunk_api.rb +501 -0
- data/lib/fastly/api/logging_sumologic_api.rb +459 -0
- data/lib/fastly/api/logging_syslog_api.rb +513 -0
- data/lib/fastly/api/mutual_authentication_api.rb +347 -0
- data/lib/fastly/api/package_api.rb +171 -0
- data/lib/fastly/api/pool_api.rb +559 -0
- data/lib/fastly/api/pop_api.rb +76 -0
- data/lib/fastly/api/public_ip_list_api.rb +76 -0
- data/lib/fastly/api/publish_api.rb +90 -0
- data/lib/fastly/api/purge_api.rb +298 -0
- data/lib/fastly/api/rate_limiter_api.rb +216 -0
- data/lib/fastly/api/realtime_api.rb +223 -0
- data/lib/fastly/api/request_settings_api.rb +370 -0
- data/lib/fastly/api/resource_api.rb +410 -0
- data/lib/fastly/api/response_object_api.rb +244 -0
- data/lib/fastly/api/server_api.rb +459 -0
- data/lib/fastly/api/service_api.rb +577 -0
- data/lib/fastly/api/service_authorizations_api.rb +347 -0
- data/lib/fastly/api/settings_api.rb +90 -0
- data/lib/fastly/api/snippet_api.rb +510 -0
- data/lib/fastly/api/star_api.rb +263 -0
- data/lib/fastly/api/stats_api.rb +95 -0
- data/lib/fastly/api/tls_activations_api.rb +362 -0
- data/lib/fastly/api/tls_bulk_certificates_api.rb +357 -0
- data/lib/fastly/api/tls_certificates_api.rb +363 -0
- data/lib/fastly/api/tls_configurations_api.rb +232 -0
- data/lib/fastly/api/tls_csrs_api.rb +83 -0
- data/lib/fastly/api/tls_domains_api.rb +109 -0
- data/lib/fastly/api/tls_private_keys_api.rb +280 -0
- data/lib/fastly/api/tls_subscriptions_api.rb +527 -0
- data/lib/fastly/api/tokens_api.rb +314 -0
- data/lib/fastly/api/user_api.rb +509 -0
- data/lib/fastly/api/vcl_api.rb +1006 -0
- data/lib/fastly/api/vcl_diff_api.rb +104 -0
- data/lib/fastly/api/version_api.rb +662 -0
- data/lib/fastly/api/waf_active_rules_api.rb +592 -0
- data/lib/fastly/api/waf_exclusions_api.rb +433 -0
- data/lib/fastly/api/waf_firewall_versions_api.rb +460 -0
- data/lib/fastly/api/waf_firewalls_api.rb +377 -0
- data/lib/fastly/api/waf_rule_revisions_api.rb +177 -0
- data/lib/fastly/api/waf_rules_api.rb +171 -0
- data/lib/fastly/api/waf_tags_api.rb +100 -0
- data/lib/fastly/api_client.rb +404 -0
- data/lib/fastly/api_error.rb +55 -0
- data/lib/fastly/configuration.rb +319 -0
- data/lib/fastly/models/acl.rb +217 -0
- data/lib/fastly/models/acl_entry.rb +285 -0
- data/lib/fastly/models/acl_entry_response.rb +354 -0
- data/lib/fastly/models/acl_entry_response_all_of.rb +234 -0
- data/lib/fastly/models/acl_response.rb +287 -0
- data/lib/fastly/models/acl_response_all_of.rb +216 -0
- data/lib/fastly/models/apex_redirect.rb +363 -0
- data/lib/fastly/models/apex_redirect_all_of.rb +303 -0
- data/lib/fastly/models/automation_token.rb +307 -0
- data/lib/fastly/models/automation_token_create_request.rb +216 -0
- data/lib/fastly/models/automation_token_create_request_attributes.rb +317 -0
- data/lib/fastly/models/automation_token_create_response.rb +416 -0
- data/lib/fastly/models/automation_token_create_response_all_of.rb +285 -0
- data/lib/fastly/models/automation_token_response.rb +394 -0
- data/lib/fastly/models/automation_token_response_all_of.rb +295 -0
- data/lib/fastly/models/aws_region.rb +56 -0
- data/lib/fastly/models/backend.rb +527 -0
- data/lib/fastly/models/backend_response.rb +598 -0
- data/lib/fastly/models/backend_response_all_of.rb +217 -0
- data/lib/fastly/models/billing.rb +287 -0
- data/lib/fastly/models/billing_address_attributes.rb +325 -0
- data/lib/fastly/models/billing_address_request.rb +226 -0
- data/lib/fastly/models/billing_address_request_data.rb +227 -0
- data/lib/fastly/models/billing_address_response.rb +216 -0
- data/lib/fastly/models/billing_address_response_data.rb +246 -0
- data/lib/fastly/models/billing_address_verification_error_response.rb +218 -0
- data/lib/fastly/models/billing_address_verification_error_response_errors.rb +275 -0
- data/lib/fastly/models/billing_estimate_response.rb +306 -0
- data/lib/fastly/models/billing_estimate_response_all_of.rb +218 -0
- data/lib/fastly/models/billing_estimate_response_all_of_line.rb +288 -0
- data/lib/fastly/models/billing_estimate_response_all_of_lines.rb +216 -0
- data/lib/fastly/models/billing_response.rb +306 -0
- data/lib/fastly/models/billing_response_all_of.rb +218 -0
- data/lib/fastly/models/billing_response_line_item.rb +406 -0
- data/lib/fastly/models/billing_response_line_item_all_of.rb +365 -0
- data/lib/fastly/models/billing_status.rb +260 -0
- data/lib/fastly/models/billing_total.rb +371 -0
- data/lib/fastly/models/billing_total_extras.rb +237 -0
- data/lib/fastly/models/bulk_update_acl_entries_request.rb +218 -0
- data/lib/fastly/models/bulk_update_acl_entry.rb +323 -0
- data/lib/fastly/models/bulk_update_acl_entry_all_of.rb +259 -0
- data/lib/fastly/models/bulk_update_dictionary_item.rb +278 -0
- data/lib/fastly/models/bulk_update_dictionary_item_all_of.rb +250 -0
- data/lib/fastly/models/bulk_update_dictionary_list_request.rb +218 -0
- data/lib/fastly/models/bulk_waf_active_rules.rb +218 -0
- data/lib/fastly/models/cache_setting.rb +293 -0
- data/lib/fastly/models/cache_setting_response.rb +353 -0
- data/lib/fastly/models/condition.rb +313 -0
- data/lib/fastly/models/condition_response.rb +354 -0
- data/lib/fastly/models/contact.rb +306 -0
- data/lib/fastly/models/contact_response.rb +357 -0
- data/lib/fastly/models/contact_response_all_of.rb +216 -0
- data/lib/fastly/models/content.rb +261 -0
- data/lib/fastly/models/customer.rb +488 -0
- data/lib/fastly/models/customer_response.rb +539 -0
- data/lib/fastly/models/customer_response_all_of.rb +216 -0
- data/lib/fastly/models/dictionary.rb +229 -0
- data/lib/fastly/models/dictionary_info_response.rb +237 -0
- data/lib/fastly/models/dictionary_item.rb +227 -0
- data/lib/fastly/models/dictionary_item_response.rb +287 -0
- data/lib/fastly/models/dictionary_item_response_all_of.rb +225 -0
- data/lib/fastly/models/dictionary_response.rb +299 -0
- data/lib/fastly/models/dictionary_response_all_of.rb +216 -0
- data/lib/fastly/models/diff_response.rb +247 -0
- data/lib/fastly/models/director.rb +357 -0
- data/lib/fastly/models/director_backend.rb +287 -0
- data/lib/fastly/models/director_backend_all_of.rb +227 -0
- data/lib/fastly/models/director_response.rb +417 -0
- data/lib/fastly/models/domain.rb +228 -0
- data/lib/fastly/models/domain_check_item.rb +249 -0
- data/lib/fastly/models/domain_response.rb +288 -0
- data/lib/fastly/models/enabled_product.rb +234 -0
- data/lib/fastly/models/enabled_product_links.rb +225 -0
- data/lib/fastly/models/enabled_product_product.rb +225 -0
- data/lib/fastly/models/error_response.rb +218 -0
- data/lib/fastly/models/error_response_data.rb +225 -0
- data/lib/fastly/models/event.rb +236 -0
- data/lib/fastly/models/event_attributes.rb +338 -0
- data/lib/fastly/models/event_response.rb +216 -0
- data/lib/fastly/models/events_response.rb +244 -0
- data/lib/fastly/models/events_response_all_of.rb +218 -0
- data/lib/fastly/models/generic_token_error.rb +216 -0
- data/lib/fastly/models/gzip.rb +250 -0
- data/lib/fastly/models/gzip_response.rb +310 -0
- data/lib/fastly/models/header.rb +381 -0
- data/lib/fastly/models/header_response.rb +441 -0
- data/lib/fastly/models/healthcheck.rb +340 -0
- data/lib/fastly/models/healthcheck_response.rb +400 -0
- data/lib/fastly/models/historical.rb +237 -0
- data/lib/fastly/models/historical_aggregate_response.rb +256 -0
- data/lib/fastly/models/historical_aggregate_response_all_of.rb +218 -0
- data/lib/fastly/models/historical_field_aggregate_response.rb +256 -0
- data/lib/fastly/models/historical_field_aggregate_response_all_of.rb +218 -0
- data/lib/fastly/models/historical_field_response.rb +256 -0
- data/lib/fastly/models/historical_field_response_all_of.rb +218 -0
- data/lib/fastly/models/historical_meta.rb +244 -0
- data/lib/fastly/models/historical_regions_response.rb +256 -0
- data/lib/fastly/models/historical_regions_response_all_of.rb +218 -0
- data/lib/fastly/models/historical_response.rb +257 -0
- data/lib/fastly/models/historical_response_all_of.rb +219 -0
- data/lib/fastly/models/historical_usage_aggregate_response.rb +254 -0
- data/lib/fastly/models/historical_usage_month_response.rb +254 -0
- data/lib/fastly/models/historical_usage_month_response_all_of.rb +216 -0
- data/lib/fastly/models/historical_usage_month_response_all_of_data.rb +236 -0
- data/lib/fastly/models/historical_usage_results.rb +234 -0
- data/lib/fastly/models/historical_usage_service_response.rb +254 -0
- data/lib/fastly/models/historical_usage_service_response_all_of.rb +216 -0
- data/lib/fastly/models/http3.rb +292 -0
- data/lib/fastly/models/http3_all_of.rb +232 -0
- data/lib/fastly/models/http_response_format.rb +262 -0
- data/lib/fastly/models/http_stream_format.rb +228 -0
- data/lib/fastly/models/iam_permission.rb +277 -0
- data/lib/fastly/models/iam_role.rb +297 -0
- data/lib/fastly/models/iam_role_all_of.rb +267 -0
- data/lib/fastly/models/iam_service_group.rb +287 -0
- data/lib/fastly/models/iam_service_group_all_of.rb +257 -0
- data/lib/fastly/models/iam_user_group.rb +297 -0
- data/lib/fastly/models/iam_user_group_all_of.rb +267 -0
- data/lib/fastly/models/included_with_waf_active_rule_item.rb +266 -0
- data/lib/fastly/models/included_with_waf_exclusion_item.rb +257 -0
- data/lib/fastly/models/included_with_waf_firewall_version_item.rb +236 -0
- data/lib/fastly/models/included_with_waf_rule_item.rb +257 -0
- data/lib/fastly/models/inline_object.rb +221 -0
- data/lib/fastly/models/inline_object1.rb +221 -0
- data/lib/fastly/models/inline_response200.rb +217 -0
- data/lib/fastly/models/inline_response2001.rb +219 -0
- data/lib/fastly/models/invitation.rb +216 -0
- data/lib/fastly/models/invitation_data.rb +236 -0
- data/lib/fastly/models/invitation_data_attributes.rb +280 -0
- data/lib/fastly/models/invitation_response.rb +224 -0
- data/lib/fastly/models/invitation_response_all_of.rb +216 -0
- data/lib/fastly/models/invitation_response_data.rb +253 -0
- data/lib/fastly/models/invitation_response_data_all_of.rb +234 -0
- data/lib/fastly/models/invitations_response.rb +244 -0
- data/lib/fastly/models/invitations_response_all_of.rb +218 -0
- data/lib/fastly/models/logging_address_and_port.rb +229 -0
- data/lib/fastly/models/logging_azureblob.rb +480 -0
- data/lib/fastly/models/logging_azureblob_all_of.rb +288 -0
- data/lib/fastly/models/logging_azureblob_response.rb +531 -0
- data/lib/fastly/models/logging_bigquery.rb +387 -0
- data/lib/fastly/models/logging_bigquery_all_of.rb +268 -0
- data/lib/fastly/models/logging_bigquery_response.rb +438 -0
- data/lib/fastly/models/logging_cloudfiles.rb +478 -0
- data/lib/fastly/models/logging_cloudfiles_all_of.rb +308 -0
- data/lib/fastly/models/logging_cloudfiles_response.rb +529 -0
- data/lib/fastly/models/logging_common.rb +309 -0
- data/lib/fastly/models/logging_datadog.rb +351 -0
- data/lib/fastly/models/logging_datadog_all_of.rb +275 -0
- data/lib/fastly/models/logging_datadog_response.rb +403 -0
- data/lib/fastly/models/logging_digitalocean.rb +467 -0
- data/lib/fastly/models/logging_digitalocean_all_of.rb +275 -0
- data/lib/fastly/models/logging_digitalocean_response.rb +518 -0
- data/lib/fastly/models/logging_elasticsearch.rb +446 -0
- data/lib/fastly/models/logging_elasticsearch_all_of.rb +270 -0
- data/lib/fastly/models/logging_elasticsearch_response.rb +496 -0
- data/lib/fastly/models/logging_format_version.rb +35 -0
- data/lib/fastly/models/logging_ftp.rb +484 -0
- data/lib/fastly/models/logging_ftp_all_of.rb +292 -0
- data/lib/fastly/models/logging_ftp_response.rb +535 -0
- data/lib/fastly/models/logging_gcs.rb +473 -0
- data/lib/fastly/models/logging_gcs_all_of.rb +250 -0
- data/lib/fastly/models/logging_gcs_common.rb +237 -0
- data/lib/fastly/models/logging_gcs_response.rb +523 -0
- data/lib/fastly/models/logging_generic_common.rb +310 -0
- data/lib/fastly/models/logging_google_pubsub.rb +368 -0
- data/lib/fastly/models/logging_google_pubsub_all_of.rb +239 -0
- data/lib/fastly/models/logging_google_pubsub_response.rb +419 -0
- data/lib/fastly/models/logging_heroku.rb +337 -0
- data/lib/fastly/models/logging_heroku_all_of.rb +227 -0
- data/lib/fastly/models/logging_heroku_response.rb +389 -0
- data/lib/fastly/models/logging_honeycomb.rb +335 -0
- data/lib/fastly/models/logging_honeycomb_all_of.rb +237 -0
- data/lib/fastly/models/logging_honeycomb_response.rb +387 -0
- data/lib/fastly/models/logging_https.rb +501 -0
- data/lib/fastly/models/logging_https_all_of.rb +371 -0
- data/lib/fastly/models/logging_https_response.rb +551 -0
- data/lib/fastly/models/logging_kafka.rb +512 -0
- data/lib/fastly/models/logging_kafka_all_of.rb +371 -0
- data/lib/fastly/models/logging_kafka_response.rb +563 -0
- data/lib/fastly/models/logging_kinesis.rb +302 -0
- data/lib/fastly/models/logging_kinesis_response.rb +362 -0
- data/lib/fastly/models/logging_logentries.rb +372 -0
- data/lib/fastly/models/logging_logentries_all_of.rb +284 -0
- data/lib/fastly/models/logging_logentries_response.rb +424 -0
- data/lib/fastly/models/logging_loggly.rb +327 -0
- data/lib/fastly/models/logging_loggly_all_of.rb +217 -0
- data/lib/fastly/models/logging_loggly_response.rb +379 -0
- data/lib/fastly/models/logging_logshuttle.rb +338 -0
- data/lib/fastly/models/logging_logshuttle_all_of.rb +228 -0
- data/lib/fastly/models/logging_logshuttle_response.rb +390 -0
- data/lib/fastly/models/logging_message_type.rb +37 -0
- data/lib/fastly/models/logging_newrelic.rb +351 -0
- data/lib/fastly/models/logging_newrelic_all_of.rb +275 -0
- data/lib/fastly/models/logging_newrelic_response.rb +403 -0
- data/lib/fastly/models/logging_openstack.rb +465 -0
- data/lib/fastly/models/logging_openstack_all_of.rb +273 -0
- data/lib/fastly/models/logging_openstack_response.rb +516 -0
- data/lib/fastly/models/logging_papertrail.rb +339 -0
- data/lib/fastly/models/logging_papertrail_response.rb +391 -0
- data/lib/fastly/models/logging_placement.rb +36 -0
- data/lib/fastly/models/logging_request_caps_common.rb +231 -0
- data/lib/fastly/models/logging_s3.rb +527 -0
- data/lib/fastly/models/logging_s3_all_of.rb +335 -0
- data/lib/fastly/models/logging_s3_response.rb +578 -0
- data/lib/fastly/models/logging_scalyr.rb +363 -0
- data/lib/fastly/models/logging_scalyr_all_of.rb +275 -0
- data/lib/fastly/models/logging_scalyr_response.rb +415 -0
- data/lib/fastly/models/logging_sftp.rb +491 -0
- data/lib/fastly/models/logging_sftp_all_of.rb +288 -0
- data/lib/fastly/models/logging_sftp_response.rb +541 -0
- data/lib/fastly/models/logging_splunk.rb +426 -0
- data/lib/fastly/models/logging_splunk_all_of.rb +238 -0
- data/lib/fastly/models/logging_splunk_response.rb +476 -0
- data/lib/fastly/models/logging_sumologic.rb +338 -0
- data/lib/fastly/models/logging_sumologic_all_of.rb +228 -0
- data/lib/fastly/models/logging_sumologic_response.rb +390 -0
- data/lib/fastly/models/logging_syslog.rb +449 -0
- data/lib/fastly/models/logging_syslog_all_of.rb +263 -0
- data/lib/fastly/models/logging_syslog_response.rb +499 -0
- data/lib/fastly/models/logging_tls_common.rb +259 -0
- data/lib/fastly/models/logging_use_tls.rb +35 -0
- data/lib/fastly/models/mutual_authentication.rb +216 -0
- data/lib/fastly/models/mutual_authentication_data.rb +236 -0
- data/lib/fastly/models/mutual_authentication_data_attributes.rb +237 -0
- data/lib/fastly/models/mutual_authentication_response.rb +216 -0
- data/lib/fastly/models/mutual_authentication_response_attributes.rb +258 -0
- data/lib/fastly/models/mutual_authentication_response_attributes_all_of.rb +217 -0
- data/lib/fastly/models/mutual_authentication_response_data.rb +253 -0
- data/lib/fastly/models/mutual_authentication_response_data_all_of.rb +225 -0
- data/lib/fastly/models/mutual_authentications_response.rb +244 -0
- data/lib/fastly/models/mutual_authentications_response_all_of.rb +218 -0
- data/lib/fastly/models/package.rb +216 -0
- data/lib/fastly/models/package_metadata.rb +270 -0
- data/lib/fastly/models/package_response.rb +287 -0
- data/lib/fastly/models/package_response_all_of.rb +217 -0
- data/lib/fastly/models/pagination.rb +225 -0
- data/lib/fastly/models/pagination_links.rb +251 -0
- data/lib/fastly/models/pagination_meta.rb +273 -0
- data/lib/fastly/models/permission.rb +37 -0
- data/lib/fastly/models/pool.rb +527 -0
- data/lib/fastly/models/pool_all_of.rb +443 -0
- data/lib/fastly/models/pool_response.rb +589 -0
- data/lib/fastly/models/pool_response_all_of.rb +216 -0
- data/lib/fastly/models/pop.rb +252 -0
- data/lib/fastly/models/pop_coordinates.rb +243 -0
- data/lib/fastly/models/public_ip_list.rb +231 -0
- data/lib/fastly/models/publish_item.rb +257 -0
- data/lib/fastly/models/publish_item_formats.rb +235 -0
- data/lib/fastly/models/publish_request.rb +225 -0
- data/lib/fastly/models/purge_keys.rb +219 -0
- data/lib/fastly/models/purge_response.rb +225 -0
- data/lib/fastly/models/rate_limiter.rb +536 -0
- data/lib/fastly/models/rate_limiter_response.rb +607 -0
- data/lib/fastly/models/rate_limiter_response1.rb +292 -0
- data/lib/fastly/models/rate_limiter_response_all_of.rb +217 -0
- data/lib/fastly/models/realtime.rb +239 -0
- data/lib/fastly/models/realtime_entry.rb +243 -0
- data/lib/fastly/models/realtime_measurements.rb +2298 -0
- data/lib/fastly/models/relationship_common_name.rb +216 -0
- data/lib/fastly/models/relationship_customer.rb +216 -0
- data/lib/fastly/models/relationship_customer_customer.rb +218 -0
- data/lib/fastly/models/relationship_member_customer.rb +227 -0
- data/lib/fastly/models/relationship_member_mutual_authentication.rb +227 -0
- data/lib/fastly/models/relationship_member_service.rb +227 -0
- data/lib/fastly/models/relationship_member_service_invitation.rb +228 -0
- data/lib/fastly/models/relationship_member_tls_activation.rb +227 -0
- data/lib/fastly/models/relationship_member_tls_bulk_certificate.rb +227 -0
- data/lib/fastly/models/relationship_member_tls_certificate.rb +227 -0
- data/lib/fastly/models/relationship_member_tls_configuration.rb +227 -0
- data/lib/fastly/models/relationship_member_tls_dns_record.rb +227 -0
- data/lib/fastly/models/relationship_member_tls_domain.rb +228 -0
- data/lib/fastly/models/relationship_member_tls_private_key.rb +227 -0
- data/lib/fastly/models/relationship_member_tls_subscription.rb +227 -0
- data/lib/fastly/models/relationship_member_waf_active_rule.rb +227 -0
- data/lib/fastly/models/relationship_member_waf_firewall.rb +227 -0
- data/lib/fastly/models/relationship_member_waf_firewall_version.rb +228 -0
- data/lib/fastly/models/relationship_member_waf_rule.rb +227 -0
- data/lib/fastly/models/relationship_member_waf_rule_revision.rb +228 -0
- data/lib/fastly/models/relationship_member_waf_tag.rb +228 -0
- data/lib/fastly/models/relationship_mutual_authentication.rb +216 -0
- data/lib/fastly/models/relationship_mutual_authentication_mutual_authentication.rb +216 -0
- data/lib/fastly/models/relationship_mutual_authentications.rb +216 -0
- data/lib/fastly/models/relationship_mutual_authentications_mutual_authentications.rb +218 -0
- data/lib/fastly/models/relationship_service.rb +216 -0
- data/lib/fastly/models/relationship_service_invitations.rb +216 -0
- data/lib/fastly/models/relationship_service_invitations_create.rb +216 -0
- data/lib/fastly/models/relationship_service_invitations_create_service_invitations.rb +218 -0
- data/lib/fastly/models/relationship_service_invitations_service_invitations.rb +218 -0
- data/lib/fastly/models/relationship_services.rb +216 -0
- data/lib/fastly/models/relationship_services_services.rb +218 -0
- data/lib/fastly/models/relationship_tls_activation.rb +216 -0
- data/lib/fastly/models/relationship_tls_activation_tls_activation.rb +218 -0
- data/lib/fastly/models/relationship_tls_activations.rb +216 -0
- data/lib/fastly/models/relationship_tls_bulk_certificate.rb +216 -0
- data/lib/fastly/models/relationship_tls_bulk_certificate_tls_bulk_certificate.rb +218 -0
- data/lib/fastly/models/relationship_tls_bulk_certificates.rb +216 -0
- data/lib/fastly/models/relationship_tls_certificate.rb +216 -0
- data/lib/fastly/models/relationship_tls_certificate_tls_certificate.rb +216 -0
- data/lib/fastly/models/relationship_tls_certificates.rb +216 -0
- data/lib/fastly/models/relationship_tls_certificates_tls_certificates.rb +218 -0
- data/lib/fastly/models/relationship_tls_configuration.rb +216 -0
- data/lib/fastly/models/relationship_tls_configuration_tls_configuration.rb +216 -0
- data/lib/fastly/models/relationship_tls_configurations.rb +216 -0
- data/lib/fastly/models/relationship_tls_configurations_tls_configurations.rb +218 -0
- data/lib/fastly/models/relationship_tls_dns_record.rb +216 -0
- data/lib/fastly/models/relationship_tls_dns_record_dns_record.rb +218 -0
- data/lib/fastly/models/relationship_tls_dns_records.rb +216 -0
- data/lib/fastly/models/relationship_tls_domain.rb +216 -0
- data/lib/fastly/models/relationship_tls_domain_tls_domain.rb +216 -0
- data/lib/fastly/models/relationship_tls_domains.rb +216 -0
- data/lib/fastly/models/relationship_tls_domains_tls_domains.rb +218 -0
- data/lib/fastly/models/relationship_tls_private_key.rb +216 -0
- data/lib/fastly/models/relationship_tls_private_key_tls_private_key.rb +216 -0
- data/lib/fastly/models/relationship_tls_private_keys.rb +216 -0
- data/lib/fastly/models/relationship_tls_private_keys_tls_private_keys.rb +218 -0
- data/lib/fastly/models/relationship_tls_subscription.rb +216 -0
- data/lib/fastly/models/relationship_tls_subscription_tls_subscription.rb +218 -0
- data/lib/fastly/models/relationship_tls_subscriptions.rb +216 -0
- data/lib/fastly/models/relationship_user.rb +216 -0
- data/lib/fastly/models/relationship_user_user.rb +216 -0
- data/lib/fastly/models/relationship_waf_active_rules.rb +216 -0
- data/lib/fastly/models/relationship_waf_active_rules_waf_active_rules.rb +218 -0
- data/lib/fastly/models/relationship_waf_firewall.rb +216 -0
- data/lib/fastly/models/relationship_waf_firewall_version.rb +216 -0
- data/lib/fastly/models/relationship_waf_firewall_version_waf_firewall_version.rb +218 -0
- data/lib/fastly/models/relationship_waf_firewall_versions.rb +216 -0
- data/lib/fastly/models/relationship_waf_firewall_waf_firewall.rb +218 -0
- data/lib/fastly/models/relationship_waf_rule.rb +216 -0
- data/lib/fastly/models/relationship_waf_rule_revision.rb +216 -0
- data/lib/fastly/models/relationship_waf_rule_revision_waf_rule_revisions.rb +218 -0
- data/lib/fastly/models/relationship_waf_rule_revisions.rb +216 -0
- data/lib/fastly/models/relationship_waf_rule_waf_rule.rb +218 -0
- data/lib/fastly/models/relationship_waf_rules.rb +216 -0
- data/lib/fastly/models/relationship_waf_tags.rb +216 -0
- data/lib/fastly/models/relationship_waf_tags_waf_tags.rb +218 -0
- data/lib/fastly/models/relationships_for_invitation.rb +245 -0
- data/lib/fastly/models/relationships_for_mutual_authentication.rb +235 -0
- data/lib/fastly/models/relationships_for_star.rb +233 -0
- data/lib/fastly/models/relationships_for_tls_activation.rb +216 -0
- data/lib/fastly/models/relationships_for_tls_bulk_certificate.rb +245 -0
- data/lib/fastly/models/relationships_for_tls_configuration.rb +236 -0
- data/lib/fastly/models/relationships_for_tls_csr.rb +235 -0
- data/lib/fastly/models/relationships_for_tls_domain.rb +246 -0
- data/lib/fastly/models/relationships_for_tls_private_key.rb +245 -0
- data/lib/fastly/models/relationships_for_tls_subscription.rb +256 -0
- data/lib/fastly/models/relationships_for_waf_active_rule.rb +245 -0
- data/lib/fastly/models/relationships_for_waf_exclusion.rb +245 -0
- data/lib/fastly/models/relationships_for_waf_firewall_version.rb +245 -0
- data/lib/fastly/models/relationships_for_waf_rule.rb +245 -0
- data/lib/fastly/models/request_settings.rb +377 -0
- data/lib/fastly/models/request_settings_response.rb +437 -0
- data/lib/fastly/models/resource.rb +217 -0
- data/lib/fastly/models/resource_create.rb +235 -0
- data/lib/fastly/models/resource_create_all_of.rb +217 -0
- data/lib/fastly/models/resource_response.rb +320 -0
- data/lib/fastly/models/resource_response_all_of.rb +258 -0
- data/lib/fastly/models/response_object.rb +284 -0
- data/lib/fastly/models/response_object_response.rb +344 -0
- data/lib/fastly/models/results.rb +2279 -0
- data/lib/fastly/models/role_user.rb +37 -0
- data/lib/fastly/models/schemas_contact_response.rb +357 -0
- data/lib/fastly/models/schemas_snippet_response.rb +375 -0
- data/lib/fastly/models/schemas_user_response.rb +355 -0
- data/lib/fastly/models/schemas_vcl_response.rb +297 -0
- data/lib/fastly/models/schemas_version.rb +286 -0
- data/lib/fastly/models/schemas_version_response.rb +337 -0
- data/lib/fastly/models/schemas_waf_firewall_version.rb +216 -0
- data/lib/fastly/models/schemas_waf_firewall_version_data.rb +227 -0
- data/lib/fastly/models/server.rb +313 -0
- data/lib/fastly/models/server_response.rb +382 -0
- data/lib/fastly/models/server_response_all_of.rb +234 -0
- data/lib/fastly/models/service.rb +238 -0
- data/lib/fastly/models/service_authorization.rb +216 -0
- data/lib/fastly/models/service_authorization_data.rb +236 -0
- data/lib/fastly/models/service_authorization_data_attributes.rb +218 -0
- data/lib/fastly/models/service_authorization_data_relationships.rb +225 -0
- data/lib/fastly/models/service_authorization_data_relationships_user.rb +217 -0
- data/lib/fastly/models/service_authorization_data_relationships_user_data.rb +227 -0
- data/lib/fastly/models/service_authorization_response.rb +216 -0
- data/lib/fastly/models/service_authorization_response_data.rb +253 -0
- data/lib/fastly/models/service_authorization_response_data_all_of.rb +225 -0
- data/lib/fastly/models/service_authorizations_response.rb +244 -0
- data/lib/fastly/models/service_authorizations_response_all_of.rb +218 -0
- data/lib/fastly/models/service_create.rb +290 -0
- data/lib/fastly/models/service_create_all_of.rb +251 -0
- data/lib/fastly/models/service_detail.rb +383 -0
- data/lib/fastly/models/service_detail_all_of.rb +226 -0
- data/lib/fastly/models/service_id_and_version.rb +225 -0
- data/lib/fastly/models/service_invitation.rb +216 -0
- data/lib/fastly/models/service_invitation_data.rb +236 -0
- data/lib/fastly/models/service_invitation_data_attributes.rb +253 -0
- data/lib/fastly/models/service_invitation_data_relationships.rb +217 -0
- data/lib/fastly/models/service_invitation_response.rb +224 -0
- data/lib/fastly/models/service_invitation_response_all_of.rb +216 -0
- data/lib/fastly/models/service_invitation_response_all_of_data.rb +225 -0
- data/lib/fastly/models/service_list_response.rb +355 -0
- data/lib/fastly/models/service_list_response_all_of.rb +238 -0
- data/lib/fastly/models/service_response.rb +365 -0
- data/lib/fastly/models/service_response_all_of.rb +248 -0
- data/lib/fastly/models/service_version_detail.rb +501 -0
- data/lib/fastly/models/service_version_detail_or_null.rb +501 -0
- data/lib/fastly/models/settings.rb +251 -0
- data/lib/fastly/models/settings_response.rb +277 -0
- data/lib/fastly/models/snippet.rb +305 -0
- data/lib/fastly/models/snippet_response.rb +375 -0
- data/lib/fastly/models/snippet_response_all_of.rb +216 -0
- data/lib/fastly/models/star.rb +216 -0
- data/lib/fastly/models/star_data.rb +227 -0
- data/lib/fastly/models/star_response.rb +225 -0
- data/lib/fastly/models/star_response_all_of.rb +217 -0
- data/lib/fastly/models/stats.rb +218 -0
- data/lib/fastly/models/timestamps.rb +240 -0
- data/lib/fastly/models/timestamps_no_delete.rb +229 -0
- data/lib/fastly/models/tls_activation.rb +216 -0
- data/lib/fastly/models/tls_activation_data.rb +227 -0
- data/lib/fastly/models/tls_activation_response.rb +216 -0
- data/lib/fastly/models/tls_activation_response_data.rb +253 -0
- data/lib/fastly/models/tls_activation_response_data_all_of.rb +225 -0
- data/lib/fastly/models/tls_activations_response.rb +244 -0
- data/lib/fastly/models/tls_activations_response_all_of.rb +218 -0
- data/lib/fastly/models/tls_bulk_certificate.rb +216 -0
- data/lib/fastly/models/tls_bulk_certificate_data.rb +236 -0
- data/lib/fastly/models/tls_bulk_certificate_data_attributes.rb +239 -0
- data/lib/fastly/models/tls_bulk_certificate_response.rb +216 -0
- data/lib/fastly/models/tls_bulk_certificate_response_attributes.rb +278 -0
- data/lib/fastly/models/tls_bulk_certificate_response_attributes_all_of.rb +237 -0
- data/lib/fastly/models/tls_bulk_certificate_response_data.rb +253 -0
- data/lib/fastly/models/tls_bulk_certificate_response_data_all_of.rb +225 -0
- data/lib/fastly/models/tls_bulk_certificates_response.rb +244 -0
- data/lib/fastly/models/tls_bulk_certificates_response_all_of.rb +218 -0
- data/lib/fastly/models/tls_certificate.rb +216 -0
- data/lib/fastly/models/tls_certificate_data.rb +236 -0
- data/lib/fastly/models/tls_certificate_data_attributes.rb +227 -0
- data/lib/fastly/models/tls_certificate_response.rb +216 -0
- data/lib/fastly/models/tls_certificate_response_attributes.rb +318 -0
- data/lib/fastly/models/tls_certificate_response_attributes_all_of.rb +277 -0
- data/lib/fastly/models/tls_certificate_response_data.rb +253 -0
- data/lib/fastly/models/tls_certificate_response_data_all_of.rb +225 -0
- data/lib/fastly/models/tls_certificates_response.rb +244 -0
- data/lib/fastly/models/tls_certificates_response_all_of.rb +218 -0
- data/lib/fastly/models/tls_common.rb +305 -0
- data/lib/fastly/models/tls_configuration.rb +216 -0
- data/lib/fastly/models/tls_configuration_data.rb +236 -0
- data/lib/fastly/models/tls_configuration_data_attributes.rb +217 -0
- data/lib/fastly/models/tls_configuration_response.rb +216 -0
- data/lib/fastly/models/tls_configuration_response_attributes.rb +292 -0
- data/lib/fastly/models/tls_configuration_response_attributes_all_of.rb +251 -0
- data/lib/fastly/models/tls_configuration_response_data.rb +253 -0
- data/lib/fastly/models/tls_configuration_response_data_all_of.rb +225 -0
- data/lib/fastly/models/tls_configurations_response.rb +244 -0
- data/lib/fastly/models/tls_configurations_response_all_of.rb +218 -0
- data/lib/fastly/models/tls_csr.rb +216 -0
- data/lib/fastly/models/tls_csr_data.rb +236 -0
- data/lib/fastly/models/tls_csr_data_attributes.rb +314 -0
- data/lib/fastly/models/tls_csr_response.rb +216 -0
- data/lib/fastly/models/tls_csr_response_attributes.rb +217 -0
- data/lib/fastly/models/tls_csr_response_data.rb +245 -0
- data/lib/fastly/models/tls_dns_record.rb +237 -0
- data/lib/fastly/models/tls_domain_data.rb +237 -0
- data/lib/fastly/models/tls_domains_response.rb +244 -0
- data/lib/fastly/models/tls_domains_response_all_of.rb +218 -0
- data/lib/fastly/models/tls_private_key.rb +216 -0
- data/lib/fastly/models/tls_private_key_data.rb +236 -0
- data/lib/fastly/models/tls_private_key_data_attributes.rb +227 -0
- data/lib/fastly/models/tls_private_key_response.rb +216 -0
- data/lib/fastly/models/tls_private_key_response_attributes.rb +298 -0
- data/lib/fastly/models/tls_private_key_response_attributes_all_of.rb +257 -0
- data/lib/fastly/models/tls_private_key_response_data.rb +236 -0
- data/lib/fastly/models/tls_private_keys_response.rb +244 -0
- data/lib/fastly/models/tls_private_keys_response_all_of.rb +218 -0
- data/lib/fastly/models/tls_subscription.rb +216 -0
- data/lib/fastly/models/tls_subscription_data.rb +236 -0
- data/lib/fastly/models/tls_subscription_data_attributes.rb +251 -0
- data/lib/fastly/models/tls_subscription_response.rb +216 -0
- data/lib/fastly/models/tls_subscription_response_attributes.rb +292 -0
- data/lib/fastly/models/tls_subscription_response_attributes_all_of.rb +251 -0
- data/lib/fastly/models/tls_subscription_response_data.rb +232 -0
- data/lib/fastly/models/tls_subscription_response_data_all_of.rb +225 -0
- data/lib/fastly/models/tls_subscriptions_response.rb +244 -0
- data/lib/fastly/models/tls_subscriptions_response_all_of.rb +218 -0
- data/lib/fastly/models/token.rb +275 -0
- data/lib/fastly/models/token_created_response.rb +383 -0
- data/lib/fastly/models/token_created_response_all_of.rb +217 -0
- data/lib/fastly/models/token_response.rb +374 -0
- data/lib/fastly/models/token_response_all_of.rb +275 -0
- data/lib/fastly/models/type_billing_address.rb +34 -0
- data/lib/fastly/models/type_contact.rb +34 -0
- data/lib/fastly/models/type_customer.rb +34 -0
- data/lib/fastly/models/type_event.rb +34 -0
- data/lib/fastly/models/type_invitation.rb +34 -0
- data/lib/fastly/models/type_mutual_authentication.rb +34 -0
- data/lib/fastly/models/type_resource.rb +34 -0
- data/lib/fastly/models/type_service.rb +34 -0
- data/lib/fastly/models/type_service_authorization.rb +34 -0
- data/lib/fastly/models/type_service_invitation.rb +34 -0
- data/lib/fastly/models/type_star.rb +34 -0
- data/lib/fastly/models/type_tls_activation.rb +34 -0
- data/lib/fastly/models/type_tls_bulk_certificate.rb +34 -0
- data/lib/fastly/models/type_tls_certificate.rb +34 -0
- data/lib/fastly/models/type_tls_configuration.rb +34 -0
- data/lib/fastly/models/type_tls_csr.rb +34 -0
- data/lib/fastly/models/type_tls_dns_record.rb +34 -0
- data/lib/fastly/models/type_tls_domain.rb +34 -0
- data/lib/fastly/models/type_tls_private_key.rb +34 -0
- data/lib/fastly/models/type_tls_subscription.rb +34 -0
- data/lib/fastly/models/type_user.rb +34 -0
- data/lib/fastly/models/type_waf_active_rule.rb +34 -0
- data/lib/fastly/models/type_waf_exclusion.rb +34 -0
- data/lib/fastly/models/type_waf_firewall.rb +34 -0
- data/lib/fastly/models/type_waf_firewall_version.rb +34 -0
- data/lib/fastly/models/type_waf_rule.rb +34 -0
- data/lib/fastly/models/type_waf_rule_revision.rb +34 -0
- data/lib/fastly/models/type_waf_tag.rb +34 -0
- data/lib/fastly/models/update_billing_address_request.rb +226 -0
- data/lib/fastly/models/update_billing_address_request_data.rb +237 -0
- data/lib/fastly/models/user.rb +285 -0
- data/lib/fastly/models/user_response.rb +355 -0
- data/lib/fastly/models/user_response_all_of.rb +235 -0
- data/lib/fastly/models/validator_result.rb +294 -0
- data/lib/fastly/models/validator_result_messages.rb +265 -0
- data/lib/fastly/models/vcl.rb +237 -0
- data/lib/fastly/models/vcl_diff.rb +281 -0
- data/lib/fastly/models/vcl_response.rb +297 -0
- data/lib/fastly/models/version.rb +286 -0
- data/lib/fastly/models/version_create_response.rb +225 -0
- data/lib/fastly/models/version_detail.rb +372 -0
- data/lib/fastly/models/version_detail_settings.rb +252 -0
- data/lib/fastly/models/version_response.rb +337 -0
- data/lib/fastly/models/version_response_all_of.rb +216 -0
- data/lib/fastly/models/waf_active_rule.rb +216 -0
- data/lib/fastly/models/waf_active_rule_creation_response.rb +103 -0
- data/lib/fastly/models/waf_active_rule_data.rb +236 -0
- data/lib/fastly/models/waf_active_rule_data_attributes.rb +270 -0
- data/lib/fastly/models/waf_active_rule_response.rb +216 -0
- data/lib/fastly/models/waf_active_rule_response_data.rb +253 -0
- data/lib/fastly/models/waf_active_rule_response_data_all_of.rb +234 -0
- data/lib/fastly/models/waf_active_rule_response_data_attributes.rb +268 -0
- data/lib/fastly/models/waf_active_rule_response_data_attributes_all_of.rb +227 -0
- data/lib/fastly/models/waf_active_rule_response_data_relationships.rb +245 -0
- data/lib/fastly/models/waf_active_rules_response.rb +255 -0
- data/lib/fastly/models/waf_active_rules_response_all_of.rb +229 -0
- data/lib/fastly/models/waf_exclusion.rb +216 -0
- data/lib/fastly/models/waf_exclusion_data.rb +236 -0
- data/lib/fastly/models/waf_exclusion_data_attributes.rb +316 -0
- data/lib/fastly/models/waf_exclusion_response.rb +216 -0
- data/lib/fastly/models/waf_exclusion_response_data.rb +254 -0
- data/lib/fastly/models/waf_exclusion_response_data_all_of.rb +235 -0
- data/lib/fastly/models/waf_exclusion_response_data_attributes.rb +357 -0
- data/lib/fastly/models/waf_exclusion_response_data_attributes_all_of.rb +316 -0
- data/lib/fastly/models/waf_exclusion_response_data_relationships.rb +245 -0
- data/lib/fastly/models/waf_exclusions_response.rb +255 -0
- data/lib/fastly/models/waf_exclusions_response_all_of.rb +229 -0
- data/lib/fastly/models/waf_firewall.rb +216 -0
- data/lib/fastly/models/waf_firewall_data.rb +227 -0
- data/lib/fastly/models/waf_firewall_data_attributes.rb +248 -0
- data/lib/fastly/models/waf_firewall_response.rb +227 -0
- data/lib/fastly/models/waf_firewall_response_data.rb +253 -0
- data/lib/fastly/models/waf_firewall_response_data_all_of.rb +234 -0
- data/lib/fastly/models/waf_firewall_response_data_attributes.rb +337 -0
- data/lib/fastly/models/waf_firewall_response_data_attributes_all_of.rb +296 -0
- data/lib/fastly/models/waf_firewall_version.rb +216 -0
- data/lib/fastly/models/waf_firewall_version_data.rb +227 -0
- data/lib/fastly/models/waf_firewall_version_data_attributes.rb +551 -0
- data/lib/fastly/models/waf_firewall_version_response.rb +227 -0
- data/lib/fastly/models/waf_firewall_version_response_data.rb +254 -0
- data/lib/fastly/models/waf_firewall_version_response_data_all_of.rb +235 -0
- data/lib/fastly/models/waf_firewall_version_response_data_attributes.rb +403 -0
- data/lib/fastly/models/waf_firewall_version_response_data_attributes_all_of.rb +362 -0
- data/lib/fastly/models/waf_firewall_versions_response.rb +255 -0
- data/lib/fastly/models/waf_firewall_versions_response_all_of.rb +229 -0
- data/lib/fastly/models/waf_firewalls_response.rb +255 -0
- data/lib/fastly/models/waf_firewalls_response_all_of.rb +229 -0
- data/lib/fastly/models/waf_rule.rb +236 -0
- data/lib/fastly/models/waf_rule_attributes.rb +283 -0
- data/lib/fastly/models/waf_rule_response.rb +227 -0
- data/lib/fastly/models/waf_rule_response_data.rb +253 -0
- data/lib/fastly/models/waf_rule_response_data_all_of.rb +216 -0
- data/lib/fastly/models/waf_rule_revision.rb +237 -0
- data/lib/fastly/models/waf_rule_revision_attributes.rb +321 -0
- data/lib/fastly/models/waf_rule_revision_or_latest.rb +103 -0
- data/lib/fastly/models/waf_rule_revision_response.rb +227 -0
- data/lib/fastly/models/waf_rule_revision_response_data.rb +254 -0
- data/lib/fastly/models/waf_rule_revision_response_data_all_of.rb +216 -0
- data/lib/fastly/models/waf_rule_revisions_response.rb +255 -0
- data/lib/fastly/models/waf_rule_revisions_response_all_of.rb +229 -0
- data/lib/fastly/models/waf_rules_response.rb +255 -0
- data/lib/fastly/models/waf_rules_response_all_of.rb +229 -0
- data/lib/fastly/models/waf_tag.rb +237 -0
- data/lib/fastly/models/waf_tag_attributes.rb +216 -0
- data/lib/fastly/models/waf_tags_response.rb +255 -0
- data/lib/fastly/models/waf_tags_response_all_of.rb +229 -0
- data/lib/fastly/models/waf_tags_response_data_item.rb +254 -0
- data/lib/fastly/models/ws_message_format.rb +228 -0
- data/lib/fastly/version.rb +8 -167
- data/lib/fastly.rb +717 -754
- data/pkg/fastly-4.0.0.gem +0 -0
- data/sig.json +1 -0
- metadata +1420 -95
- data/.env.example +0 -3
- data/.gitignore +0 -9
- data/.rubocop.yml +0 -35
- data/.travis.yml +0 -13
- data/Appraisals +0 -3
- data/bin/fastly_create_domain +0 -67
- data/bin/fastly_upload_vcl +0 -68
- data/gemfiles/HEAD.gemfile +0 -16
- data/lib/fastly/acl.rb +0 -62
- data/lib/fastly/acl_entry.rb +0 -61
- data/lib/fastly/backend.rb +0 -156
- data/lib/fastly/base.rb +0 -64
- data/lib/fastly/belongs_to_service_and_version.rb +0 -51
- data/lib/fastly/big_query_logging.rb +0 -90
- data/lib/fastly/cache_setting.rb +0 -45
- data/lib/fastly/client.rb +0 -169
- data/lib/fastly/condition.rb +0 -40
- data/lib/fastly/customer.rb +0 -78
- data/lib/fastly/dictionary.rb +0 -41
- data/lib/fastly/dictionary_item.rb +0 -40
- data/lib/fastly/director.rb +0 -63
- data/lib/fastly/domain.rb +0 -29
- data/lib/fastly/dynamic_snippet.rb +0 -31
- data/lib/fastly/fetcher.rb +0 -51
- data/lib/fastly/gcs_logging.rb +0 -111
- data/lib/fastly/gem_version.rb +0 -4
- data/lib/fastly/gzip.rb +0 -38
- data/lib/fastly/header.rb +0 -87
- data/lib/fastly/healthcheck.rb +0 -84
- data/lib/fastly/invoice.rb +0 -120
- data/lib/fastly/match.rb +0 -77
- data/lib/fastly/papertrail_logging.rb +0 -63
- data/lib/fastly/request_setting.rb +0 -89
- data/lib/fastly/response_object.rb +0 -53
- data/lib/fastly/s3_logging.rb +0 -101
- data/lib/fastly/service.rb +0 -107
- data/lib/fastly/settings.rb +0 -73
- data/lib/fastly/snippet.rb +0 -53
- data/lib/fastly/sumologic_logging.rb +0 -96
- data/lib/fastly/syslog.rb +0 -111
- data/lib/fastly/token.rb +0 -40
- data/lib/fastly/user.rb +0 -60
- data/lib/fastly/util.rb +0 -10
- data/lib/fastly/vcl.rb +0 -50
- data/test/admin_test.rb +0 -37
- data/test/api_key_test.rb +0 -81
- data/test/common.rb +0 -226
- data/test/fastly/acl_entry_test.rb +0 -110
- data/test/fastly/acl_test.rb +0 -163
- data/test/fastly/client_test.rb +0 -136
- data/test/fastly/customer_test.rb +0 -48
- data/test/fastly/dictionary_test.rb +0 -53
- data/test/fastly/sumologic_logging_test.rb +0 -44
- data/test/fastly/syslog_test.rb +0 -51
- data/test/fastly/token_test.rb +0 -127
- data/test/fastly/util_test.rb +0 -21
- data/test/full_login_test.rb +0 -92
- data/test/helper.rb +0 -40
- data/test/missing_api_key_test.rb +0 -28
- data/test/stats_test.rb +0 -75
- data/test/test_helper.rb +0 -4
- data/test/token_test.rb +0 -64
|
@@ -0,0 +1,292 @@
|
|
|
1
|
+
# Fastly::LoggingFtpApi
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
```ruby
|
|
5
|
+
require 'fastly'
|
|
6
|
+
api_instance = Fastly::LoggingFtpApi.new
|
|
7
|
+
```
|
|
8
|
+
|
|
9
|
+
## Methods
|
|
10
|
+
|
|
11
|
+
| Method | HTTP request | Description |
|
|
12
|
+
| ------ | ------------ | ----------- |
|
|
13
|
+
| [**create_log_ftp**](LoggingFtpApi.md#create_log_ftp) | **POST** /service/{service_id}/version/{version_id}/logging/ftp | Create an FTP log endpoint |
|
|
14
|
+
| [**delete_log_ftp**](LoggingFtpApi.md#delete_log_ftp) | **DELETE** /service/{service_id}/version/{version_id}/logging/ftp/{logging_ftp_name} | Delete an FTP log endpoint |
|
|
15
|
+
| [**get_log_ftp**](LoggingFtpApi.md#get_log_ftp) | **GET** /service/{service_id}/version/{version_id}/logging/ftp/{logging_ftp_name} | Get an FTP log endpoint |
|
|
16
|
+
| [**list_log_ftp**](LoggingFtpApi.md#list_log_ftp) | **GET** /service/{service_id}/version/{version_id}/logging/ftp | List FTP log endpoints |
|
|
17
|
+
| [**update_log_ftp**](LoggingFtpApi.md#update_log_ftp) | **PUT** /service/{service_id}/version/{version_id}/logging/ftp/{logging_ftp_name} | Update an FTP log endpoint |
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
## `create_log_ftp()`
|
|
21
|
+
|
|
22
|
+
```ruby
|
|
23
|
+
create_log_ftp(opts): <LoggingFtpResponse> # Create an FTP log endpoint
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
Create a FTP for a particular service and version.
|
|
27
|
+
|
|
28
|
+
### Examples
|
|
29
|
+
|
|
30
|
+
```ruby
|
|
31
|
+
api_instance = Fastly::LoggingFtpApi.new
|
|
32
|
+
opts = {
|
|
33
|
+
service_id: 'service_id_example', # String | Alphanumeric string identifying the service.
|
|
34
|
+
version_id: 56, # Integer | Integer identifying a service version.
|
|
35
|
+
name: 'name_example', # String | The name for the real-time logging configuration.
|
|
36
|
+
placement: 'none', # String | Where in the generated VCL the logging call should be placed. If not set, endpoints with `format_version` of 2 are placed in `vcl_log` and those with `format_version` of 1 are placed in `vcl_deliver`.
|
|
37
|
+
format_version: 1, # Integer | The version of the custom logging format used for the configured endpoint. The logging call gets placed by default in `vcl_log` if `format_version` is set to `2` and in `vcl_deliver` if `format_version` is set to `1`.
|
|
38
|
+
response_condition: 'response_condition_example', # String | The name of an existing condition in the configured endpoint, or leave blank to always execute.
|
|
39
|
+
format: 'format_example', # String | A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats).
|
|
40
|
+
message_type: 'classic', # String | How the message should be formatted.
|
|
41
|
+
timestamp_format: 'timestamp_format_example', # String | A timestamp format
|
|
42
|
+
period: 56, # Integer | How frequently log files are finalized so they can be available for reading (in seconds).
|
|
43
|
+
gzip_level: 56, # Integer | The level of gzip encoding when sending logs (default `0`, no compression). Specifying both `compression_codec` and `gzip_level` in the same API request will result in an error.
|
|
44
|
+
compression_codec: 'zstd', # String | The codec used for compressing your logs. Valid values are `zstd`, `snappy`, and `gzip`. Specifying both `compression_codec` and `gzip_level` in the same API request will result in an error.
|
|
45
|
+
address: 'address_example', # String | An hostname or IPv4 address.
|
|
46
|
+
hostname: 'hostname_example', # String | Hostname used.
|
|
47
|
+
ipv4: 'ipv4_example', # String | IPv4 address of the host.
|
|
48
|
+
password: 'password_example', # String | The password for the server. For anonymous use an email address.
|
|
49
|
+
path: 'path_example', # String | The path to upload log files to. If the path ends in `/` then it is treated as a directory.
|
|
50
|
+
port: 56, # Integer | The port number.
|
|
51
|
+
public_key: 'public_key_example', # String | A PGP public key that Fastly will use to encrypt your log files before writing them to disk.
|
|
52
|
+
user: 'user_example', # String | The username for the server. Can be anonymous.
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
begin
|
|
56
|
+
# Create an FTP log endpoint
|
|
57
|
+
result = api_instance.create_log_ftp(opts)
|
|
58
|
+
p result
|
|
59
|
+
rescue Fastly::ApiError => e
|
|
60
|
+
puts "Error when calling LoggingFtpApi->create_log_ftp: #{e}"
|
|
61
|
+
end
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
### Options
|
|
65
|
+
|
|
66
|
+
| Name | Type | Description | Notes |
|
|
67
|
+
| ---- | ---- | ----------- | ----- |
|
|
68
|
+
| **service_id** | **String** | Alphanumeric string identifying the service. | |
|
|
69
|
+
| **version_id** | **Integer** | Integer identifying a service version. | |
|
|
70
|
+
| **name** | **String** | The name for the real-time logging configuration. | [optional] |
|
|
71
|
+
| **placement** | **String** | Where in the generated VCL the logging call should be placed. If not set, endpoints with `format_version` of 2 are placed in `vcl_log` and those with `format_version` of 1 are placed in `vcl_deliver`. | [optional] |
|
|
72
|
+
| **format_version** | **Integer** | The version of the custom logging format used for the configured endpoint. The logging call gets placed by default in `vcl_log` if `format_version` is set to `2` and in `vcl_deliver` if `format_version` is set to `1`. | [optional][default to FORMAT_VERSION::v2] |
|
|
73
|
+
| **response_condition** | **String** | The name of an existing condition in the configured endpoint, or leave blank to always execute. | [optional] |
|
|
74
|
+
| **format** | **String** | A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats). | [optional][default to '%h %l %u %t \"%r\" %&gt;s %b'] |
|
|
75
|
+
| **message_type** | **String** | How the message should be formatted. | [optional][default to 'classic'] |
|
|
76
|
+
| **timestamp_format** | **String** | A timestamp format | [optional] |
|
|
77
|
+
| **period** | **Integer** | How frequently log files are finalized so they can be available for reading (in seconds). | [optional][default to 3600] |
|
|
78
|
+
| **gzip_level** | **Integer** | The level of gzip encoding when sending logs (default `0`, no compression). Specifying both `compression_codec` and `gzip_level` in the same API request will result in an error. | [optional][default to 0] |
|
|
79
|
+
| **compression_codec** | **String** | The codec used for compressing your logs. Valid values are `zstd`, `snappy`, and `gzip`. Specifying both `compression_codec` and `gzip_level` in the same API request will result in an error. | [optional] |
|
|
80
|
+
| **address** | **String** | An hostname or IPv4 address. | [optional] |
|
|
81
|
+
| **hostname** | **String** | Hostname used. | [optional] |
|
|
82
|
+
| **ipv4** | **String** | IPv4 address of the host. | [optional] |
|
|
83
|
+
| **password** | **String** | The password for the server. For anonymous use an email address. | [optional] |
|
|
84
|
+
| **path** | **String** | The path to upload log files to. If the path ends in `/` then it is treated as a directory. | [optional] |
|
|
85
|
+
| **port** | **Integer** | The port number. | [optional][default to 21] |
|
|
86
|
+
| **public_key** | **String** | A PGP public key that Fastly will use to encrypt your log files before writing them to disk. | [optional][default to 'null'] |
|
|
87
|
+
| **user** | **String** | The username for the server. Can be anonymous. | [optional] |
|
|
88
|
+
|
|
89
|
+
### Return type
|
|
90
|
+
|
|
91
|
+
[**LoggingFtpResponse**](LoggingFtpResponse.md)
|
|
92
|
+
|
|
93
|
+
[[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
|
|
94
|
+
[[Back to README]](../../README.md)
|
|
95
|
+
## `delete_log_ftp()`
|
|
96
|
+
|
|
97
|
+
```ruby
|
|
98
|
+
delete_log_ftp(opts): <InlineResponse200> # Delete an FTP log endpoint
|
|
99
|
+
```
|
|
100
|
+
|
|
101
|
+
Delete the FTP for a particular service and version.
|
|
102
|
+
|
|
103
|
+
### Examples
|
|
104
|
+
|
|
105
|
+
```ruby
|
|
106
|
+
api_instance = Fastly::LoggingFtpApi.new
|
|
107
|
+
opts = {
|
|
108
|
+
service_id: 'service_id_example', # String | Alphanumeric string identifying the service.
|
|
109
|
+
version_id: 56, # Integer | Integer identifying a service version.
|
|
110
|
+
logging_ftp_name: 'logging_ftp_name_example', # String | The name for the real-time logging configuration.
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
begin
|
|
114
|
+
# Delete an FTP log endpoint
|
|
115
|
+
result = api_instance.delete_log_ftp(opts)
|
|
116
|
+
p result
|
|
117
|
+
rescue Fastly::ApiError => e
|
|
118
|
+
puts "Error when calling LoggingFtpApi->delete_log_ftp: #{e}"
|
|
119
|
+
end
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
### Options
|
|
123
|
+
|
|
124
|
+
| Name | Type | Description | Notes |
|
|
125
|
+
| ---- | ---- | ----------- | ----- |
|
|
126
|
+
| **service_id** | **String** | Alphanumeric string identifying the service. | |
|
|
127
|
+
| **version_id** | **Integer** | Integer identifying a service version. | |
|
|
128
|
+
| **logging_ftp_name** | **String** | The name for the real-time logging configuration. | |
|
|
129
|
+
|
|
130
|
+
### Return type
|
|
131
|
+
|
|
132
|
+
[**InlineResponse200**](InlineResponse200.md)
|
|
133
|
+
|
|
134
|
+
[[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
|
|
135
|
+
[[Back to README]](../../README.md)
|
|
136
|
+
## `get_log_ftp()`
|
|
137
|
+
|
|
138
|
+
```ruby
|
|
139
|
+
get_log_ftp(opts): <LoggingFtpResponse> # Get an FTP log endpoint
|
|
140
|
+
```
|
|
141
|
+
|
|
142
|
+
Get the FTP for a particular service and version.
|
|
143
|
+
|
|
144
|
+
### Examples
|
|
145
|
+
|
|
146
|
+
```ruby
|
|
147
|
+
api_instance = Fastly::LoggingFtpApi.new
|
|
148
|
+
opts = {
|
|
149
|
+
service_id: 'service_id_example', # String | Alphanumeric string identifying the service.
|
|
150
|
+
version_id: 56, # Integer | Integer identifying a service version.
|
|
151
|
+
logging_ftp_name: 'logging_ftp_name_example', # String | The name for the real-time logging configuration.
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
begin
|
|
155
|
+
# Get an FTP log endpoint
|
|
156
|
+
result = api_instance.get_log_ftp(opts)
|
|
157
|
+
p result
|
|
158
|
+
rescue Fastly::ApiError => e
|
|
159
|
+
puts "Error when calling LoggingFtpApi->get_log_ftp: #{e}"
|
|
160
|
+
end
|
|
161
|
+
```
|
|
162
|
+
|
|
163
|
+
### Options
|
|
164
|
+
|
|
165
|
+
| Name | Type | Description | Notes |
|
|
166
|
+
| ---- | ---- | ----------- | ----- |
|
|
167
|
+
| **service_id** | **String** | Alphanumeric string identifying the service. | |
|
|
168
|
+
| **version_id** | **Integer** | Integer identifying a service version. | |
|
|
169
|
+
| **logging_ftp_name** | **String** | The name for the real-time logging configuration. | |
|
|
170
|
+
|
|
171
|
+
### Return type
|
|
172
|
+
|
|
173
|
+
[**LoggingFtpResponse**](LoggingFtpResponse.md)
|
|
174
|
+
|
|
175
|
+
[[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
|
|
176
|
+
[[Back to README]](../../README.md)
|
|
177
|
+
## `list_log_ftp()`
|
|
178
|
+
|
|
179
|
+
```ruby
|
|
180
|
+
list_log_ftp(opts): <Array<LoggingFtpResponse>> # List FTP log endpoints
|
|
181
|
+
```
|
|
182
|
+
|
|
183
|
+
List all of the FTPs for a particular service and version.
|
|
184
|
+
|
|
185
|
+
### Examples
|
|
186
|
+
|
|
187
|
+
```ruby
|
|
188
|
+
api_instance = Fastly::LoggingFtpApi.new
|
|
189
|
+
opts = {
|
|
190
|
+
service_id: 'service_id_example', # String | Alphanumeric string identifying the service.
|
|
191
|
+
version_id: 56, # Integer | Integer identifying a service version.
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
begin
|
|
195
|
+
# List FTP log endpoints
|
|
196
|
+
result = api_instance.list_log_ftp(opts)
|
|
197
|
+
p result
|
|
198
|
+
rescue Fastly::ApiError => e
|
|
199
|
+
puts "Error when calling LoggingFtpApi->list_log_ftp: #{e}"
|
|
200
|
+
end
|
|
201
|
+
```
|
|
202
|
+
|
|
203
|
+
### Options
|
|
204
|
+
|
|
205
|
+
| Name | Type | Description | Notes |
|
|
206
|
+
| ---- | ---- | ----------- | ----- |
|
|
207
|
+
| **service_id** | **String** | Alphanumeric string identifying the service. | |
|
|
208
|
+
| **version_id** | **Integer** | Integer identifying a service version. | |
|
|
209
|
+
|
|
210
|
+
### Return type
|
|
211
|
+
|
|
212
|
+
[**Array<LoggingFtpResponse>**](LoggingFtpResponse.md)
|
|
213
|
+
|
|
214
|
+
[[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
|
|
215
|
+
[[Back to README]](../../README.md)
|
|
216
|
+
## `update_log_ftp()`
|
|
217
|
+
|
|
218
|
+
```ruby
|
|
219
|
+
update_log_ftp(opts): <LoggingFtpResponse> # Update an FTP log endpoint
|
|
220
|
+
```
|
|
221
|
+
|
|
222
|
+
Update the FTP for a particular service and version.
|
|
223
|
+
|
|
224
|
+
### Examples
|
|
225
|
+
|
|
226
|
+
```ruby
|
|
227
|
+
api_instance = Fastly::LoggingFtpApi.new
|
|
228
|
+
opts = {
|
|
229
|
+
service_id: 'service_id_example', # String | Alphanumeric string identifying the service.
|
|
230
|
+
version_id: 56, # Integer | Integer identifying a service version.
|
|
231
|
+
logging_ftp_name: 'logging_ftp_name_example', # String | The name for the real-time logging configuration.
|
|
232
|
+
name: 'name_example', # String | The name for the real-time logging configuration.
|
|
233
|
+
placement: 'none', # String | Where in the generated VCL the logging call should be placed. If not set, endpoints with `format_version` of 2 are placed in `vcl_log` and those with `format_version` of 1 are placed in `vcl_deliver`.
|
|
234
|
+
format_version: 1, # Integer | The version of the custom logging format used for the configured endpoint. The logging call gets placed by default in `vcl_log` if `format_version` is set to `2` and in `vcl_deliver` if `format_version` is set to `1`.
|
|
235
|
+
response_condition: 'response_condition_example', # String | The name of an existing condition in the configured endpoint, or leave blank to always execute.
|
|
236
|
+
format: 'format_example', # String | A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats).
|
|
237
|
+
message_type: 'classic', # String | How the message should be formatted.
|
|
238
|
+
timestamp_format: 'timestamp_format_example', # String | A timestamp format
|
|
239
|
+
period: 56, # Integer | How frequently log files are finalized so they can be available for reading (in seconds).
|
|
240
|
+
gzip_level: 56, # Integer | The level of gzip encoding when sending logs (default `0`, no compression). Specifying both `compression_codec` and `gzip_level` in the same API request will result in an error.
|
|
241
|
+
compression_codec: 'zstd', # String | The codec used for compressing your logs. Valid values are `zstd`, `snappy`, and `gzip`. Specifying both `compression_codec` and `gzip_level` in the same API request will result in an error.
|
|
242
|
+
address: 'address_example', # String | An hostname or IPv4 address.
|
|
243
|
+
hostname: 'hostname_example', # String | Hostname used.
|
|
244
|
+
ipv4: 'ipv4_example', # String | IPv4 address of the host.
|
|
245
|
+
password: 'password_example', # String | The password for the server. For anonymous use an email address.
|
|
246
|
+
path: 'path_example', # String | The path to upload log files to. If the path ends in `/` then it is treated as a directory.
|
|
247
|
+
port: 56, # Integer | The port number.
|
|
248
|
+
public_key: 'public_key_example', # String | A PGP public key that Fastly will use to encrypt your log files before writing them to disk.
|
|
249
|
+
user: 'user_example', # String | The username for the server. Can be anonymous.
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
begin
|
|
253
|
+
# Update an FTP log endpoint
|
|
254
|
+
result = api_instance.update_log_ftp(opts)
|
|
255
|
+
p result
|
|
256
|
+
rescue Fastly::ApiError => e
|
|
257
|
+
puts "Error when calling LoggingFtpApi->update_log_ftp: #{e}"
|
|
258
|
+
end
|
|
259
|
+
```
|
|
260
|
+
|
|
261
|
+
### Options
|
|
262
|
+
|
|
263
|
+
| Name | Type | Description | Notes |
|
|
264
|
+
| ---- | ---- | ----------- | ----- |
|
|
265
|
+
| **service_id** | **String** | Alphanumeric string identifying the service. | |
|
|
266
|
+
| **version_id** | **Integer** | Integer identifying a service version. | |
|
|
267
|
+
| **logging_ftp_name** | **String** | The name for the real-time logging configuration. | |
|
|
268
|
+
| **name** | **String** | The name for the real-time logging configuration. | [optional] |
|
|
269
|
+
| **placement** | **String** | Where in the generated VCL the logging call should be placed. If not set, endpoints with `format_version` of 2 are placed in `vcl_log` and those with `format_version` of 1 are placed in `vcl_deliver`. | [optional] |
|
|
270
|
+
| **format_version** | **Integer** | The version of the custom logging format used for the configured endpoint. The logging call gets placed by default in `vcl_log` if `format_version` is set to `2` and in `vcl_deliver` if `format_version` is set to `1`. | [optional][default to FORMAT_VERSION::v2] |
|
|
271
|
+
| **response_condition** | **String** | The name of an existing condition in the configured endpoint, or leave blank to always execute. | [optional] |
|
|
272
|
+
| **format** | **String** | A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats). | [optional][default to '%h %l %u %t \"%r\" %&gt;s %b'] |
|
|
273
|
+
| **message_type** | **String** | How the message should be formatted. | [optional][default to 'classic'] |
|
|
274
|
+
| **timestamp_format** | **String** | A timestamp format | [optional] |
|
|
275
|
+
| **period** | **Integer** | How frequently log files are finalized so they can be available for reading (in seconds). | [optional][default to 3600] |
|
|
276
|
+
| **gzip_level** | **Integer** | The level of gzip encoding when sending logs (default `0`, no compression). Specifying both `compression_codec` and `gzip_level` in the same API request will result in an error. | [optional][default to 0] |
|
|
277
|
+
| **compression_codec** | **String** | The codec used for compressing your logs. Valid values are `zstd`, `snappy`, and `gzip`. Specifying both `compression_codec` and `gzip_level` in the same API request will result in an error. | [optional] |
|
|
278
|
+
| **address** | **String** | An hostname or IPv4 address. | [optional] |
|
|
279
|
+
| **hostname** | **String** | Hostname used. | [optional] |
|
|
280
|
+
| **ipv4** | **String** | IPv4 address of the host. | [optional] |
|
|
281
|
+
| **password** | **String** | The password for the server. For anonymous use an email address. | [optional] |
|
|
282
|
+
| **path** | **String** | The path to upload log files to. If the path ends in `/` then it is treated as a directory. | [optional] |
|
|
283
|
+
| **port** | **Integer** | The port number. | [optional][default to 21] |
|
|
284
|
+
| **public_key** | **String** | A PGP public key that Fastly will use to encrypt your log files before writing them to disk. | [optional][default to 'null'] |
|
|
285
|
+
| **user** | **String** | The username for the server. Can be anonymous. | [optional] |
|
|
286
|
+
|
|
287
|
+
### Return type
|
|
288
|
+
|
|
289
|
+
[**LoggingFtpResponse**](LoggingFtpResponse.md)
|
|
290
|
+
|
|
291
|
+
[[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
|
|
292
|
+
[[Back to README]](../../README.md)
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# Fastly::LoggingFtpResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **name** | **String** | The name for the real-time logging configuration. | [optional] |
|
|
8
|
+
| **placement** | **String** | Where in the generated VCL the logging call should be placed. If not set, endpoints with `format_version` of 2 are placed in `vcl_log` and those with `format_version` of 1 are placed in `vcl_deliver`. | [optional] |
|
|
9
|
+
| **format_version** | **Integer** | The version of the custom logging format used for the configured endpoint. The logging call gets placed by default in `vcl_log` if `format_version` is set to `2` and in `vcl_deliver` if `format_version` is set to `1`. | [optional][default to FORMAT_VERSION::v2] |
|
|
10
|
+
| **response_condition** | **String** | The name of an existing condition in the configured endpoint, or leave blank to always execute. | [optional] |
|
|
11
|
+
| **format** | **String** | A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats). | [optional][default to '%h %l %u %t \"%r\" %&gt;s %b'] |
|
|
12
|
+
| **message_type** | **String** | How the message should be formatted. | [optional][default to 'classic'] |
|
|
13
|
+
| **timestamp_format** | **String** | A timestamp format | [optional][readonly] |
|
|
14
|
+
| **period** | **Integer** | How frequently log files are finalized so they can be available for reading (in seconds). | [optional][default to 3600] |
|
|
15
|
+
| **gzip_level** | **Integer** | The level of gzip encoding when sending logs (default `0`, no compression). Specifying both `compression_codec` and `gzip_level` in the same API request will result in an error. | [optional][default to 0] |
|
|
16
|
+
| **compression_codec** | **String** | The codec used for compressing your logs. Valid values are `zstd`, `snappy`, and `gzip`. Specifying both `compression_codec` and `gzip_level` in the same API request will result in an error. | [optional] |
|
|
17
|
+
| **address** | **String** | An hostname or IPv4 address. | [optional] |
|
|
18
|
+
| **hostname** | **String** | Hostname used. | [optional] |
|
|
19
|
+
| **ipv4** | **String** | IPv4 address of the host. | [optional] |
|
|
20
|
+
| **password** | **String** | The password for the server. For anonymous use an email address. | [optional] |
|
|
21
|
+
| **path** | **String** | The path to upload log files to. If the path ends in `/` then it is treated as a directory. | [optional] |
|
|
22
|
+
| **port** | **Integer** | The port number. | [optional][default to 21] |
|
|
23
|
+
| **public_key** | **String** | A PGP public key that Fastly will use to encrypt your log files before writing them to disk. | [optional][default to 'null'] |
|
|
24
|
+
| **user** | **String** | The username for the server. Can be anonymous. | [optional] |
|
|
25
|
+
| **created_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] |
|
|
26
|
+
| **deleted_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] |
|
|
27
|
+
| **updated_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] |
|
|
28
|
+
| **service_id** | **String** | | [optional][readonly] |
|
|
29
|
+
| **version** | **Integer** | | [optional][readonly] |
|
|
30
|
+
|
|
31
|
+
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
|
32
|
+
|
data/docs/LoggingGcs.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Fastly::LoggingGcs
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **name** | **String** | The name for the real-time logging configuration. | [optional] |
|
|
8
|
+
| **placement** | **String** | Where in the generated VCL the logging call should be placed. If not set, endpoints with `format_version` of 2 are placed in `vcl_log` and those with `format_version` of 1 are placed in `vcl_deliver`. | [optional] |
|
|
9
|
+
| **format_version** | **Integer** | The version of the custom logging format used for the configured endpoint. The logging call gets placed by default in `vcl_log` if `format_version` is set to `2` and in `vcl_deliver` if `format_version` is set to `1`. | [optional][default to FORMAT_VERSION::v2] |
|
|
10
|
+
| **response_condition** | **String** | The name of an existing condition in the configured endpoint, or leave blank to always execute. | [optional] |
|
|
11
|
+
| **format** | **String** | A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats). | [optional][default to '%h %l %u %t \"%r\" %&gt;s %b'] |
|
|
12
|
+
| **message_type** | **String** | How the message should be formatted. | [optional][default to 'classic'] |
|
|
13
|
+
| **timestamp_format** | **String** | A timestamp format | [optional][readonly] |
|
|
14
|
+
| **period** | **Integer** | How frequently log files are finalized so they can be available for reading (in seconds). | [optional][default to 3600] |
|
|
15
|
+
| **gzip_level** | **Integer** | The level of gzip encoding when sending logs (default `0`, no compression). Specifying both `compression_codec` and `gzip_level` in the same API request will result in an error. | [optional][default to 0] |
|
|
16
|
+
| **compression_codec** | **String** | The codec used for compressing your logs. Valid values are `zstd`, `snappy`, and `gzip`. Specifying both `compression_codec` and `gzip_level` in the same API request will result in an error. | [optional] |
|
|
17
|
+
| **user** | **String** | Your Google Cloud Platform service account email address. The `client_email` field in your service account authentication JSON. Not required if `account_name` is specified. | [optional] |
|
|
18
|
+
| **secret_key** | **String** | Your Google Cloud Platform account secret key. The `private_key` field in your service account authentication JSON. Not required if `account_name` is specified. | [optional] |
|
|
19
|
+
| **account_name** | **String** | The name of the Google Cloud Platform service account associated with the target log collection service. Not required if `user` and `secret_key` are provided. | [optional] |
|
|
20
|
+
| **bucket_name** | **String** | The name of the GCS bucket. | [optional] |
|
|
21
|
+
| **path** | **String** | The path to upload logs to. | [optional] |
|
|
22
|
+
| **public_key** | **String** | A PGP public key that Fastly will use to encrypt your log files before writing them to disk. | [optional][default to 'null'] |
|
|
23
|
+
| **project_id** | **String** | Your Google Cloud Platform project ID. Required | [optional] |
|
|
24
|
+
|
|
25
|
+
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
|
26
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Fastly::LoggingGcsAllOf
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **bucket_name** | **String** | The name of the GCS bucket. | [optional] |
|
|
8
|
+
| **path** | **String** | The path to upload logs to. | [optional] |
|
|
9
|
+
| **public_key** | **String** | A PGP public key that Fastly will use to encrypt your log files before writing them to disk. | [optional][default to 'null'] |
|
|
10
|
+
| **project_id** | **String** | Your Google Cloud Platform project ID. Required | [optional] |
|
|
11
|
+
|
|
12
|
+
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
|
13
|
+
|
|
@@ -0,0 +1,288 @@
|
|
|
1
|
+
# Fastly::LoggingGcsApi
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
```ruby
|
|
5
|
+
require 'fastly'
|
|
6
|
+
api_instance = Fastly::LoggingGcsApi.new
|
|
7
|
+
```
|
|
8
|
+
|
|
9
|
+
## Methods
|
|
10
|
+
|
|
11
|
+
| Method | HTTP request | Description |
|
|
12
|
+
| ------ | ------------ | ----------- |
|
|
13
|
+
| [**create_log_gcs**](LoggingGcsApi.md#create_log_gcs) | **POST** /service/{service_id}/version/{version_id}/logging/gcs | Create a GCS log endpoint |
|
|
14
|
+
| [**delete_log_gcs**](LoggingGcsApi.md#delete_log_gcs) | **DELETE** /service/{service_id}/version/{version_id}/logging/gcs/{logging_gcs_name} | Delete a GCS log endpoint |
|
|
15
|
+
| [**get_log_gcs**](LoggingGcsApi.md#get_log_gcs) | **GET** /service/{service_id}/version/{version_id}/logging/gcs/{logging_gcs_name} | Get a GCS log endpoint |
|
|
16
|
+
| [**list_log_gcs**](LoggingGcsApi.md#list_log_gcs) | **GET** /service/{service_id}/version/{version_id}/logging/gcs | List GCS log endpoints |
|
|
17
|
+
| [**update_log_gcs**](LoggingGcsApi.md#update_log_gcs) | **PUT** /service/{service_id}/version/{version_id}/logging/gcs/{logging_gcs_name} | Update a GCS log endpoint |
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
## `create_log_gcs()`
|
|
21
|
+
|
|
22
|
+
```ruby
|
|
23
|
+
create_log_gcs(opts): <LoggingGcsResponse> # Create a GCS log endpoint
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
Create GCS logging for a particular service and version.
|
|
27
|
+
|
|
28
|
+
### Examples
|
|
29
|
+
|
|
30
|
+
```ruby
|
|
31
|
+
api_instance = Fastly::LoggingGcsApi.new
|
|
32
|
+
opts = {
|
|
33
|
+
service_id: 'service_id_example', # String | Alphanumeric string identifying the service.
|
|
34
|
+
version_id: 56, # Integer | Integer identifying a service version.
|
|
35
|
+
name: 'name_example', # String | The name for the real-time logging configuration.
|
|
36
|
+
placement: 'none', # String | Where in the generated VCL the logging call should be placed. If not set, endpoints with `format_version` of 2 are placed in `vcl_log` and those with `format_version` of 1 are placed in `vcl_deliver`.
|
|
37
|
+
format_version: 1, # Integer | The version of the custom logging format used for the configured endpoint. The logging call gets placed by default in `vcl_log` if `format_version` is set to `2` and in `vcl_deliver` if `format_version` is set to `1`.
|
|
38
|
+
response_condition: 'response_condition_example', # String | The name of an existing condition in the configured endpoint, or leave blank to always execute.
|
|
39
|
+
format: 'format_example', # String | A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats).
|
|
40
|
+
message_type: 'classic', # String | How the message should be formatted.
|
|
41
|
+
timestamp_format: 'timestamp_format_example', # String | A timestamp format
|
|
42
|
+
period: 56, # Integer | How frequently log files are finalized so they can be available for reading (in seconds).
|
|
43
|
+
gzip_level: 56, # Integer | The level of gzip encoding when sending logs (default `0`, no compression). Specifying both `compression_codec` and `gzip_level` in the same API request will result in an error.
|
|
44
|
+
compression_codec: 'zstd', # String | The codec used for compressing your logs. Valid values are `zstd`, `snappy`, and `gzip`. Specifying both `compression_codec` and `gzip_level` in the same API request will result in an error.
|
|
45
|
+
user: 'user_example', # String | Your Google Cloud Platform service account email address. The `client_email` field in your service account authentication JSON. Not required if `account_name` is specified.
|
|
46
|
+
secret_key: 'secret_key_example', # String | Your Google Cloud Platform account secret key. The `private_key` field in your service account authentication JSON. Not required if `account_name` is specified.
|
|
47
|
+
account_name: 'account_name_example', # String | The name of the Google Cloud Platform service account associated with the target log collection service. Not required if `user` and `secret_key` are provided.
|
|
48
|
+
bucket_name: 'bucket_name_example', # String | The name of the GCS bucket.
|
|
49
|
+
path: 'path_example', # String | The path to upload logs to.
|
|
50
|
+
public_key: 'public_key_example', # String | A PGP public key that Fastly will use to encrypt your log files before writing them to disk.
|
|
51
|
+
project_id: 'project_id_example', # String | Your Google Cloud Platform project ID. Required
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
begin
|
|
55
|
+
# Create a GCS log endpoint
|
|
56
|
+
result = api_instance.create_log_gcs(opts)
|
|
57
|
+
p result
|
|
58
|
+
rescue Fastly::ApiError => e
|
|
59
|
+
puts "Error when calling LoggingGcsApi->create_log_gcs: #{e}"
|
|
60
|
+
end
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
### Options
|
|
64
|
+
|
|
65
|
+
| Name | Type | Description | Notes |
|
|
66
|
+
| ---- | ---- | ----------- | ----- |
|
|
67
|
+
| **service_id** | **String** | Alphanumeric string identifying the service. | |
|
|
68
|
+
| **version_id** | **Integer** | Integer identifying a service version. | |
|
|
69
|
+
| **name** | **String** | The name for the real-time logging configuration. | [optional] |
|
|
70
|
+
| **placement** | **String** | Where in the generated VCL the logging call should be placed. If not set, endpoints with `format_version` of 2 are placed in `vcl_log` and those with `format_version` of 1 are placed in `vcl_deliver`. | [optional] |
|
|
71
|
+
| **format_version** | **Integer** | The version of the custom logging format used for the configured endpoint. The logging call gets placed by default in `vcl_log` if `format_version` is set to `2` and in `vcl_deliver` if `format_version` is set to `1`. | [optional][default to FORMAT_VERSION::v2] |
|
|
72
|
+
| **response_condition** | **String** | The name of an existing condition in the configured endpoint, or leave blank to always execute. | [optional] |
|
|
73
|
+
| **format** | **String** | A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats). | [optional][default to '%h %l %u %t \"%r\" %&gt;s %b'] |
|
|
74
|
+
| **message_type** | **String** | How the message should be formatted. | [optional][default to 'classic'] |
|
|
75
|
+
| **timestamp_format** | **String** | A timestamp format | [optional] |
|
|
76
|
+
| **period** | **Integer** | How frequently log files are finalized so they can be available for reading (in seconds). | [optional][default to 3600] |
|
|
77
|
+
| **gzip_level** | **Integer** | The level of gzip encoding when sending logs (default `0`, no compression). Specifying both `compression_codec` and `gzip_level` in the same API request will result in an error. | [optional][default to 0] |
|
|
78
|
+
| **compression_codec** | **String** | The codec used for compressing your logs. Valid values are `zstd`, `snappy`, and `gzip`. Specifying both `compression_codec` and `gzip_level` in the same API request will result in an error. | [optional] |
|
|
79
|
+
| **user** | **String** | Your Google Cloud Platform service account email address. The `client_email` field in your service account authentication JSON. Not required if `account_name` is specified. | [optional] |
|
|
80
|
+
| **secret_key** | **String** | Your Google Cloud Platform account secret key. The `private_key` field in your service account authentication JSON. Not required if `account_name` is specified. | [optional] |
|
|
81
|
+
| **account_name** | **String** | The name of the Google Cloud Platform service account associated with the target log collection service. Not required if `user` and `secret_key` are provided. | [optional] |
|
|
82
|
+
| **bucket_name** | **String** | The name of the GCS bucket. | [optional] |
|
|
83
|
+
| **path** | **String** | The path to upload logs to. | [optional] |
|
|
84
|
+
| **public_key** | **String** | A PGP public key that Fastly will use to encrypt your log files before writing them to disk. | [optional][default to 'null'] |
|
|
85
|
+
| **project_id** | **String** | Your Google Cloud Platform project ID. Required | [optional] |
|
|
86
|
+
|
|
87
|
+
### Return type
|
|
88
|
+
|
|
89
|
+
[**LoggingGcsResponse**](LoggingGcsResponse.md)
|
|
90
|
+
|
|
91
|
+
[[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
|
|
92
|
+
[[Back to README]](../../README.md)
|
|
93
|
+
## `delete_log_gcs()`
|
|
94
|
+
|
|
95
|
+
```ruby
|
|
96
|
+
delete_log_gcs(opts): <InlineResponse200> # Delete a GCS log endpoint
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
Delete the GCS Logging for a particular service and version.
|
|
100
|
+
|
|
101
|
+
### Examples
|
|
102
|
+
|
|
103
|
+
```ruby
|
|
104
|
+
api_instance = Fastly::LoggingGcsApi.new
|
|
105
|
+
opts = {
|
|
106
|
+
service_id: 'service_id_example', # String | Alphanumeric string identifying the service.
|
|
107
|
+
version_id: 56, # Integer | Integer identifying a service version.
|
|
108
|
+
logging_gcs_name: 'logging_gcs_name_example', # String | The name for the real-time logging configuration.
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
begin
|
|
112
|
+
# Delete a GCS log endpoint
|
|
113
|
+
result = api_instance.delete_log_gcs(opts)
|
|
114
|
+
p result
|
|
115
|
+
rescue Fastly::ApiError => e
|
|
116
|
+
puts "Error when calling LoggingGcsApi->delete_log_gcs: #{e}"
|
|
117
|
+
end
|
|
118
|
+
```
|
|
119
|
+
|
|
120
|
+
### Options
|
|
121
|
+
|
|
122
|
+
| Name | Type | Description | Notes |
|
|
123
|
+
| ---- | ---- | ----------- | ----- |
|
|
124
|
+
| **service_id** | **String** | Alphanumeric string identifying the service. | |
|
|
125
|
+
| **version_id** | **Integer** | Integer identifying a service version. | |
|
|
126
|
+
| **logging_gcs_name** | **String** | The name for the real-time logging configuration. | |
|
|
127
|
+
|
|
128
|
+
### Return type
|
|
129
|
+
|
|
130
|
+
[**InlineResponse200**](InlineResponse200.md)
|
|
131
|
+
|
|
132
|
+
[[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
|
|
133
|
+
[[Back to README]](../../README.md)
|
|
134
|
+
## `get_log_gcs()`
|
|
135
|
+
|
|
136
|
+
```ruby
|
|
137
|
+
get_log_gcs(opts): <LoggingGcsResponse> # Get a GCS log endpoint
|
|
138
|
+
```
|
|
139
|
+
|
|
140
|
+
Get the GCS Logging for a particular service and version.
|
|
141
|
+
|
|
142
|
+
### Examples
|
|
143
|
+
|
|
144
|
+
```ruby
|
|
145
|
+
api_instance = Fastly::LoggingGcsApi.new
|
|
146
|
+
opts = {
|
|
147
|
+
service_id: 'service_id_example', # String | Alphanumeric string identifying the service.
|
|
148
|
+
version_id: 56, # Integer | Integer identifying a service version.
|
|
149
|
+
logging_gcs_name: 'logging_gcs_name_example', # String | The name for the real-time logging configuration.
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
begin
|
|
153
|
+
# Get a GCS log endpoint
|
|
154
|
+
result = api_instance.get_log_gcs(opts)
|
|
155
|
+
p result
|
|
156
|
+
rescue Fastly::ApiError => e
|
|
157
|
+
puts "Error when calling LoggingGcsApi->get_log_gcs: #{e}"
|
|
158
|
+
end
|
|
159
|
+
```
|
|
160
|
+
|
|
161
|
+
### Options
|
|
162
|
+
|
|
163
|
+
| Name | Type | Description | Notes |
|
|
164
|
+
| ---- | ---- | ----------- | ----- |
|
|
165
|
+
| **service_id** | **String** | Alphanumeric string identifying the service. | |
|
|
166
|
+
| **version_id** | **Integer** | Integer identifying a service version. | |
|
|
167
|
+
| **logging_gcs_name** | **String** | The name for the real-time logging configuration. | |
|
|
168
|
+
|
|
169
|
+
### Return type
|
|
170
|
+
|
|
171
|
+
[**LoggingGcsResponse**](LoggingGcsResponse.md)
|
|
172
|
+
|
|
173
|
+
[[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
|
|
174
|
+
[[Back to README]](../../README.md)
|
|
175
|
+
## `list_log_gcs()`
|
|
176
|
+
|
|
177
|
+
```ruby
|
|
178
|
+
list_log_gcs(opts): <Array<LoggingGcsResponse>> # List GCS log endpoints
|
|
179
|
+
```
|
|
180
|
+
|
|
181
|
+
List all of the GCS log endpoints for a particular service and version.
|
|
182
|
+
|
|
183
|
+
### Examples
|
|
184
|
+
|
|
185
|
+
```ruby
|
|
186
|
+
api_instance = Fastly::LoggingGcsApi.new
|
|
187
|
+
opts = {
|
|
188
|
+
service_id: 'service_id_example', # String | Alphanumeric string identifying the service.
|
|
189
|
+
version_id: 56, # Integer | Integer identifying a service version.
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
begin
|
|
193
|
+
# List GCS log endpoints
|
|
194
|
+
result = api_instance.list_log_gcs(opts)
|
|
195
|
+
p result
|
|
196
|
+
rescue Fastly::ApiError => e
|
|
197
|
+
puts "Error when calling LoggingGcsApi->list_log_gcs: #{e}"
|
|
198
|
+
end
|
|
199
|
+
```
|
|
200
|
+
|
|
201
|
+
### Options
|
|
202
|
+
|
|
203
|
+
| Name | Type | Description | Notes |
|
|
204
|
+
| ---- | ---- | ----------- | ----- |
|
|
205
|
+
| **service_id** | **String** | Alphanumeric string identifying the service. | |
|
|
206
|
+
| **version_id** | **Integer** | Integer identifying a service version. | |
|
|
207
|
+
|
|
208
|
+
### Return type
|
|
209
|
+
|
|
210
|
+
[**Array<LoggingGcsResponse>**](LoggingGcsResponse.md)
|
|
211
|
+
|
|
212
|
+
[[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
|
|
213
|
+
[[Back to README]](../../README.md)
|
|
214
|
+
## `update_log_gcs()`
|
|
215
|
+
|
|
216
|
+
```ruby
|
|
217
|
+
update_log_gcs(opts): <LoggingGcsResponse> # Update a GCS log endpoint
|
|
218
|
+
```
|
|
219
|
+
|
|
220
|
+
Update the GCS for a particular service and version.
|
|
221
|
+
|
|
222
|
+
### Examples
|
|
223
|
+
|
|
224
|
+
```ruby
|
|
225
|
+
api_instance = Fastly::LoggingGcsApi.new
|
|
226
|
+
opts = {
|
|
227
|
+
service_id: 'service_id_example', # String | Alphanumeric string identifying the service.
|
|
228
|
+
version_id: 56, # Integer | Integer identifying a service version.
|
|
229
|
+
logging_gcs_name: 'logging_gcs_name_example', # String | The name for the real-time logging configuration.
|
|
230
|
+
name: 'name_example', # String | The name for the real-time logging configuration.
|
|
231
|
+
placement: 'none', # String | Where in the generated VCL the logging call should be placed. If not set, endpoints with `format_version` of 2 are placed in `vcl_log` and those with `format_version` of 1 are placed in `vcl_deliver`.
|
|
232
|
+
format_version: 1, # Integer | The version of the custom logging format used for the configured endpoint. The logging call gets placed by default in `vcl_log` if `format_version` is set to `2` and in `vcl_deliver` if `format_version` is set to `1`.
|
|
233
|
+
response_condition: 'response_condition_example', # String | The name of an existing condition in the configured endpoint, or leave blank to always execute.
|
|
234
|
+
format: 'format_example', # String | A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats).
|
|
235
|
+
message_type: 'classic', # String | How the message should be formatted.
|
|
236
|
+
timestamp_format: 'timestamp_format_example', # String | A timestamp format
|
|
237
|
+
period: 56, # Integer | How frequently log files are finalized so they can be available for reading (in seconds).
|
|
238
|
+
gzip_level: 56, # Integer | The level of gzip encoding when sending logs (default `0`, no compression). Specifying both `compression_codec` and `gzip_level` in the same API request will result in an error.
|
|
239
|
+
compression_codec: 'zstd', # String | The codec used for compressing your logs. Valid values are `zstd`, `snappy`, and `gzip`. Specifying both `compression_codec` and `gzip_level` in the same API request will result in an error.
|
|
240
|
+
user: 'user_example', # String | Your Google Cloud Platform service account email address. The `client_email` field in your service account authentication JSON. Not required if `account_name` is specified.
|
|
241
|
+
secret_key: 'secret_key_example', # String | Your Google Cloud Platform account secret key. The `private_key` field in your service account authentication JSON. Not required if `account_name` is specified.
|
|
242
|
+
account_name: 'account_name_example', # String | The name of the Google Cloud Platform service account associated with the target log collection service. Not required if `user` and `secret_key` are provided.
|
|
243
|
+
bucket_name: 'bucket_name_example', # String | The name of the GCS bucket.
|
|
244
|
+
path: 'path_example', # String | The path to upload logs to.
|
|
245
|
+
public_key: 'public_key_example', # String | A PGP public key that Fastly will use to encrypt your log files before writing them to disk.
|
|
246
|
+
project_id: 'project_id_example', # String | Your Google Cloud Platform project ID. Required
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
begin
|
|
250
|
+
# Update a GCS log endpoint
|
|
251
|
+
result = api_instance.update_log_gcs(opts)
|
|
252
|
+
p result
|
|
253
|
+
rescue Fastly::ApiError => e
|
|
254
|
+
puts "Error when calling LoggingGcsApi->update_log_gcs: #{e}"
|
|
255
|
+
end
|
|
256
|
+
```
|
|
257
|
+
|
|
258
|
+
### Options
|
|
259
|
+
|
|
260
|
+
| Name | Type | Description | Notes |
|
|
261
|
+
| ---- | ---- | ----------- | ----- |
|
|
262
|
+
| **service_id** | **String** | Alphanumeric string identifying the service. | |
|
|
263
|
+
| **version_id** | **Integer** | Integer identifying a service version. | |
|
|
264
|
+
| **logging_gcs_name** | **String** | The name for the real-time logging configuration. | |
|
|
265
|
+
| **name** | **String** | The name for the real-time logging configuration. | [optional] |
|
|
266
|
+
| **placement** | **String** | Where in the generated VCL the logging call should be placed. If not set, endpoints with `format_version` of 2 are placed in `vcl_log` and those with `format_version` of 1 are placed in `vcl_deliver`. | [optional] |
|
|
267
|
+
| **format_version** | **Integer** | The version of the custom logging format used for the configured endpoint. The logging call gets placed by default in `vcl_log` if `format_version` is set to `2` and in `vcl_deliver` if `format_version` is set to `1`. | [optional][default to FORMAT_VERSION::v2] |
|
|
268
|
+
| **response_condition** | **String** | The name of an existing condition in the configured endpoint, or leave blank to always execute. | [optional] |
|
|
269
|
+
| **format** | **String** | A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats). | [optional][default to '%h %l %u %t \"%r\" %&gt;s %b'] |
|
|
270
|
+
| **message_type** | **String** | How the message should be formatted. | [optional][default to 'classic'] |
|
|
271
|
+
| **timestamp_format** | **String** | A timestamp format | [optional] |
|
|
272
|
+
| **period** | **Integer** | How frequently log files are finalized so they can be available for reading (in seconds). | [optional][default to 3600] |
|
|
273
|
+
| **gzip_level** | **Integer** | The level of gzip encoding when sending logs (default `0`, no compression). Specifying both `compression_codec` and `gzip_level` in the same API request will result in an error. | [optional][default to 0] |
|
|
274
|
+
| **compression_codec** | **String** | The codec used for compressing your logs. Valid values are `zstd`, `snappy`, and `gzip`. Specifying both `compression_codec` and `gzip_level` in the same API request will result in an error. | [optional] |
|
|
275
|
+
| **user** | **String** | Your Google Cloud Platform service account email address. The `client_email` field in your service account authentication JSON. Not required if `account_name` is specified. | [optional] |
|
|
276
|
+
| **secret_key** | **String** | Your Google Cloud Platform account secret key. The `private_key` field in your service account authentication JSON. Not required if `account_name` is specified. | [optional] |
|
|
277
|
+
| **account_name** | **String** | The name of the Google Cloud Platform service account associated with the target log collection service. Not required if `user` and `secret_key` are provided. | [optional] |
|
|
278
|
+
| **bucket_name** | **String** | The name of the GCS bucket. | [optional] |
|
|
279
|
+
| **path** | **String** | The path to upload logs to. | [optional] |
|
|
280
|
+
| **public_key** | **String** | A PGP public key that Fastly will use to encrypt your log files before writing them to disk. | [optional][default to 'null'] |
|
|
281
|
+
| **project_id** | **String** | Your Google Cloud Platform project ID. Required | [optional] |
|
|
282
|
+
|
|
283
|
+
### Return type
|
|
284
|
+
|
|
285
|
+
[**LoggingGcsResponse**](LoggingGcsResponse.md)
|
|
286
|
+
|
|
287
|
+
[[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
|
|
288
|
+
[[Back to README]](../../README.md)
|