Get Security Group Type

Get Security Group Type

Get the security group type by ID

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

Security group type ID


Responses
200

Successfully returned security group type

Returns SecurityGroupType 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

Security group type not found with provided id

Operation doesn't return any data structure