Documentation forAccess Rights Manager

Configuration APIs

Get Web Configuration (GET)

Returns the web application configuration settings.

Route

URI

/api/v1/info/webconfig

Method

GET

Result

JSON – WebConfigModel

Parameters

None

Example

GET http://localhost/api/v1/info/webconfig

Example Response

{

    "DefaultDomain": "",

    "ShowFeedbackButton": true,

    "AllowTypeIdGrouping": false,

    "UseAppInsights": false,

    "RequestAdminScenario": "f85224c0-4c81-4f4a-b868-821e1601428c",

    "AllowSso": true,

    "RedirectSso": "",

    "MaxSearchResults": 20,

    "RetainComments": true,

    "Customization": {

        "LogoSource": "../assets/images/mycompany/",

        "LogoWidth": "50",

        "LogoHeight": "50",

        "LogoTitle": "Solarwinds ARM",

        "NavLogo": "",

        "PrimaryColor": "",

        "SecondaryColor": "",

        "BackgroundColor": ""

    }

}

Get License State (GET)

Returns the current license state and information.

Route

URI

/api/v1/info/license

Method

GET

Result

JSON – LicenseStateModel

Parameters

None

Example

GET http://localhost/api/v1/info/license

Example Response

{

"IsLicensed":true,

"Status":"Ok"

}