Update Or Create Load Balancer Type

Update Or Create Load Balancer Type

Create or update a load balancer type

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

Load balancer type ID


Request Body
LoadBalancerType of type(s) application/json
Optional
{
    "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

Responses
200

Load balancer type created or updated successfully

Operation doesn't return any data structure