Save Discovered Applications

Save Discovered Applications

Save multiple discovered applications of particular discovery source.

Request
URI
POST
https://{api_host}/api/ni/groups/discovered-applications/save
COPY
Request Body
DiscoveredAppsBulkSaveRequest of type(s) application/json
Optional
{
    "discovered_apps": [
        {
            "source_entity_id": "18203:565:2854896465419091802"
        },
        {
            "source_entity_id": "18203:565:3896568950496372144"
        }
    ],
    "discovery_type": "FLOW_BASED_DISCOVERY",
    "enable_intent": true
}
discovered_apps
Optional

discovered_apps

object
discovery_type
Optional

Indicates source of discovery. Only one source of discovery is accepted in one request.

boolean
enable_intent
Optional

Enabling intent will enable 2 intents which will creates a dynamic threshold configuration that analyses "Application flow health" and "Application flow utilization" for all VMs belonging to the application at tier level and generates alerts if violation is detected for any of them based on their historic behavior.

Authentication
This operation uses the following authentication methods.
Responses
200

Ok

Returns SaveBulkDiscoveredAppResponse of type(s) application/json
{
    "request_id": "TASK_PROGRESS_application.APP_BULK_SAVE.1641321499579.0.04202820074723557",
    "callback_API": "api/ni/groups/task/progress/TASK_PROGRESS_application.APP_BULK_SAVE.1641321499579.0.04202820074723557/"
}
string
request_id
Optional

RequestId of bulk application save request.

string
callback_API
Optional

Path of API which should be called to check status of bulk application save request.


400

Bad Request

Returns ApiError of type(s) application/json
{
    "code": 0,
    "message": "string",
    "details": [
        {
            "code": 0,
            "message": "string",
            "target": [
                "string"
            ]
        }
    ]
}
integer As int32 As int32
code
Optional

code

string
message
Optional

message

details
Optional

details


401

Unauthorized

Operation doesn't return any data structure

500

Internal Error

Operation doesn't return any data structure