Get VIDB Properties

Get VIDB Properties
Get vIDB properties

Get vIDB properties

Request
URI
GET
https://{api_host}/acs/t/{tenant}/properties
COPY
Path Parameters
string
tenant
Required

The VMware Identity Services tenant ID

tenant example
my-tenant

Authentication
This operation uses the following authentication methods.
Responses
200

Return information about the vIDB properties.

Returns VIDBPropertiesMedia of type(s) application/vnd.vmware.horizon.manager.vidb.properties+json
{
    "version": "string",
    "_links": {
        "self": {
            "href": "https://example.com/path-to-self"
        }
    },
    "deployment_type": "string",
    "instance_id": "string"
}
string
version
Optional

version

object
_links
Optional

The resource HATEOAS links. Usually includes a "self" link for this resource

string
deployment_type
Optional

Specifies the vIDB deployment type.

Possible values are : embedded, appliance,
string
instance_id
Optional

instance_id


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/acs/t/{tenant}/properties