Get Vidm Configuration

Get Vidm Configuration

Retrieve the saved configuration of VMware Identity Manager in Network Insight. Only admin users can retrieve this information.

Request
URI
GET
https://vrni.example.com/api/ni/settings/vidm
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

Success

Returns VidmConfigResponse of type(s) application/json
{
    "vidm_appliance": "identity.domain.com",
    "client_id": "string",
    "enable": false
}
string
vidm_appliance
Optional

Fully quallified domain name of VMware Identity Manager

string
client_id
Optional

Client-id of the configured OAuth client

boolean
enable
Optional

True, if VMware Identity Manager integration is enabled


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

array of ErrorDetail
details
Optional

details


401

Unauthorized

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

array of ErrorDetail
details
Optional

details


404

Not Found

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

array of ErrorDetail
details
Optional

details


500

Internal Error

Operation doesn't return any data structure