@@ -700,6 +700,10 @@ type Config struct {
700
700
Cloud18InfraDataCenters string `mapstructure:"cloud18-infra-data-centers" toml:"cloud18-infra-data-centers" json:"cloud18InfraDataCenters"`
701
701
Cloud18InfraPublicBandwidth float64 `mapstructure:"cloud18-infra-public-bandwidth" toml:"cloud18-infra-public-bandwidth" json:"cloud18InfraPublicBandwidth"`
702
702
Cloud18InfraGeoLocalizations string `mapstructure:"cloud18-infra-geo-localizations" toml:"cloud18-infra-geo-localizations" json:"cloud18InfraGeoLocalizations"`
703
+ Cloud18DbOps string `mapstructure:"cloud18-dbops" toml:"cloud18-dbops" json:"cloud18DbOps"`
704
+ Cloud18ExternalDbOps string `mapstructure:"cloud18-external-dbops" toml:"cloud18-external-dbops" json:"cloud18ExternalDbOps"`
705
+ Cloud18ExternalSysOps string `mapstructure:"cloud18-external-sysops" toml:"cloud18-external-sysops" json:"cloud18ExternalSysOps"`
706
+ Cloud18InfraCertifications string `mapstructure:"cloud18-infra-certifications" toml:"cloud18-infra-certifications" json:"cloud18InfraCertifications"`
703
707
Cloud18OpenDbops bool `mapstructure:"cloud18-open-dbops" toml:"cloud18-open-dbops" json:"cloud18OpenDbops"`
704
708
Cloud18SubscribedDbops bool `mapstructure:"cloud18-subscribed-dbops" toml:"cloud18-subscribed-dbops" json:"cloud18SubscribedDbops"`
705
709
Cloud18OpenSysops bool `mapstructure:"cloud18-open-sysops" toml:"cloud18-open-sysops" json:"cloud18OpenSysops"`
@@ -785,6 +789,9 @@ type PeerCluster struct {
785
789
Cloud18SlaRepairTime float64 `json:"cloud18-sla-repair-time,string"`
786
790
Cloud18SlaProvisionTime float64 `json:"cloud18-sla-provision-time,string"`
787
791
Cloud18PromotionPct float64 `json:"cloud18-promotion-pct,string"`
792
+ Cloud18ExtDbOps string `json:"cloud18-external-dbops"`
793
+ Cloud18ExtSysOps string `json"cloud18-external-sysops"`
794
+ Cloud18InfraCertifications string `json:"cloud18-infra-certifications"`
788
795
}
789
796
790
797
// Compliance created in OpenSVC collector and exported as JSON
@@ -900,6 +907,9 @@ type ServicePlan struct {
900
907
ProvisionTime float64 `json:"provtime,string"`
901
908
PromotionPct float64 `json:"promo,string"`
902
909
BP float64 `json:"bp,string"`
910
+ Certs string `json:"certs"`
911
+ ExtDbOps string `json:"extdbops"`
912
+ ExtSysOps string `json:"extsysops"`
903
913
}
904
914
905
915
type DockerTag struct {
0 commit comments