Get Load Balancer Type

Get Load Balancer Type

Retrieve load balancer type by ID

Request
URI
GET
https://{api_host}/network-service//api/load-balancers/types/{id}
COPY
Path Parameters
string
id
Required

Load balancer type ID


Responses
200

Successfully returned load balancer type

Returns LoadBalancerType of type(s) */*
{
    "schema": [
        {
            "schema": {
                "fields": [
                    {
                        "permissibleValues": {
                            "customAllowed": false
                        },
                        "displayAdvice": "string",
                        "columns": [
                            "Field Object"
                        ],
                        "dataType": {
                            "typeId": "string"
                        },
                        "isMultiValued": false,
                        "description": "string",
                        "orderIndex": 0,
                        "id": "string",
                        "label": "string",
                        "state": {
                            "dependencies": [
                                "string"
                            ],
                            "facets": [
                                {}
                            ]
                        }
                    }
                ]
            },
            "lastUpdated": "string",
            "schemaClassId": "string",
            "createdDate": "string",
            "id": "string",
            "version": 0
        }
    ],
    "lastUpdated": "string",
    "createdDate": "string",
    "name": "string",
    "serviceTypeId": "string",
    "description": "string",
    "id": "string",
    "version": 0,
    "allocationRelatedResourceTypes": [
        "string"
    ]
}
schema
Optional

schema

string As date-time As date-time
lastUpdated
Optional

lastUpdated

formReference
Required

formReference

string As date-time As date-time
createdDate
Optional

createdDate

string
name
Optional

name

string
serviceTypeId
Optional

serviceTypeId

string
description
Optional

description

string
id
Optional

id

integer As int64 As int64
version
Optional

version

array of string
allocationRelatedResourceTypes
Optional

allocationRelatedResourceTypes


404

Load balancer type not found with the provided id

Operation doesn't return any data structure