Get Interface Behavior
Retrieve a specific Behavior in the specified Defined Interface.
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/interfaces/{id}/behaviors/{behaviorId}
COPY
Path Parameters
string
id
Required
id
string
behaviorId
Required
behaviorId
Responses
200
OK
Returns
Behavior
of type(s)
application/json;version=40.0
{
"name": "addNode",
"id": "urn:vcloud:behavior-type:addNode:vendorA:pksContainerCluster:1.0.0:vendorA:containerCluster:1.0.0",
"ref": "urn:vcloud:behavior-interface:testNode:vendorA:containerCluster:1.0.0",
"description": "Adds a node to the cluster.\nParameters:\n clusterId: the ID of the cluster\n node: The node address\n",
"execution": {
"execution": {}
}
}
string
name
Optional
name
string
id
Optional
The Behavior ID is generated and is an output-only property
string
ref
Optional
The Behavior invocation reference to be used for polymorphic behavior invocations. It is generated and is an output-only property
string
description
Optional
A description specifying the contract of the Behavior
object
execution
Optional
The Behavior execution mechanism. Can be defined both in an Interface and in a Defined Entity Type as an override.
Vendor Extension
This operation contains the following vendor extensions defined in the spec:
[object Object]
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/interfaces/{id}/behaviors/{behaviorId}
Availability
Added in 35.0
On This Page
Defined Interface Behaviors Operations
GET
Get Defined Entity Type Behaviors
GET
Get Type Behavior
GET
Get Defined Entity Type Access
POST
Add Defined Entity Type Access
PUT
Set Defined Entity Type Access
GET
Get Interface Behaviors
GET
Get Interface Behavior
POST
Invoke Static Behavior
GET
Get Static Behavior Execution Log
POST
Invoke Defined Entity Behavior
GET
Get Behavior Execution Log