InlineZtpV1CsgsFetchByNames200Response

InlineZtpV1CsgsFetchByNames200Response
InlineZtpV1CsgsFetchByNames200Response
JSON Example
{
    "csgs": [
        {
            "id": "string",
            "version": 0,
            "name": "string",
            "type": "string",
            "enabled": false,
            "preDeployed": {
                "preDeployed": false
            },
            "parentDomainId": "string",
            "parentDomainName": "cdc1",
            "switches": [
                {
                    "name": "string",
                    "uplinks": [
                        {
                            "pnic": "string",
                            "name": "string"
                        }
                    ]
                }
            ],
            "networks": [
                {
                    "type": "string",
                    "name": "string",
                    "switch": "string",
                    "segmentType": "string",
                    "vlan": 0,
                    "mac_learning_enabled": false,
                    "uplinkTeamingPolicy": {
                        "uplinkPortOrder": {
                            "active": [
                                "string"
                            ],
                            "standby": [
                                "string"
                            ],
                            "unused": [
                                "string"
                            ]
                        }
                    }
                }
            ],
            "settings": {
                "dns": {
                    "suffix": "string",
                    "servers": [
                        "string"
                    ]
                },
                "ntp": {
                    "servers": [
                        "string"
                    ]
                },
                "csiTagging": {
                    "enableCsiZoning": false,
                    "clusterCsiZoneTagNamingScheme": "string",
                    "hostCsiZoneTagNamingScheme": "string"
                },
                "disableDatastoreCustomization": false
            },
            "csiTags": {
                "csiZoneTag": "string"
            },
            "csiCategories": {
                "useExisting": false,
                "zone": "string"
            },
            "hcpId": "string",
            "hcpName": "string",
            "hostCount": 0,
            "status": "string",
            "createdTimestamp": 0,
            "lastUpdatedTimestamp": 0,
            "messages": {
                "warnings": [
                    {
                        "code": "string",
                        "message": "string",
                        "stack": "string"
                    }
                ],
                "errors": [
                    {
                        "code": "string",
                        "message": "string",
                        "stack": "string"
                    }
                ]
            }
        }
    ],
    "notfound": [
        "string"
    ]
}
array of object
csgs
Optional

The list of csgs available.

array of string
notfound
Optional

The list of csg names which are not available.