@robinmordasiewicz/f5xc-api-mcp 2.0.13-2601051957 → 2.0.19-2601071557
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.
- package/dist/tools/generated/ce_management/index.d.ts.map +1 -1
- package/dist/tools/generated/ce_management/index.js +179 -1582
- package/dist/tools/generated/ce_management/index.js.map +1 -1
- package/dist/tools/generated/dependency-graph.json +2 -265
- package/dist/version.d.ts +2 -2
- package/dist/version.js +2 -2
- package/manifest.json +1 -1
- package/package.json +1 -1
- package/specs/domains/admin_console_and_ui.json +111 -25
- package/specs/domains/ai_services.json +114 -35
- package/specs/domains/api.json +1082 -177
- package/specs/domains/authentication.json +205 -45
- package/specs/domains/bigip.json +593 -101
- package/specs/domains/billing_and_usage.json +440 -82
- package/specs/domains/blindfold.json +713 -110
- package/specs/domains/bot_and_threat_defense.json +359 -65
- package/specs/domains/cdn.json +2131 -194
- package/specs/domains/ce_management.json +9110 -15844
- package/specs/domains/certificates.json +362 -75
- package/specs/domains/cloud_infrastructure.json +802 -119
- package/specs/domains/container_services.json +613 -95
- package/specs/domains/data_and_privacy_security.json +364 -66
- package/specs/domains/data_intelligence.json +324 -63
- package/specs/domains/ddos.json +766 -159
- package/specs/domains/dns.json +820 -161
- package/specs/domains/managed_kubernetes.json +455 -85
- package/specs/domains/marketplace.json +670 -104
- package/specs/domains/network.json +1620 -238
- package/specs/domains/network_security.json +1401 -191
- package/specs/domains/nginx_one.json +326 -62
- package/specs/domains/object_storage.json +49 -15
- package/specs/domains/observability.json +999 -147
- package/specs/domains/rate_limiting.json +300 -55
- package/specs/domains/secops_and_incident_response.json +189 -36
- package/specs/domains/service_mesh.json +955 -124
- package/specs/domains/shape.json +2150 -397
- package/specs/domains/sites.json +3830 -364
- package/specs/domains/statistics.json +2117 -235
- package/specs/domains/support.json +602 -108
- package/specs/domains/telemetry_and_insights.json +753 -79
- package/specs/domains/tenant_and_identity.json +1874 -308
- package/specs/domains/threat_campaign.json +637 -71
- package/specs/domains/users.json +278 -66
- package/specs/domains/virtual.json +2803 -260
- package/specs/domains/vpm_and_node_management.json +3 -1
- package/specs/domains/waf.json +1125 -148
- package/specs/index.json +24 -24
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "Admin Console And Ui",
|
|
5
5
|
"description": "Dashboard customization through namespace-bounded asset libraries. Storage systems for branding resources, layout templates, and interactive widgets. Catalog organization with system object references tracking modification history and deployment status. Schema enforcement ensuring configuration validity across tenant hierarchies and environment boundaries.",
|
|
6
|
-
"version": "2.0.
|
|
6
|
+
"version": "2.0.19",
|
|
7
7
|
"contact": {
|
|
8
8
|
"name": "F5 Distributed Cloud",
|
|
9
9
|
"url": "https://docs.cloud.f5.com"
|
|
@@ -595,6 +595,8 @@
|
|
|
595
595
|
"type_url": {
|
|
596
596
|
"type": "string",
|
|
597
597
|
"description": "A URL/resource name that uniquely identifies the type of the serialized\nprotocol buffer message. This string must contain at least\none \"/\" character. The last segment of the URL's path must represent\nthe fully qualified name of the type (as in\n`path/google.protobuf.duration`). The name should be in a canonical form\n(e.g., leading \".\" is not accepted).\n\nIn practice, teams usually precompile into the binary all types that they\nexpect it to use in the context of Any. However, for URLs which use the\nscheme `HTTP`, `HTTPS`, or no scheme, one can optionally set up a type\nserver that maps type URLs to message definitions as follows:\n\n* If no scheme is provided, `HTTPS` is assumed.\n* An HTTP GET on the URL must yield a [google.protobuf.type][]\nvalue in binary format, or produce an error.\n* Applications are allowed to cache lookup results based on the\nURL, or have them precompiled into a binary to avoid any\nlookup. Therefore, binary compatibility needs to be preserved\non changes to types. (Use versioned type names to manage\nbreaking changes.)\n\nNote: this functionality is not currently available in the official\nprotobuf release, and it is not used for type URLs beginning with\ntype.googleapis.com.\n\nSchemes other than `HTTP`, `HTTPS` (or the empty scheme) might be\nused with implementation specific semantics.",
|
|
598
|
+
"x-f5xc-description-short": "URL identifying the protocol buffer message type.",
|
|
599
|
+
"x-f5xc-description-medium": "URL/resource name that uniquely identifies the type of the serialized protocol buffer message. This string must contain at least one \"/\" character. The last segment of the URL's path must represent the fully qualified name of the type (as in ).",
|
|
598
600
|
"minLength": 0,
|
|
599
601
|
"maxLength": 1024,
|
|
600
602
|
"x-f5xc-required-for": {
|
|
@@ -618,9 +620,11 @@
|
|
|
618
620
|
},
|
|
619
621
|
"x-original-maxLength": 1024,
|
|
620
622
|
"x-reconciled-from-discovery": true,
|
|
621
|
-
"x-reconciled-at": "2026-01-
|
|
623
|
+
"x-reconciled-at": "2026-01-07T15:29:37.374019+00:00"
|
|
622
624
|
}
|
|
623
625
|
},
|
|
626
|
+
"x-f5xc-description-short": "Contains an arbitrary serialized protocol buffer message along with a URL that describes the type of the serialized message.",
|
|
627
|
+
"x-f5xc-description-medium": "Contains an arbitrary serialized protocol buffer message along with a URL that describes the type of the serialized message. Protobuf library provides support to pack/unpack Any values in the form of utility functions or additional generated methods of the Any type. Example 1: Pack and unpack a...",
|
|
624
628
|
"x-f5xc-minimum-configuration": {
|
|
625
629
|
"description": "Minimum configuration for protobufAny",
|
|
626
630
|
"required_fields": [
|
|
@@ -641,6 +645,8 @@
|
|
|
641
645
|
"NULL_VALUE"
|
|
642
646
|
],
|
|
643
647
|
"default": "NULL_VALUE",
|
|
648
|
+
"x-f5xc-description-short": "Is a singleton enumeration to represent the null value for the type union. The JSON representation for is JSON . - NULL_VALUE: Null value.",
|
|
649
|
+
"x-f5xc-description-medium": "Is a singleton enumeration to represent the null value for the type union. The JSON representation for is JSON . - NULL_VALUE: Null value.",
|
|
644
650
|
"x-f5xc-minimum-configuration": {
|
|
645
651
|
"description": "Minimum configuration for protobufNullValue",
|
|
646
652
|
"required_fields": [],
|
|
@@ -669,6 +675,8 @@
|
|
|
669
675
|
"default": "EOK",
|
|
670
676
|
"x-displayname": "Error Code.",
|
|
671
677
|
"x-ves-proto-enum": "ves.io.schema.ErrorCode",
|
|
678
|
+
"x-f5xc-description-short": "Union of all possible error-codes from system - EOK: No error - EPERMS: Permissions error - EBADINPUT: Input is not correct - ENOTFOUND: Not found...",
|
|
679
|
+
"x-f5xc-description-medium": "Union of all possible error-codes from system - EOK: No error - EPERMS: Permissions error - EBADINPUT: Input is not correct - ENOTFOUND: Not found - EEXISTS: Already exists - EUNKNOWN: Unknown/catchall error - ESERIALIZE: Error in serializing/de-serializing - EINTERNAL: Server error - EPARTIAL...",
|
|
672
680
|
"x-f5xc-minimum-configuration": {
|
|
673
681
|
"description": "Minimum configuration for schemaErrorCode",
|
|
674
682
|
"required_fields": [],
|
|
@@ -709,6 +717,7 @@
|
|
|
709
717
|
}
|
|
710
718
|
}
|
|
711
719
|
},
|
|
720
|
+
"x-f5xc-description-short": "Information about a error in API operation.",
|
|
712
721
|
"x-f5xc-minimum-configuration": {
|
|
713
722
|
"description": "Minimum configuration for schemaErrorType",
|
|
714
723
|
"required_fields": [
|
|
@@ -736,6 +745,7 @@
|
|
|
736
745
|
"title": "Name",
|
|
737
746
|
"x-displayname": "Name",
|
|
738
747
|
"x-f5xc-example": "example-resource",
|
|
748
|
+
"x-f5xc-description-short": "Name of the service that is responsible for initializing this object.",
|
|
739
749
|
"minLength": 0,
|
|
740
750
|
"maxLength": 16,
|
|
741
751
|
"x-f5xc-required-for": {
|
|
@@ -746,9 +756,10 @@
|
|
|
746
756
|
},
|
|
747
757
|
"x-original-maxLength": 1024,
|
|
748
758
|
"x-reconciled-from-discovery": true,
|
|
749
|
-
"x-reconciled-at": "2026-01-
|
|
759
|
+
"x-reconciled-at": "2026-01-07T15:29:37.374034+00:00"
|
|
750
760
|
}
|
|
751
761
|
},
|
|
762
|
+
"x-f5xc-description-short": "Initializer is information about an initializer that has not yet completed.",
|
|
752
763
|
"x-f5xc-minimum-configuration": {
|
|
753
764
|
"description": "Minimum configuration for schemaInitializerType",
|
|
754
765
|
"required_fields": [
|
|
@@ -776,6 +787,8 @@
|
|
|
776
787
|
"$ref": "#/components/schemas/schemaInitializerType"
|
|
777
788
|
},
|
|
778
789
|
"x-displayname": "Pending",
|
|
790
|
+
"x-f5xc-description-short": "Pending is a list of initializers that must execute in order before this object is initialized.",
|
|
791
|
+
"x-f5xc-description-medium": "Pending is a list of initializers that must execute in order before this object is initialized. When the last pending initializer is removed, and no failing result is set, the initializers struct will be set to nil and the object is considered as initialized and visible to all clients.",
|
|
779
792
|
"x-f5xc-required-for": {
|
|
780
793
|
"minimum_config": false,
|
|
781
794
|
"create": false,
|
|
@@ -787,6 +800,7 @@
|
|
|
787
800
|
"$ref": "#/components/schemas/schemaStatusType"
|
|
788
801
|
}
|
|
789
802
|
},
|
|
803
|
+
"x-f5xc-description-short": "Initializers tracks the progress of initialization of a configuration object.",
|
|
790
804
|
"x-f5xc-minimum-configuration": {
|
|
791
805
|
"description": "Minimum configuration for schemaInitializersType",
|
|
792
806
|
"required_fields": [
|
|
@@ -826,6 +840,8 @@
|
|
|
826
840
|
"ves.io.schema.rules.map.values.string.max_len": "1024",
|
|
827
841
|
"ves.io.schema.rules.map.values.string.min_len": "1"
|
|
828
842
|
},
|
|
843
|
+
"x-f5xc-description-short": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata.",
|
|
844
|
+
"x-f5xc-description-medium": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects.",
|
|
829
845
|
"x-f5xc-required-for": {
|
|
830
846
|
"minimum_config": false,
|
|
831
847
|
"create": false,
|
|
@@ -847,6 +863,7 @@
|
|
|
847
863
|
"x-validation-rules": {
|
|
848
864
|
"ves.io.schema.rules.string.max_bytes": "1200"
|
|
849
865
|
},
|
|
866
|
+
"x-f5xc-description-short": "Human readable description for the object.",
|
|
850
867
|
"minLength": 0,
|
|
851
868
|
"x-f5xc-required-for": {
|
|
852
869
|
"minimum_config": false,
|
|
@@ -856,7 +873,7 @@
|
|
|
856
873
|
},
|
|
857
874
|
"x-original-maxLength": 1200,
|
|
858
875
|
"x-reconciled-from-discovery": true,
|
|
859
|
-
"x-reconciled-at": "2026-01-
|
|
876
|
+
"x-reconciled-at": "2026-01-07T15:29:37.374045+00:00"
|
|
860
877
|
},
|
|
861
878
|
"disable": {
|
|
862
879
|
"type": "boolean",
|
|
@@ -866,6 +883,7 @@
|
|
|
866
883
|
"x-displayname": "Disable",
|
|
867
884
|
"x-ves-example": "True",
|
|
868
885
|
"x-f5xc-example": "true",
|
|
886
|
+
"x-f5xc-description-short": "Value of true will administratively disable the object.",
|
|
869
887
|
"x-f5xc-required-for": {
|
|
870
888
|
"minimum_config": false,
|
|
871
889
|
"create": false,
|
|
@@ -880,6 +898,8 @@
|
|
|
880
898
|
"x-displayname": "Labels",
|
|
881
899
|
"x-ves-example": "Value",
|
|
882
900
|
"x-f5xc-example": "value",
|
|
901
|
+
"x-f5xc-description-short": "Map of string keys and values that can be used to organize and categorize (scope and select) objects as chosen by the user.",
|
|
902
|
+
"x-f5xc-description-medium": "Map of string keys and values that can be used to organize and categorize (scope and select) objects as chosen by the user. Values specified here will be used by selector expression.",
|
|
883
903
|
"x-f5xc-required-for": {
|
|
884
904
|
"minimum_config": false,
|
|
885
905
|
"create": false,
|
|
@@ -901,6 +921,8 @@
|
|
|
901
921
|
"x-validation-rules": {
|
|
902
922
|
"ves.io.schema.rules.message.required": "true"
|
|
903
923
|
},
|
|
924
|
+
"x-f5xc-description-short": "Name of configuration object. It has to be unique within the namespace.",
|
|
925
|
+
"x-f5xc-description-medium": "Name of configuration object. It has to be unique within the namespace. It can only be specified during create API and cannot be changed during replace API.",
|
|
904
926
|
"minLength": 0,
|
|
905
927
|
"maxLength": 16,
|
|
906
928
|
"x-f5xc-required-for": {
|
|
@@ -911,7 +933,7 @@
|
|
|
911
933
|
},
|
|
912
934
|
"x-original-maxLength": 1024,
|
|
913
935
|
"x-reconciled-from-discovery": true,
|
|
914
|
-
"x-reconciled-at": "2026-01-
|
|
936
|
+
"x-reconciled-at": "2026-01-07T15:29:37.374053+00:00"
|
|
915
937
|
},
|
|
916
938
|
"namespace": {
|
|
917
939
|
"type": "string",
|
|
@@ -920,6 +942,8 @@
|
|
|
920
942
|
"x-displayname": "Namespace",
|
|
921
943
|
"x-ves-example": "Staging",
|
|
922
944
|
"x-f5xc-example": "staging",
|
|
945
|
+
"x-f5xc-description-short": "Defines the workspace within which each the configuration object is to be created.",
|
|
946
|
+
"x-f5xc-description-medium": "Defines the workspace within which each the configuration object is to be created. Must be a DNS_LABEL format. For a namespace object itself, namespace value will be \"\".",
|
|
923
947
|
"minLength": 0,
|
|
924
948
|
"maxLength": 6,
|
|
925
949
|
"x-f5xc-required-for": {
|
|
@@ -930,9 +954,10 @@
|
|
|
930
954
|
},
|
|
931
955
|
"x-original-maxLength": 1024,
|
|
932
956
|
"x-reconciled-from-discovery": true,
|
|
933
|
-
"x-reconciled-at": "2026-01-
|
|
957
|
+
"x-reconciled-at": "2026-01-07T15:29:37.374057+00:00"
|
|
934
958
|
}
|
|
935
959
|
},
|
|
960
|
+
"x-f5xc-description-short": "ObjectGetMetaType is metadata that can be specified in GET/Create response of an object.",
|
|
936
961
|
"x-f5xc-minimum-configuration": {
|
|
937
962
|
"description": "Minimum configuration for schemaObjectGetMetaType",
|
|
938
963
|
"required_fields": [
|
|
@@ -964,6 +989,8 @@
|
|
|
964
989
|
"x-displayname": "Kind",
|
|
965
990
|
"x-ves-example": "Virtual_site.",
|
|
966
991
|
"x-f5xc-example": "virtual_site",
|
|
992
|
+
"x-f5xc-description-short": "When a configuration object(e.g. Virtual_host) refers to another(e.g route) then kind will hold the referred object's kind (e.g. \"route\")",
|
|
993
|
+
"x-f5xc-description-medium": "When a configuration object(e.g. Virtual_host) refers to another(e.g route) then kind will hold the referred object's kind (e.g. \"route\").",
|
|
967
994
|
"minLength": 0,
|
|
968
995
|
"maxLength": 14,
|
|
969
996
|
"x-f5xc-required-for": {
|
|
@@ -975,7 +1002,7 @@
|
|
|
975
1002
|
"readOnly": true,
|
|
976
1003
|
"x-original-maxLength": 1024,
|
|
977
1004
|
"x-reconciled-from-discovery": true,
|
|
978
|
-
"x-reconciled-at": "2026-01-
|
|
1005
|
+
"x-reconciled-at": "2026-01-07T15:29:37.374062+00:00"
|
|
979
1006
|
},
|
|
980
1007
|
"name": {
|
|
981
1008
|
"type": "string",
|
|
@@ -984,6 +1011,8 @@
|
|
|
984
1011
|
"x-displayname": "Name",
|
|
985
1012
|
"x-ves-example": "Contactus-route.",
|
|
986
1013
|
"x-f5xc-example": "contactus-route",
|
|
1014
|
+
"x-f5xc-description-short": "When a configuration object(e.g. Virtual_host) refers to another(e.g route) then name will hold the referred object's(e.g.",
|
|
1015
|
+
"x-f5xc-description-medium": "When a configuration object(e.g. Virtual_host) refers to another(e.g route) then name will hold the referred object's(e.g. Route's) name.",
|
|
987
1016
|
"minLength": 0,
|
|
988
1017
|
"maxLength": 16,
|
|
989
1018
|
"x-f5xc-required-for": {
|
|
@@ -994,7 +1023,7 @@
|
|
|
994
1023
|
},
|
|
995
1024
|
"x-original-maxLength": 1024,
|
|
996
1025
|
"x-reconciled-from-discovery": true,
|
|
997
|
-
"x-reconciled-at": "2026-01-
|
|
1026
|
+
"x-reconciled-at": "2026-01-07T15:29:37.374066+00:00"
|
|
998
1027
|
},
|
|
999
1028
|
"namespace": {
|
|
1000
1029
|
"type": "string",
|
|
@@ -1003,6 +1032,8 @@
|
|
|
1003
1032
|
"x-displayname": "Namespace",
|
|
1004
1033
|
"x-ves-example": "Ns1",
|
|
1005
1034
|
"x-f5xc-example": "ns1",
|
|
1035
|
+
"x-f5xc-description-short": "When a configuration object(e.g. Virtual_host) refers to another(e.g route) then namespace will hold the referred object's(e.g.",
|
|
1036
|
+
"x-f5xc-description-medium": "When a configuration object(e.g. Virtual_host) refers to another(e.g route) then namespace will hold the referred object's(e.g. Route's) namespace.",
|
|
1006
1037
|
"minLength": 0,
|
|
1007
1038
|
"maxLength": 6,
|
|
1008
1039
|
"x-f5xc-required-for": {
|
|
@@ -1013,7 +1044,7 @@
|
|
|
1013
1044
|
},
|
|
1014
1045
|
"x-original-maxLength": 1024,
|
|
1015
1046
|
"x-reconciled-from-discovery": true,
|
|
1016
|
-
"x-reconciled-at": "2026-01-
|
|
1047
|
+
"x-reconciled-at": "2026-01-07T15:29:37.374070+00:00"
|
|
1017
1048
|
},
|
|
1018
1049
|
"tenant": {
|
|
1019
1050
|
"type": "string",
|
|
@@ -1022,6 +1053,8 @@
|
|
|
1022
1053
|
"x-displayname": "Tenant",
|
|
1023
1054
|
"x-ves-example": "Example-corp.",
|
|
1024
1055
|
"x-f5xc-example": "example-corp",
|
|
1056
|
+
"x-f5xc-description-short": "When a configuration object(e.g. Virtual_host) refers to another(e.g route) then tenant will hold the referred object's(e.g.",
|
|
1057
|
+
"x-f5xc-description-medium": "When a configuration object(e.g. Virtual_host) refers to another(e.g route) then tenant will hold the referred object's(e.g. Route's) tenant.",
|
|
1025
1058
|
"minLength": 0,
|
|
1026
1059
|
"maxLength": 18,
|
|
1027
1060
|
"x-f5xc-required-for": {
|
|
@@ -1034,7 +1067,7 @@
|
|
|
1034
1067
|
"x-field-mutability": "read-only",
|
|
1035
1068
|
"x-original-maxLength": 1024,
|
|
1036
1069
|
"x-reconciled-from-discovery": true,
|
|
1037
|
-
"x-reconciled-at": "2026-01-
|
|
1070
|
+
"x-reconciled-at": "2026-01-07T15:29:37.374074+00:00"
|
|
1038
1071
|
},
|
|
1039
1072
|
"uid": {
|
|
1040
1073
|
"type": "string",
|
|
@@ -1043,6 +1076,8 @@
|
|
|
1043
1076
|
"x-displayname": "UID",
|
|
1044
1077
|
"x-ves-example": "D15f1fad-4d37-48c0-8706-df1824d76d31.",
|
|
1045
1078
|
"x-f5xc-example": "d15f1fad-4d37-48c0-8706-df1824d76d31",
|
|
1079
|
+
"x-f5xc-description-short": "When a configuration object(e.g. Virtual_host) refers to another(e.g route) then uid will hold the referred object's(e.g.",
|
|
1080
|
+
"x-f5xc-description-medium": "When a configuration object(e.g. Virtual_host) refers to another(e.g route) then uid will hold the referred object's(e.g. Route's) uid.",
|
|
1046
1081
|
"minLength": 0,
|
|
1047
1082
|
"maxLength": 36,
|
|
1048
1083
|
"x-f5xc-required-for": {
|
|
@@ -1056,9 +1091,11 @@
|
|
|
1056
1091
|
"x-original-maxLength": 1024,
|
|
1057
1092
|
"format": "uuid",
|
|
1058
1093
|
"x-reconciled-from-discovery": true,
|
|
1059
|
-
"x-reconciled-at": "2026-01-
|
|
1094
|
+
"x-reconciled-at": "2026-01-07T15:29:37.374080+00:00"
|
|
1060
1095
|
}
|
|
1061
1096
|
},
|
|
1097
|
+
"x-f5xc-description-short": "Type establishes a 'direct reference' from one object(the referrer) to another(the referred).",
|
|
1098
|
+
"x-f5xc-description-medium": "Type establishes a 'direct reference' from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name for public API and Uid for private API This type of reference is called direct because the relation is explicit and concrete (as opposed to selector...",
|
|
1062
1099
|
"x-f5xc-minimum-configuration": {
|
|
1063
1100
|
"description": "Minimum configuration for schemaObjectRefType",
|
|
1064
1101
|
"required_fields": [
|
|
@@ -1090,6 +1127,7 @@
|
|
|
1090
1127
|
"x-displayname": "Code",
|
|
1091
1128
|
"x-ves-example": "0",
|
|
1092
1129
|
"x-f5xc-example": "0",
|
|
1130
|
+
"x-f5xc-description-short": "Suggested HTTP return code for this status, 0 if not set.",
|
|
1093
1131
|
"minimum": 0,
|
|
1094
1132
|
"maximum": 2147483647,
|
|
1095
1133
|
"x-f5xc-required-for": {
|
|
@@ -1106,6 +1144,8 @@
|
|
|
1106
1144
|
"x-displayname": "Reason",
|
|
1107
1145
|
"x-ves-example": "Value",
|
|
1108
1146
|
"x-f5xc-example": "value",
|
|
1147
|
+
"x-f5xc-description-short": "Human-readable description of why this operation is in the \"Failure\" status. If this value is empty there is no information available.",
|
|
1148
|
+
"x-f5xc-description-medium": "Human-readable description of why this operation is in the \"Failure\" status. If this value is empty there is no information available.",
|
|
1109
1149
|
"minLength": 0,
|
|
1110
1150
|
"maxLength": 43,
|
|
1111
1151
|
"x-f5xc-required-for": {
|
|
@@ -1116,7 +1156,7 @@
|
|
|
1116
1156
|
},
|
|
1117
1157
|
"x-original-maxLength": 1024,
|
|
1118
1158
|
"x-reconciled-from-discovery": true,
|
|
1119
|
-
"x-reconciled-at": "2026-01-
|
|
1159
|
+
"x-reconciled-at": "2026-01-07T15:29:37.374087+00:00"
|
|
1120
1160
|
},
|
|
1121
1161
|
"status": {
|
|
1122
1162
|
"type": "string",
|
|
@@ -1125,6 +1165,7 @@
|
|
|
1125
1165
|
"x-displayname": "Status",
|
|
1126
1166
|
"x-ves-example": "Value",
|
|
1127
1167
|
"x-f5xc-example": "value",
|
|
1168
|
+
"x-f5xc-description-short": "Status of the operation. One of: \"Success\" or \"Failure\".",
|
|
1128
1169
|
"minLength": 0,
|
|
1129
1170
|
"maxLength": 17,
|
|
1130
1171
|
"x-f5xc-required-for": {
|
|
@@ -1135,9 +1176,10 @@
|
|
|
1135
1176
|
},
|
|
1136
1177
|
"x-original-maxLength": 1024,
|
|
1137
1178
|
"x-reconciled-from-discovery": true,
|
|
1138
|
-
"x-reconciled-at": "2026-01-
|
|
1179
|
+
"x-reconciled-at": "2026-01-07T15:29:37.374091+00:00"
|
|
1139
1180
|
}
|
|
1140
1181
|
},
|
|
1182
|
+
"x-f5xc-description-short": "Status is a return value for calls that don't return other objects.",
|
|
1141
1183
|
"x-f5xc-minimum-configuration": {
|
|
1142
1184
|
"description": "Minimum configuration for schemaStatusType",
|
|
1143
1185
|
"required_fields": [
|
|
@@ -1165,6 +1207,8 @@
|
|
|
1165
1207
|
"title": "Creation_timestamp.",
|
|
1166
1208
|
"format": "date-time",
|
|
1167
1209
|
"x-displayname": "Creation Timestamp.",
|
|
1210
|
+
"x-f5xc-description-short": "CreationTimestamp is a timestamp representing the server time when this object was created.",
|
|
1211
|
+
"x-f5xc-description-medium": "CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value.",
|
|
1168
1212
|
"minLength": 0,
|
|
1169
1213
|
"maxLength": 1024,
|
|
1170
1214
|
"x-f5xc-required-for": {
|
|
@@ -1182,6 +1226,7 @@
|
|
|
1182
1226
|
"x-displayname": "Creator Class.",
|
|
1183
1227
|
"x-ves-example": "Prism",
|
|
1184
1228
|
"x-f5xc-example": "value",
|
|
1229
|
+
"x-f5xc-description-short": "Value identifying the class of the user or service which created this configuration object.",
|
|
1185
1230
|
"minLength": 0,
|
|
1186
1231
|
"maxLength": 1024,
|
|
1187
1232
|
"x-f5xc-required-for": {
|
|
@@ -1199,6 +1244,7 @@
|
|
|
1199
1244
|
"x-displayname": "Creator ID.",
|
|
1200
1245
|
"x-ves-example": "Admin@example-corp.com.",
|
|
1201
1246
|
"x-f5xc-example": "value",
|
|
1247
|
+
"x-f5xc-description-short": "Value identifying the exact user or service that created this configuration object.",
|
|
1202
1248
|
"minLength": 0,
|
|
1203
1249
|
"maxLength": 1024,
|
|
1204
1250
|
"x-f5xc-required-for": {
|
|
@@ -1215,6 +1261,8 @@
|
|
|
1215
1261
|
"title": "Deletion_timestamp.",
|
|
1216
1262
|
"format": "date-time",
|
|
1217
1263
|
"x-displayname": "Deletion Timestamp.",
|
|
1264
|
+
"x-f5xc-description-short": "DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted.",
|
|
1265
|
+
"x-f5xc-description-medium": "DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not...",
|
|
1218
1266
|
"minLength": 0,
|
|
1219
1267
|
"maxLength": 1024,
|
|
1220
1268
|
"x-f5xc-required-for": {
|
|
@@ -1234,6 +1282,8 @@
|
|
|
1234
1282
|
"x-displayname": "Finalizers.",
|
|
1235
1283
|
"x-ves-example": "Value",
|
|
1236
1284
|
"x-f5xc-example": "value",
|
|
1285
|
+
"x-f5xc-description-short": "Must be empty before the object is deleted from the registry.",
|
|
1286
|
+
"x-f5xc-description-medium": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed.",
|
|
1237
1287
|
"x-f5xc-required-for": {
|
|
1238
1288
|
"minimum_config": false,
|
|
1239
1289
|
"create": false,
|
|
@@ -1251,6 +1301,8 @@
|
|
|
1251
1301
|
"x-displayname": "Labels",
|
|
1252
1302
|
"x-ves-example": "'VES.I/O/soft-deleted': 'true'",
|
|
1253
1303
|
"x-f5xc-example": "'F5 XC/soft-deleted''true'",
|
|
1304
|
+
"x-f5xc-description-short": "Map of string keys and values that can be used to organize and categorize (scope and select) objects as chosen by the operator or software.",
|
|
1305
|
+
"x-f5xc-description-medium": "Map of string keys and values that can be used to organize and categorize (scope and select) objects as chosen by the operator or software. Values here can be interpreted by software(backend or frontend) to enable certain behavior e.g. Things marked as soft-deleted(restorable).",
|
|
1254
1306
|
"x-f5xc-required-for": {
|
|
1255
1307
|
"minimum_config": false,
|
|
1256
1308
|
"create": false,
|
|
@@ -1264,6 +1316,8 @@
|
|
|
1264
1316
|
"title": "Modification_timestamp.",
|
|
1265
1317
|
"format": "date-time",
|
|
1266
1318
|
"x-displayname": "Modification Timestamp.",
|
|
1319
|
+
"x-f5xc-description-short": "ModificationTimestamp is a timestamp representing the server time when this object was last modified.",
|
|
1320
|
+
"x-f5xc-description-medium": "ModificationTimestamp is a timestamp representing the server time when this object was last modified.",
|
|
1267
1321
|
"minLength": 0,
|
|
1268
1322
|
"maxLength": 1024,
|
|
1269
1323
|
"x-f5xc-required-for": {
|
|
@@ -1282,6 +1336,8 @@
|
|
|
1282
1336
|
"x-displayname": "Object Index.",
|
|
1283
1337
|
"x-ves-example": "0",
|
|
1284
1338
|
"x-f5xc-example": "0",
|
|
1339
|
+
"x-f5xc-description-short": "Unique index for the object. Some objects need a unique integer index to be allocated for each object type.",
|
|
1340
|
+
"x-f5xc-description-medium": "Unique index for the object. Some objects need a unique integer index to be allocated for each object type. This field will be populated for all objects that need it and will be zero otherwise.",
|
|
1285
1341
|
"minimum": 0,
|
|
1286
1342
|
"maximum": 2147483647,
|
|
1287
1343
|
"x-f5xc-required-for": {
|
|
@@ -1302,6 +1358,8 @@
|
|
|
1302
1358
|
"x-displayname": "Tenant",
|
|
1303
1359
|
"x-ves-example": "Example-corp.",
|
|
1304
1360
|
"x-f5xc-example": "example-corp",
|
|
1361
|
+
"x-f5xc-description-short": "Tenant to which this configuration object belongs to. The value for this is found from presented credentials.",
|
|
1362
|
+
"x-f5xc-description-medium": "Tenant to which this configuration object belongs to. The value for this is found from presented credentials.",
|
|
1305
1363
|
"minLength": 0,
|
|
1306
1364
|
"maxLength": 18,
|
|
1307
1365
|
"x-f5xc-required-for": {
|
|
@@ -1313,7 +1371,7 @@
|
|
|
1313
1371
|
"x-field-mutability": "read-only",
|
|
1314
1372
|
"x-original-maxLength": 1024,
|
|
1315
1373
|
"x-reconciled-from-discovery": true,
|
|
1316
|
-
"x-reconciled-at": "2026-01-
|
|
1374
|
+
"x-reconciled-at": "2026-01-07T15:29:37.374110+00:00"
|
|
1317
1375
|
},
|
|
1318
1376
|
"uid": {
|
|
1319
1377
|
"type": "string",
|
|
@@ -1322,6 +1380,8 @@
|
|
|
1322
1380
|
"x-displayname": "UID",
|
|
1323
1381
|
"x-ves-example": "D15f1fad-4d37-48c0-8706-df1824d76d31.",
|
|
1324
1382
|
"x-f5xc-example": "d15f1fad-4d37-48c0-8706-df1824d76d31",
|
|
1383
|
+
"x-f5xc-description-short": "Uid is the unique in time and space value for this object.",
|
|
1384
|
+
"x-f5xc-description-medium": "Uid is the unique in time and space value for this object. It is generated by the server on successful creation of an object and is not allowed to change on Replace API. The value of is taken from uid field of ObjectMetaType, if provided.",
|
|
1325
1385
|
"minLength": 0,
|
|
1326
1386
|
"maxLength": 36,
|
|
1327
1387
|
"x-f5xc-required-for": {
|
|
@@ -1334,9 +1394,11 @@
|
|
|
1334
1394
|
"x-original-maxLength": 1024,
|
|
1335
1395
|
"format": "uuid",
|
|
1336
1396
|
"x-reconciled-from-discovery": true,
|
|
1337
|
-
"x-reconciled-at": "2026-01-
|
|
1397
|
+
"x-reconciled-at": "2026-01-07T15:29:37.374115+00:00"
|
|
1338
1398
|
}
|
|
1339
1399
|
},
|
|
1400
|
+
"x-f5xc-description-short": "SystemObjectGetMetaType is metadata generated or populated by the system for all persisted objects and cannot be updated directly by users.",
|
|
1401
|
+
"x-f5xc-description-medium": "SystemObjectGetMetaType is metadata generated or populated by the system for all persisted objects and cannot be updated directly by users.",
|
|
1340
1402
|
"x-f5xc-minimum-configuration": {
|
|
1341
1403
|
"description": "Minimum configuration for schemaSystemObjectGetMetaType",
|
|
1342
1404
|
"required_fields": [
|
|
@@ -1384,7 +1446,7 @@
|
|
|
1384
1446
|
},
|
|
1385
1447
|
"x-original-maxLength": 1024,
|
|
1386
1448
|
"x-reconciled-from-discovery": true,
|
|
1387
|
-
"x-reconciled-at": "2026-01-
|
|
1449
|
+
"x-reconciled-at": "2026-01-07T15:29:37.374120+00:00"
|
|
1388
1450
|
},
|
|
1389
1451
|
"name": {
|
|
1390
1452
|
"type": "string",
|
|
@@ -1393,6 +1455,8 @@
|
|
|
1393
1455
|
"x-displayname": "Name",
|
|
1394
1456
|
"x-ves-example": "Contactus-route.",
|
|
1395
1457
|
"x-f5xc-example": "contactus-route",
|
|
1458
|
+
"x-f5xc-description-short": "When a configuration object(e.g. Virtual_host) refers to another(e.g route) then name will hold the referred object's(e.g.",
|
|
1459
|
+
"x-f5xc-description-medium": "When a configuration object(e.g. Virtual_host) refers to another(e.g route) then name will hold the referred object's(e.g. Route's) name.",
|
|
1396
1460
|
"minLength": 0,
|
|
1397
1461
|
"maxLength": 16,
|
|
1398
1462
|
"x-f5xc-required-for": {
|
|
@@ -1403,7 +1467,7 @@
|
|
|
1403
1467
|
},
|
|
1404
1468
|
"x-original-maxLength": 1024,
|
|
1405
1469
|
"x-reconciled-from-discovery": true,
|
|
1406
|
-
"x-reconciled-at": "2026-01-
|
|
1470
|
+
"x-reconciled-at": "2026-01-07T15:29:37.374124+00:00"
|
|
1407
1471
|
},
|
|
1408
1472
|
"namespace": {
|
|
1409
1473
|
"type": "string",
|
|
@@ -1412,6 +1476,8 @@
|
|
|
1412
1476
|
"x-displayname": "Namespace",
|
|
1413
1477
|
"x-ves-example": "Ns1",
|
|
1414
1478
|
"x-f5xc-example": "ns1",
|
|
1479
|
+
"x-f5xc-description-short": "When a configuration object(e.g. Virtual_host) refers to another(e.g route) then namespace will hold the referred object's(e.g.",
|
|
1480
|
+
"x-f5xc-description-medium": "When a configuration object(e.g. Virtual_host) refers to another(e.g route) then namespace will hold the referred object's(e.g. Route's) namespace.",
|
|
1415
1481
|
"minLength": 0,
|
|
1416
1482
|
"maxLength": 6,
|
|
1417
1483
|
"x-f5xc-required-for": {
|
|
@@ -1422,7 +1488,7 @@
|
|
|
1422
1488
|
},
|
|
1423
1489
|
"x-original-maxLength": 1024,
|
|
1424
1490
|
"x-reconciled-from-discovery": true,
|
|
1425
|
-
"x-reconciled-at": "2026-01-
|
|
1491
|
+
"x-reconciled-at": "2026-01-07T15:29:37.374128+00:00"
|
|
1426
1492
|
},
|
|
1427
1493
|
"uid": {
|
|
1428
1494
|
"type": "string",
|
|
@@ -1443,9 +1509,10 @@
|
|
|
1443
1509
|
"x-original-maxLength": 1024,
|
|
1444
1510
|
"format": "uuid",
|
|
1445
1511
|
"x-reconciled-from-discovery": true,
|
|
1446
|
-
"x-reconciled-at": "2026-01-
|
|
1512
|
+
"x-reconciled-at": "2026-01-07T15:29:37.374133+00:00"
|
|
1447
1513
|
}
|
|
1448
1514
|
},
|
|
1515
|
+
"x-f5xc-description-short": "ViewRefType represents a reference to a view.",
|
|
1449
1516
|
"x-f5xc-minimum-configuration": {
|
|
1450
1517
|
"description": "Minimum configuration for schemaViewRefType",
|
|
1451
1518
|
"required_fields": [
|
|
@@ -1476,6 +1543,7 @@
|
|
|
1476
1543
|
"$ref": "#/components/schemas/schemaObjectRefType"
|
|
1477
1544
|
},
|
|
1478
1545
|
"x-displayname": "Deleted Referred Objects.",
|
|
1546
|
+
"x-f5xc-description-short": "The set of deleted objects that are referred by this object.",
|
|
1479
1547
|
"x-f5xc-required-for": {
|
|
1480
1548
|
"minimum_config": false,
|
|
1481
1549
|
"create": false,
|
|
@@ -1491,6 +1559,7 @@
|
|
|
1491
1559
|
"$ref": "#/components/schemas/schemaObjectRefType"
|
|
1492
1560
|
},
|
|
1493
1561
|
"x-displayname": "Disabled Referred Objects.",
|
|
1562
|
+
"x-f5xc-description-short": "The set of deleted objects that are referred by this object.",
|
|
1494
1563
|
"x-f5xc-required-for": {
|
|
1495
1564
|
"minimum_config": false,
|
|
1496
1565
|
"create": false,
|
|
@@ -1509,6 +1578,7 @@
|
|
|
1509
1578
|
"$ref": "#/components/schemas/schemaObjectRefType"
|
|
1510
1579
|
},
|
|
1511
1580
|
"x-displayname": "Referring Objects.",
|
|
1581
|
+
"x-f5xc-description-short": "The set of objects that are referring to this object in their spec.",
|
|
1512
1582
|
"x-f5xc-required-for": {
|
|
1513
1583
|
"minimum_config": false,
|
|
1514
1584
|
"create": false,
|
|
@@ -1551,6 +1621,8 @@
|
|
|
1551
1621
|
"GET_RSP_FORMAT_BROKEN_REFERENCES"
|
|
1552
1622
|
],
|
|
1553
1623
|
"default": "GET_RSP_FORMAT_DEFAULT",
|
|
1624
|
+
"x-f5xc-description-short": "X-displayName: \"GET Response Format\" This is the various forms that can be requested to be sent in the GetResponse - GET_RSP_FORMAT_DEFAULT...",
|
|
1625
|
+
"x-f5xc-description-medium": "X-displayName: \"GET Response Format\" This is the various forms that can be requested to be sent in the GetResponse - GET_RSP_FORMAT_DEFAULT: x-displayName: \"Default Format\" Default format of returned resource - GET_RSP_FORMAT_READ: x-displayName: \"GetSpecType format\" Response should be in format...",
|
|
1554
1626
|
"x-f5xc-minimum-configuration": {
|
|
1555
1627
|
"description": "Minimum configuration for static_componentGetResponseFormatCode",
|
|
1556
1628
|
"required_fields": [],
|
|
@@ -1579,6 +1651,7 @@
|
|
|
1579
1651
|
"x-validation-rules": {
|
|
1580
1652
|
"ves.io.schema.rules.message.required": "true"
|
|
1581
1653
|
},
|
|
1654
|
+
"x-f5xc-description-short": "Information of the UI component Required: YES.",
|
|
1582
1655
|
"x-f5xc-required-for": {
|
|
1583
1656
|
"minimum_config": false,
|
|
1584
1657
|
"create": false,
|
|
@@ -1588,7 +1661,7 @@
|
|
|
1588
1661
|
"maxLength": 15,
|
|
1589
1662
|
"minLength": 3,
|
|
1590
1663
|
"x-reconciled-from-discovery": true,
|
|
1591
|
-
"x-reconciled-at": "2026-01-
|
|
1664
|
+
"x-reconciled-at": "2026-01-07T15:29:37.374147+00:00"
|
|
1592
1665
|
}
|
|
1593
1666
|
},
|
|
1594
1667
|
"x-f5xc-minimum-configuration": {
|
|
@@ -1618,6 +1691,7 @@
|
|
|
1618
1691
|
"$ref": "#/components/schemas/schemaErrorType"
|
|
1619
1692
|
},
|
|
1620
1693
|
"x-displayname": "Errors",
|
|
1694
|
+
"x-f5xc-description-short": "Errors(if any) while listing items from collection.",
|
|
1621
1695
|
"x-f5xc-required-for": {
|
|
1622
1696
|
"minimum_config": false,
|
|
1623
1697
|
"create": false,
|
|
@@ -1633,6 +1707,8 @@
|
|
|
1633
1707
|
"$ref": "#/components/schemas/static_componentListResponseItem"
|
|
1634
1708
|
},
|
|
1635
1709
|
"x-displayname": "Items",
|
|
1710
|
+
"x-f5xc-example": "[\"item1\", \"item2\", \"item3\"]",
|
|
1711
|
+
"x-f5xc-description-short": "Items represents the collection in response.",
|
|
1636
1712
|
"x-f5xc-required-for": {
|
|
1637
1713
|
"minimum_config": false,
|
|
1638
1714
|
"create": false,
|
|
@@ -1666,6 +1742,8 @@
|
|
|
1666
1742
|
"description": "The set of annotations present on this static_component.",
|
|
1667
1743
|
"title": "Annotations.",
|
|
1668
1744
|
"x-displayname": "Annotations.",
|
|
1745
|
+
"x-f5xc-example": "{\"key\": \"value\"}",
|
|
1746
|
+
"x-f5xc-description-short": "The set of annotations present on this static_component.",
|
|
1669
1747
|
"x-f5xc-required-for": {
|
|
1670
1748
|
"minimum_config": false,
|
|
1671
1749
|
"create": false,
|
|
@@ -1678,6 +1756,7 @@
|
|
|
1678
1756
|
"description": "The description set for this static_component.",
|
|
1679
1757
|
"title": "Description.",
|
|
1680
1758
|
"x-displayname": "Description.",
|
|
1759
|
+
"x-f5xc-description-short": "The description set for this static_component.",
|
|
1681
1760
|
"minLength": 0,
|
|
1682
1761
|
"maxLength": 0,
|
|
1683
1762
|
"x-f5xc-required-for": {
|
|
@@ -1688,7 +1767,7 @@
|
|
|
1688
1767
|
},
|
|
1689
1768
|
"x-original-maxLength": 1024,
|
|
1690
1769
|
"x-reconciled-from-discovery": true,
|
|
1691
|
-
"x-reconciled-at": "2026-01-
|
|
1770
|
+
"x-reconciled-at": "2026-01-07T15:29:37.374159+00:00"
|
|
1692
1771
|
},
|
|
1693
1772
|
"disabled": {
|
|
1694
1773
|
"type": "boolean",
|
|
@@ -1696,6 +1775,8 @@
|
|
|
1696
1775
|
"title": "Disabled",
|
|
1697
1776
|
"format": "boolean",
|
|
1698
1777
|
"x-displayname": "Disabled",
|
|
1778
|
+
"x-f5xc-example": "True",
|
|
1779
|
+
"x-f5xc-description-short": "Value of true indicates static_component is administratively disabled.",
|
|
1699
1780
|
"x-f5xc-required-for": {
|
|
1700
1781
|
"minimum_config": false,
|
|
1701
1782
|
"create": false,
|
|
@@ -1711,6 +1792,8 @@
|
|
|
1711
1792
|
"description": "The set of labels present on this static_component.",
|
|
1712
1793
|
"title": "Labels",
|
|
1713
1794
|
"x-displayname": "Labels",
|
|
1795
|
+
"x-f5xc-example": "{\"key\": \"value\"}",
|
|
1796
|
+
"x-f5xc-description-short": "The set of labels present on this static_component.",
|
|
1714
1797
|
"x-f5xc-required-for": {
|
|
1715
1798
|
"minimum_config": false,
|
|
1716
1799
|
"create": false,
|
|
@@ -1738,7 +1821,7 @@
|
|
|
1738
1821
|
},
|
|
1739
1822
|
"x-original-maxLength": 1024,
|
|
1740
1823
|
"x-reconciled-from-discovery": true,
|
|
1741
|
-
"x-reconciled-at": "2026-01-
|
|
1824
|
+
"x-reconciled-at": "2026-01-07T15:29:37.374168+00:00"
|
|
1742
1825
|
},
|
|
1743
1826
|
"namespace": {
|
|
1744
1827
|
"type": "string",
|
|
@@ -1757,7 +1840,7 @@
|
|
|
1757
1840
|
},
|
|
1758
1841
|
"x-original-maxLength": 1024,
|
|
1759
1842
|
"x-reconciled-from-discovery": true,
|
|
1760
|
-
"x-reconciled-at": "2026-01-
|
|
1843
|
+
"x-reconciled-at": "2026-01-07T15:29:37.374173+00:00"
|
|
1761
1844
|
},
|
|
1762
1845
|
"owner_view": {
|
|
1763
1846
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -1783,7 +1866,7 @@
|
|
|
1783
1866
|
"x-field-mutability": "read-only",
|
|
1784
1867
|
"x-original-maxLength": 1024,
|
|
1785
1868
|
"x-reconciled-from-discovery": true,
|
|
1786
|
-
"x-reconciled-at": "2026-01-
|
|
1869
|
+
"x-reconciled-at": "2026-01-07T15:29:37.374179+00:00"
|
|
1787
1870
|
},
|
|
1788
1871
|
"uid": {
|
|
1789
1872
|
"type": "string",
|
|
@@ -1792,6 +1875,7 @@
|
|
|
1792
1875
|
"x-displayname": "UID",
|
|
1793
1876
|
"x-ves-example": "D27938ba-967e-40a7-9709-57b8627f9f75.",
|
|
1794
1877
|
"x-f5xc-example": "d27938ba-967e-40a7-9709-57b8627f9f75",
|
|
1878
|
+
"x-f5xc-description-short": "The unique uid of this static_component.",
|
|
1795
1879
|
"minLength": 0,
|
|
1796
1880
|
"maxLength": 36,
|
|
1797
1881
|
"x-f5xc-required-for": {
|
|
@@ -1804,9 +1888,11 @@
|
|
|
1804
1888
|
"x-original-maxLength": 1024,
|
|
1805
1889
|
"format": "uuid",
|
|
1806
1890
|
"x-reconciled-from-discovery": true,
|
|
1807
|
-
"x-reconciled-at": "2026-01-
|
|
1891
|
+
"x-reconciled-at": "2026-01-07T15:29:37.374184+00:00"
|
|
1808
1892
|
}
|
|
1809
1893
|
},
|
|
1894
|
+
"x-f5xc-description-short": "By default a summary of static_component is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
|
|
1895
|
+
"x-f5xc-description-medium": "By default a summary of static_component is returned in 'List'. By setting 'report_fields' in the ListRequest more details of each item can be got.",
|
|
1810
1896
|
"x-f5xc-minimum-configuration": {
|
|
1811
1897
|
"description": "Minimum configuration for static_componentListResponseItem",
|
|
1812
1898
|
"required_fields": [
|