[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
Add Application
DescriptionApplication is a group of tiers. A tier is a group of virtual machines or IP addresses based on membership criteria. Tiers are bound to a single application. An application name is unique and should not conflict with another application name.
Request
URLURL
https://vrni.example.com/api/ni/groups/applications
Request Body
Request Body
ApplicationRequest
of type(s) application/json
Required
{
"name": "My-3Tier-App"
}
string
name
Required
The name of the application
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
201 Created
Returns
Application
of type(s) application/json
This response body class contains all of the following:
BaseEntity, InlineApplication1
Errors
ApiError
400
Bad Request
401
Unauthorized
500
Internal Error
Code Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"name":"My-3Tier-App"}' https://vrni.example.com/api/ni/groups/applications
[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
On This Page
Applications Operations
post
post
delete
delete
get
get
get
post