Update Interface Behavior
DescriptionUpdate the execution of the specified Behavior in the Defined Interface. The Behaviors can be specified by ID or by name.
Request
URLURL
Path Parameters
Path Parameters
Request Body
{
"description": "Adds a node to the cluster.\nParameters:\n clusterId: the ID of the cluster\n node: The node address\n",
"id": "urn:vcloud:behavior-type:addNode:vendorA:pksContainerCluster:1.0.0:vendorA:containerCluster:1.0.0",
"name": "addNode",
"ref": "urn:vcloud:behavior-interface:testNode:vendorA:containerCluster:1.0.0"
}
A description specifying the contract of the Behavior
The Behavior execution mechanism. Can be defined both in an Interface and in a Defined Entity Type as an override.
The Behavior ID is generated and is an output-only property
The Behavior invocation reference to be used for polymorphic behavior invocations. It is generated and is an output-only property
Authentication
Response
Response BodyResponse Body
200 OK
{
"description": "Adds a node to the cluster.\nParameters:\n clusterId: the ID of the cluster\n node: The node address\n",
"id": "urn:vcloud:behavior-type:addNode:vendorA:pksContainerCluster:1.0.0:vendorA:containerCluster:1.0.0",
"name": "addNode",
"ref": "urn:vcloud:behavior-interface:testNode:vendorA:containerCluster:1.0.0"
}
A description specifying the contract of the Behavior
The Behavior execution mechanism. Can be defined both in an Interface and in a Defined Entity Type as an override.
The Behavior ID is generated and is an output-only property
The Behavior invocation reference to be used for polymorphic behavior invocations. It is generated and is an output-only property