[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api

Add Application

Description

Application 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

Request

URL

URL


post
https://vrni.example.com/api/ni/groups/applications
Copy

Request Body

Request Body

ApplicationRequest of type(s) application/json Required
{
    "name": "My-3Tier-App"
}
string
name Required

The name of the application

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

201 Created

Returns Application of type(s) application/json
This response body class contains all of the following: BaseEntity, InlineApplication1
Errors

Errors

ApiError
400

Bad Request


401

Unauthorized


500

Internal Error

Code Samples

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


Feedback

Was this page helpful?