Skip to content
CreateNsRequest.json 574 B
Newer Older
AHMADABB's avatar
AHMADABB committed
{
"CreateNsRequest": {
		"type": "object",
		"required": [
			"nsdId",
			"nsName",
			"nsDescription"
		],
		"properties": {
			"nsdId": {
				"description": "Identifier of the NSD that defines the NS instance to be created.\n",
				"$ref": "SOL005_def.yaml#/definitions/Identifier"
			},
			"nsName": {
				"description": "Human-readable name of the NS instance to be created.\n",
				"type": "string"
			},
			"nsDescription": {
				"description": "Human-readable description of the NS instance to be created.\n",
				"type": "string"
			}
		}
	}
}