Return all meta-data associated to a specific software.
getCpe(cpe23: ID!): cpe cpe23: ID! cpe cpe23: ID!cpe_part: Stringcpe_vendor: Stringcpe_family: Stringcpe_product: Stringcpe_majorversion: Stringcpe_minorversion: Stringcpe_version: Stringcpe_update: Stringcpe_edition: Stringcpe_islicensable: Intcpe_isopensource: Intcpe_issuite: Intcpe_lifecycle_ga: DateTimecpe_lifecycle_eol: DateTimecpe_lifecycle_eos: DateTimecpe_title: cpe_titlequery getCpe{ getCpe(cpe23:"cpe:2.3:a:1e:shopping_client_identity:5.1:*:*:*:*:*:*:*"){ cpe23, cpe_part, cpe_vendor, cpe_family, cpe_product, cpe_majorversion, cpe_minorversion, cpe_version, cpe_update, cpe_edition, cpe_islicensable, cpe_isopensource, cpe_issuite, cpe_lifecycle_ga, cpe_lifecycle_eol, cpe_lifecycle_eos, cpe_title{ title } }}{ "data": { "getCpe": { "cpe23": "cpe:2.3:a:1e:shopping_client_identity:5.1:*:*:*:*:*:*:*", "cpe_part": "a", "cpe_vendor": "1e", "cpe_family": "shopping", "cpe_product": "shopping_client_identity", "cpe_majorversion": "5", "cpe_minorversion": "5.1", "cpe_version": "5.1", "cpe_update": "*", "cpe_edition": "*", "cpe_islicensable": 1, "cpe_isopensource": 0, "cpe_issuite": 0, "cpe_lifecycle_ga": "2014-11-01T00:00:00.000000Z", "cpe_lifecycle_eol": "2016-12-31T00:00:00.000000Z", "cpe_lifecycle_eos": "2016-12-31T00:00:00.000000Z", "cpe_title": { "title": "1E Shopping Client Identity 5 (5.1) [5.1]" } } }if you have questions or issues using the API, please contact us as support@fatstacks.tech