Versions in this module Expand all Collapse all v1 v1.1.5 Oct 20, 2022retracted Changes in this version + const AllFootprintQuery + const Asn + const CacheSize + const CapabilityQuery + const CountryCode + const DeleteCapabilityUpdateQuery + const Egress + const InsertCapabilityUpdateQuery + const Ipv4Cidr + const Ipv6Cidr + const Requests + const SelectAllCapabilityUpdatesQuery + const SelectCapabilityUpdateQuery + const Sessions + const StorageObjects + const StorageSize + const UpdateLimitsByCapabilityAndLimitTypeQuery + func GetCapabilities(w http.ResponseWriter, r *http.Request) + func GetRequests(w http.ResponseWriter, r *http.Request) + func PutConfiguration(w http.ResponseWriter, r *http.Request) + func PutConfigurationResponse(w http.ResponseWriter, r *http.Request) + func PutHostConfiguration(w http.ResponseWriter, r *http.Request) + type Capabilities struct + Capabilities []Capability + type Capability struct + CapabilityType SupportedCapabilities + CapabilityValue interface{} + Footprints []Footprint + type CapabilityQueryResponse struct + Id int + Type string + UCdn string + type CapacityCapabilityValue struct + Limits []Limit + type CapacityLimit struct + Footprints []Footprint + LimitType string + LimitValue int64 + type CapacityLimitType string + type CapacityRequestedLimits struct + RequestedLimits []CapacityLimit + type ConfigurationUpdateRequest struct + AsyncStatusID int + Data json.RawMessage + Host string + ID int + RequestType string + UCDN string + type Footprint struct + CapabilityId int + FootprintType FootprintType + FootprintValue []string + type FootprintType string + type GenericHostMetadata struct + Host string + HostMetadata HostMetadataList + type GenericMetadata struct + Type SupportedGenericMetadataType + Value json.RawMessage + type GenericRequestMetadata struct + Host string + Metadata json.RawMessage + Type string + type HostMetadataList struct + Metadata json.RawMessage + type Limit struct + Id string + LimitType CapacityLimitType + MaximumHard int64 + MaximumSoft int64 + Scope *LimitScope + TelemetrySource TelemetrySource + type LimitScope struct + ScopeType *string + ScopeValue []string + type LimitsQueryResponse struct + CapabilityId int + Id string + LimitId string + LimitType string + MaximumHard int64 + MaximumSoft int64 + Name string + Scope *LimitScope + TelemetryId string + TelemetryMetic string + Type string + UCdn string + type Metric struct + DataPercentile int + Latency int + Name string + TelemetryId string + TimeGranularity int + type SupportedCapabilities string + const FciCapacityLimits + const FciTelemetry + type SupportedGenericMetadataType string + const MiRequestedCapacityLimits + type Telemetry struct + CapabilityId int + Configuration TelemetryConfiguration + Id string + Metrics []Metric + Type TelemetrySourceType + type TelemetryCapabilityValue struct + Sources []Telemetry + type TelemetryConfiguration struct + Url string + type TelemetrySource struct + Id string + Metric string + type TelemetrySourceType string + const Generic