Get Application Discovery stats

Prev Next
Get
/discovered-apps/stats

Get Application Discovery stats from the Advisor.

Security
HTTP
Type bearer
Responses
200

Map of application stats

Expand All
object

Represents statistics for discovered apps.

Example{ "authentication": { "latestEntryReceivedAt": "2024-08-24T14:15:22Z" }, "access": { "latestEntryReceivedAt": "2023-02-10T11:35:42Z" }, "dns": { "latestEntryReceivedAt": null } }
authentication
object (AppStatsEntry)
latestEntryReceivedAt
string (date-time)

When the most recent entry was added.

access
object (AppStatsEntry)
latestEntryReceivedAt
string (date-time)

When the most recent entry was added.

dns
object (AppStatsEntry)
latestEntryReceivedAt
string (date-time)

When the most recent entry was added.

401

Token error. Login again.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.

403

Insufficient permissions to access this resource.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.

404

The requested resource can not be found.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.

406

Invalid 'Accept' header.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.

500

Unexpected server side error.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.