LicenseHubConfigList

LicenseHubConfigList
LicenseHub Configuration List

A list of all LicenseHub platform configurations.

AllOf
This class requires all of the following:
JSON Example
{
    "offset": 0,
    "number_of_results": 0,
    "total_result_count": 0,
    "total_pages": 0,
    "sort_ascending": false,
    "sort_by": "string",
    "configs": [
        {
            "_create_user": "string",
            "_create_time": 0,
            "_last_modified_user": "string",
            "_last_modified_time": 0,
            "_revision": 0,
            "_resource_type": "string",
            "_system_owned": false,
            "id": "string",
            "display_name": "string",
            "description": "string",
            "site_ids": [
                "string"
            ],
            "desired_state": "string",
            "provider_id": "string",
            "network": {
                "ntp": "string",
                "dns": [
                    "string"
                ],
                "search_domain": "string",
                "network_configs": [
                    {
                        "platform_subnet": "string",
                        "platform_default_gateway": "string",
                        "service_pools": [
                            {
                                "start": "string",
                                "end": "string",
                                "name": "string"
                            }
                        ]
                    }
                ]
            },
            "service": {
                "ingress_fqdn": "string",
                "kafka_fqdn": "string",
                "ssp_bundle_version": "string",
                "password_configuration": {
                    "admin_password": "string",
                    "audit_password": "string"
                },
                "instance_name": "string"
            },
            "instance_id": "string"
        }
    ]
}