vstats endpoints: basic auth

The basic_auth structure contains basic authentication information of the endpoint. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

Representation:

{
    "password""secret string",
    "username""string"
}

Attributes:

Name Type Description
Required
username string Username to get access to endpoint. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

password secret Password to get access to endpoint. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.