Skip to content
Start here

Resource Library

Resource LibraryApplications

List applications
GET/accounts/{account_id}/resource-library/applications
Get application
GET/accounts/{account_id}/resource-library/applications/{id}
ModelsExpand Collapse
ApplicationListResponse object { id, application_confidence_score, application_source, 14 more }
id: string

Returns the application ID.

application_confidence_score: number

Confidence score for the application. Returns -1 when no score is available.

formatfloat
application_source: string

Returns the application source.

application_type: string

Returns the application type.

application_type_description: string

Returns the application type description.

created_at: string

Returns the application creation time.

gen_ai_score: number

GenAI score for the application. Returns -1 when no score is available.

formatfloat
hostnames: array of string

Returns the list of hostnames for the application.

human_id: string

Returns the human readable ID.

ip_subnets: array of string

Returns the list of IP subnets for the application.

name: string

Returns the application name.

port_protocols: array of string

Returns the list of port protocols for the application.

support_domains: array of string

Returns the list of support domains for the application.

updated_at: string

Returns the application update time.

version: string

Returns the application version.

application_score_composition: optional unknown

Returns the score composition breakdown for the application.

intel_id: optional number

Returns the Intel API ID for the application.

formatint64
ApplicationGetResponse object { id, application_confidence_score, application_source, 14 more }
id: string

Returns the application ID.

application_confidence_score: number

Confidence score for the application. Returns -1 when no score is available.

formatfloat
application_source: string

Returns the application source.

application_type: string

Returns the application type.

application_type_description: string

Returns the application type description.

created_at: string

Returns the application creation time.

gen_ai_score: number

GenAI score for the application. Returns -1 when no score is available.

formatfloat
hostnames: array of string

Returns the list of hostnames for the application.

human_id: string

Returns the human readable ID.

ip_subnets: array of string

Returns the list of IP subnets for the application.

name: string

Returns the application name.

port_protocols: array of string

Returns the list of port protocols for the application.

support_domains: array of string

Returns the list of support domains for the application.

updated_at: string

Returns the application update time.

version: string

Returns the application version.

application_score_composition: optional unknown

Returns the score composition breakdown for the application.

intel_id: optional number

Returns the Intel API ID for the application.

formatint64

Resource LibraryCategories

List application categories
GET/accounts/{account_id}/resource-library/categories
Get application category
GET/accounts/{account_id}/resource-library/categories/{id}
ModelsExpand Collapse
CategoryListResponse object { id, created_at, description, name }
id: string

Returns the category ID.

created_at: string

Returns the category creation time.

description: string

Returns the category description.

name: string

Returns the category name.

CategoryGetResponse object { id, created_at, description, name }
id: string

Returns the category ID.

created_at: string

Returns the category creation time.

description: string

Returns the category description.

name: string

Returns the category name.