ConnectivityValidationGroup

ConnectivityValidationGroup
ConnectivityValidationGroup
JSON Example
{
    "id": "string",
    "name": "string",
    "sub_groups": [
        {
            "inputs": [
                {
                    "id": "string",
                    "value": "string",
                    "label": "string"
                }
            ],
            "tests": [
                {
                    "source": "string",
                    "path": "string",
                    "type": "string",
                    "ports": [
                        "string"
                    ],
                    "pktsize": "string"
                }
            ],
            "label": "string",
            "help": "string",
            "id": "string"
        }
    ]
}
string
id
Optional

test group id, currently, only HLM.

Possible values are : HLM, DRAAS,
string
name
Optional

Name of the test group.

sub_groups
Optional

List of sub groups.