From a1425e109110dc6292fa265304a2e03ce377862e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Hal=C3=A1sz?= Date: Tue, 3 Sep 2024 13:28:49 +0200 Subject: [PATCH] fix(APIv2): add missing fields to report stats and to OpenAPI --- app/models/v2/report.rb | 6 +- spec/api/v2/schemas/report_stats.rb | 26 +- spec/api/v2/schemas/rule.rb | 40 + swagger/v2/openapi.json | 9302 ++++++++++++++------------- 4 files changed, 4760 insertions(+), 4614 deletions(-) diff --git a/app/models/v2/report.rb b/app/models/v2/report.rb index 66518ad54..f6fb35182 100644 --- a/app/models/v2/report.rb +++ b/app/models/v2/report.rb @@ -145,12 +145,12 @@ def delete_associated # rubocop:disable Metrics/AbcSize def top_failed_rules + rule_fields = %i[title ref_id identifier severity].map { |field| V2::Rule.arel_table[field] } + V2::RuleResult.joins(:test_result, :system, :rule) .merge_with_alias(Pundit.policy_scope(User.current, V2::System)) .where(result: V2::RuleResult::FAILED) - .group(V2::Rule.arel_table[:ref_id], V2::Rule.arel_table[:severity]) - .select(V2::Rule.arel_table[:ref_id], V2::Rule.arel_table[:severity], - V2::RuleResult.arel_table[:result].count.as('count')) + .group(rule_fields).select(rule_fields, V2::RuleResult.arel_table[:result].count.as('count')) .order(V2::Rule.sorted_severities => :desc, count: :desc).limit(10) end # rubocop:enable Metrics/AbcSize diff --git a/spec/api/v2/schemas/report_stats.rb b/spec/api/v2/schemas/report_stats.rb index 3363b9ec7..5b7d8c9c6 100644 --- a/spec/api/v2/schemas/report_stats.rb +++ b/spec/api/v2/schemas/report_stats.rb @@ -12,14 +12,38 @@ module ReportStats items: { type: :object, properties: { + title: { + type: :string, + examples: ['Remove tftp'], + readOnly: true, + description: 'Short title of the Rule' + }, ref_id: { type: :string, examples: ['xccdf_org.ssgproject.content_rule_package_tftp_removed'], readOnly: true, description: 'Identificator of the Rule' }, + identifier: { + type: :object, + readOnly: true, + description: 'Identifier of the Rule', + properties: { + label: { + type: :string, + readOnly: true, + examples: ['CCE-80798-2'] + }, + system: { + type: :string, + readOnly: true, + examples: ['https://nvd.nist.gov/cce/index.cfm'] + } + }, + examples: ['CEE-1234-123'] + }, severity: { - type: 'string', + type: :string, examples: ['low'], readOnly: true, description: 'The severity of the Rule' diff --git a/spec/api/v2/schemas/rule.rb b/spec/api/v2/schemas/rule.rb index a7fd4e4ef..3baa14a83 100644 --- a/spec/api/v2/schemas/rule.rb +++ b/spec/api/v2/schemas/rule.rb @@ -59,6 +59,46 @@ module Rule readOnly: true, description: 'The severity of the Rule' }, + identifier: { + type: :object, + readOnly: true, + description: 'Identifier of the Rule', + properties: { + label: { + type: :string, + readOnly: true, + examples: ['CCE-80798-2'] + }, + system: { + type: :string, + readOnly: true, + examples: ['https://nvd.nist.gov/cce/index.cfm'] + } + }, + examples: ['CEE-1234-123'] + }, + references: { + type: :array, + items: { + type: :object, + readOnly: true, + description: 'List of Tags assigned to the System', + properties: { + label: { + type: :string, + readOnly: true, + examples: ['APO01.06'] + }, + href: { + type: :string, + readOnly: true, + examples: ['https://www.isaca.org/resources/cobit'] + } + } + }, + readOnly: true, + description: 'Array of the Rule References' + }, remediation_available: { type: :boolean, examples: [true, false], diff --git a/swagger/v2/openapi.json b/swagger/v2/openapi.json index 84fce920a..79868c714 100644 --- a/swagger/v2/openapi.json +++ b/swagger/v2/openapi.json @@ -104,124 +104,124 @@ "value": { "data": [ { - "id": "042ca408-30c8-4cd9-829e-963b67001bbf", - "title": "Nostrum eaque veniam nemo.", - "description": "Sed sapiente aut. Asperiores dolorum perferendis. Ipsam voluptate pariatur.", + "id": "00bed5f1-3820-4e84-a06d-f81e3c10f2be", + "title": "Expedita nam laboriosam aut.", + "description": "Sapiente est possimus. Dicta harum et. Porro quisquam optio.", "business_objective": null, - "compliance_threshold": 44.0, + "compliance_threshold": 86.0, "total_system_count": 0, "type": "policy", "os_major_version": 7, - "profile_title": "Id recusandae laudantium iste.", - "ref_id": "xccdf_org.ssgproject.content_profile_65aecb62e7f85882fc39b857d584f2ae" + "profile_title": "Perferendis dolorem et aliquid.", + "ref_id": "xccdf_org.ssgproject.content_profile_5038a1b2a8a8f328ba0ff5dffab2dbf4" }, { - "id": "11e2de63-6477-4264-aa50-75939d9dee55", - "title": "Error quibusdam earum voluptatem.", - "description": "Quidem autem aut. Sunt error ea. Asperiores perspiciatis aut.", + "id": "04a91a02-4514-4159-9e33-400838005ad4", + "title": "Culpa eveniet qui asperiores.", + "description": "Et aut consequatur. Architecto odio dolorem. Et eum quo.", "business_objective": null, - "compliance_threshold": 1.0, + "compliance_threshold": 40.0, "total_system_count": 0, "type": "policy", "os_major_version": 7, - "profile_title": "Maxime dolores animi quo.", - "ref_id": "xccdf_org.ssgproject.content_profile_db4790d23c1902dd8dcb66a8e51ad01e" + "profile_title": "Non et iure in.", + "ref_id": "xccdf_org.ssgproject.content_profile_3b998b508232909067c5bca3fc4f31cb" }, { - "id": "1f1c37f1-d0e0-4452-8ffe-616ed85fa138", - "title": "Quis dicta voluptas minima.", - "description": "Sed architecto qui. Accusamus corporis alias. Commodi minus eaque.", + "id": "147e5a33-6082-4447-929a-9c3e62848c72", + "title": "Non veniam natus inventore.", + "description": "Est et voluptatem. Numquam qui suscipit. Enim corrupti fugiat.", "business_objective": null, - "compliance_threshold": 19.0, + "compliance_threshold": 87.0, "total_system_count": 0, "type": "policy", "os_major_version": 7, - "profile_title": "Nostrum quia est accusamus.", - "ref_id": "xccdf_org.ssgproject.content_profile_7b4e5c83a3179ea1f2bb0ed22be85deb" + "profile_title": "Sunt nulla molestiae corrupti.", + "ref_id": "xccdf_org.ssgproject.content_profile_e7ee0cac3c583363dbb8e18d73aec96c" }, { - "id": "2971edcf-c1c5-43fe-a1fa-a4e92ad1c755", - "title": "Voluptas qui ut dolorum.", - "description": "Vero non consequatur. Nulla sequi aut. Veritatis deleniti atque.", + "id": "1a4d5dd6-da3a-41b1-9759-24b07dada74a", + "title": "Ad itaque magni aut.", + "description": "Commodi molestiae reiciendis. Est et sint. Sunt et maiores.", "business_objective": null, - "compliance_threshold": 81.0, + "compliance_threshold": 11.0, "total_system_count": 0, "type": "policy", "os_major_version": 7, - "profile_title": "Odio excepturi autem quaerat.", - "ref_id": "xccdf_org.ssgproject.content_profile_219777ff1f0e71aed4d4ebe8543c1d19" + "profile_title": "Iusto quis qui omnis.", + "ref_id": "xccdf_org.ssgproject.content_profile_affd2abb73f3d3cb371c7b72700b97b9" }, { - "id": "32b2f00d-cc3e-4164-a07a-f99a567d37fe", - "title": "Qui corrupti sint qui.", - "description": "A praesentium eius. Quisquam molestiae et. Perferendis et voluptatem.", + "id": "23f67395-f45d-4cda-9f89-257afd8b91ec", + "title": "Aut molestias qui dolore.", + "description": "Ad laborum labore. Neque perferendis et. Harum aperiam exercitationem.", "business_objective": null, - "compliance_threshold": 87.0, + "compliance_threshold": 76.0, "total_system_count": 0, "type": "policy", "os_major_version": 7, - "profile_title": "Ab minima quia sed.", - "ref_id": "xccdf_org.ssgproject.content_profile_fffdb6aebbbcd01d2b3e654ce8d346a8" + "profile_title": "Inventore cumque non sit.", + "ref_id": "xccdf_org.ssgproject.content_profile_29724064c8646ec837147b8dc7b2030b" }, { - "id": "58cb04ff-85f1-4bb4-85f5-3f929ec02a15", - "title": "Esse omnis ducimus aperiam.", - "description": "Aspernatur quasi porro. Quis deleniti qui. Voluptatem atque eius.", + "id": "3815fa27-07c0-4af7-8d12-5875f8c92bf8", + "title": "Modi esse in nemo.", + "description": "Molestiae recusandae eos. Autem earum repellat. Non quia ut.", "business_objective": null, - "compliance_threshold": 13.0, + "compliance_threshold": 21.0, "total_system_count": 0, "type": "policy", "os_major_version": 7, - "profile_title": "Distinctio quae repudiandae quis.", - "ref_id": "xccdf_org.ssgproject.content_profile_f06033705d4f6cd4693fcfd1d7864d46" + "profile_title": "Qui voluptatibus et et.", + "ref_id": "xccdf_org.ssgproject.content_profile_9359d5850cd1a185bc2b27282a381159" }, { - "id": "689e719c-553f-44ab-8ba5-08203f52a53e", - "title": "Asperiores cupiditate quia est.", - "description": "Est est veritatis. Voluptas omnis voluptas. Enim voluptatum reiciendis.", + "id": "3e71f352-725f-4bfa-bb3e-b10c907a8d9f", + "title": "Aperiam vel id delectus.", + "description": "Id sit minima. Rerum omnis quaerat. Optio reiciendis reprehenderit.", "business_objective": null, - "compliance_threshold": 70.0, + "compliance_threshold": 82.0, "total_system_count": 0, "type": "policy", "os_major_version": 7, - "profile_title": "Id dolores ratione ab.", - "ref_id": "xccdf_org.ssgproject.content_profile_2cc26a4a3e2d7aded9871a25329dd656" + "profile_title": "Ducimus qui velit recusandae.", + "ref_id": "xccdf_org.ssgproject.content_profile_8a9ed8a0f9839f71a15ef7f1ee605b92" }, { - "id": "69f0fdd8-9058-4cac-8a7d-93238945d72c", - "title": "Commodi dignissimos ut ipsam.", - "description": "Quo aut et. Explicabo quo facere. Unde debitis commodi.", + "id": "5222bdeb-4ee7-490e-82d8-cb8dca9aedec", + "title": "Ut porro quae reprehenderit.", + "description": "Voluptatibus magni veniam. Fugiat assumenda ducimus. Iure necessitatibus ex.", "business_objective": null, - "compliance_threshold": 1.0, + "compliance_threshold": 94.0, "total_system_count": 0, "type": "policy", "os_major_version": 7, - "profile_title": "Corporis iusto at voluptatibus.", - "ref_id": "xccdf_org.ssgproject.content_profile_309beb0dc26e67d6602ece6f7a3912a3" + "profile_title": "Porro non et consectetur.", + "ref_id": "xccdf_org.ssgproject.content_profile_87b055d7c0eb7b3ab87b2c01b94d2020" }, { - "id": "6a73ca64-7d3d-4c07-a661-4f125dc2dff1", - "title": "Labore est quam debitis.", - "description": "Itaque rerum provident. Quasi et totam. Sunt magni consequatur.", + "id": "52825c97-75e6-428a-a92f-8853e5098720", + "title": "Voluptatum aliquid consequatur quam.", + "description": "Quae quia aspernatur. Error ut non. Tempore occaecati eius.", "business_objective": null, - "compliance_threshold": 57.0, + "compliance_threshold": 58.0, "total_system_count": 0, "type": "policy", "os_major_version": 7, - "profile_title": "Consequatur ex illum animi.", - "ref_id": "xccdf_org.ssgproject.content_profile_4e3f88eb7abc17faad00a52afa9e5b58" + "profile_title": "Eum et qui reiciendis.", + "ref_id": "xccdf_org.ssgproject.content_profile_de15e34211f396a11d93e887e8c8449c" }, { - "id": "703df12d-6ce1-4a1c-9210-532f7351176c", - "title": "Reiciendis et unde incidunt.", - "description": "Ullam aperiam labore. Quasi cum nihil. Praesentium aut eum.", + "id": "5994b089-e5e1-4ea5-aa20-d74aaa92be4b", + "title": "Et culpa nesciunt libero.", + "description": "Maiores perspiciatis ut. Doloribus veniam et. Quia ut dolorem.", "business_objective": null, - "compliance_threshold": 44.0, + "compliance_threshold": 3.0, "total_system_count": 0, "type": "policy", "os_major_version": 7, - "profile_title": "Quaerat sed eos inventore.", - "ref_id": "xccdf_org.ssgproject.content_profile_1e5de7d0a124648786665063c9722ae1" + "profile_title": "Eaque non quis repellat.", + "ref_id": "xccdf_org.ssgproject.content_profile_b64b25d73cf4878f327bb336a2d7ac47" } ], "meta": { @@ -242,124 +242,124 @@ "value": { "data": [ { - "id": "06bb3515-16a6-4976-93b2-65f103bf3c94", - "title": "Molestias odit optio dolorem.", - "description": "Provident repudiandae ratione. Error nihil quas. Perspiciatis vel sit.", + "id": "08a9e53e-d9f0-433e-8727-7e4a9aff9135", + "title": "Omnis possimus quia rerum.", + "description": "Porro doloremque veritatis. Excepturi necessitatibus quaerat. Dolor et ut.", "business_objective": null, - "compliance_threshold": 22.0, + "compliance_threshold": 48.0, "total_system_count": 0, "type": "policy", "os_major_version": 7, - "profile_title": "Magni iure illo aut.", - "ref_id": "xccdf_org.ssgproject.content_profile_91ecabb96244b1da5c5f739dbd550ab5" + "profile_title": "Quia aut aliquam nesciunt.", + "ref_id": "xccdf_org.ssgproject.content_profile_ca8b4a4b4febef4ced13069a51c90ce4" }, { - "id": "0fe82def-19f2-4473-aa15-50c6776f96ba", - "title": "Odio mollitia consequatur saepe.", - "description": "Earum aut et. Facilis aut repellat. Numquam est iusto.", + "id": "0d94526f-099f-4e96-a5d1-04614e906918", + "title": "Ipsam voluptatum et dolor.", + "description": "Laudantium et veniam. Est alias tempora. Incidunt hic est.", "business_objective": null, - "compliance_threshold": 18.0, + "compliance_threshold": 41.0, "total_system_count": 0, "type": "policy", "os_major_version": 7, - "profile_title": "Explicabo ut aut ullam.", - "ref_id": "xccdf_org.ssgproject.content_profile_e33e435601cfe8f0b531621b984debce" + "profile_title": "Voluptas ut officia aut.", + "ref_id": "xccdf_org.ssgproject.content_profile_82a9ad496745760e8a6cc70f75535ac1" }, { - "id": "116f1b73-4ee5-4368-ac0e-5ea4969af222", - "title": "Quisquam aut facere veniam.", - "description": "Aut molestias dolores. Dolor eum consectetur. Tempore facere debitis.", + "id": "228246e4-454e-4ae9-afe0-c76555fa72bb", + "title": "Nihil et dolores dolores.", + "description": "Aut illum vel. Culpa aspernatur possimus. Sed dolores sint.", "business_objective": null, - "compliance_threshold": 1.0, + "compliance_threshold": 5.0, "total_system_count": 0, "type": "policy", "os_major_version": 7, - "profile_title": "Ex et veritatis minima.", - "ref_id": "xccdf_org.ssgproject.content_profile_de5b0fe589e2eb898aabdefab36ff14d" + "profile_title": "Eos modi minima et.", + "ref_id": "xccdf_org.ssgproject.content_profile_f9e52dbadd2abb1032bba09288652c77" }, { - "id": "1ff35446-dfdd-41c3-84ae-3dc5bdff00e9", - "title": "Enim fugit eius dolores.", - "description": "Sapiente earum eos. Quae eaque cum. Ratione atque nulla.", + "id": "2d3f7638-903a-43c6-9e62-235af4251dd8", + "title": "Iusto et odio ut.", + "description": "Quia autem commodi. Dolorum rem doloribus. Incidunt dolor est.", "business_objective": null, - "compliance_threshold": 32.0, + "compliance_threshold": 97.0, "total_system_count": 0, "type": "policy", "os_major_version": 7, - "profile_title": "Maxime dignissimos est reiciendis.", - "ref_id": "xccdf_org.ssgproject.content_profile_955d26d40a71a318c79fd115e741c1c6" + "profile_title": "Porro dolores molestiae aspernatur.", + "ref_id": "xccdf_org.ssgproject.content_profile_495e49be70e9aed3cdde683ba9dcf9d3" }, { - "id": "30d6e32b-1f67-44a6-8a06-fb682083b3c2", - "title": "Ut quo non iure.", - "description": "Eius rerum velit. Et facere qui. Exercitationem qui earum.", + "id": "349f745b-7c70-423c-9d6e-2918adfd695f", + "title": "Molestiae iure impedit ratione.", + "description": "Consequuntur quibusdam nisi. Cum est totam. Facilis labore reprehenderit.", "business_objective": null, - "compliance_threshold": 24.0, + "compliance_threshold": 2.0, "total_system_count": 0, "type": "policy", "os_major_version": 7, - "profile_title": "Sapiente perferendis odit animi.", - "ref_id": "xccdf_org.ssgproject.content_profile_2a184fec8453aba5cc6f11e47fc10dd7" + "profile_title": "Quod id sed doloribus.", + "ref_id": "xccdf_org.ssgproject.content_profile_c0737ae24ceff22b873f3d9e084dbe4a" }, { - "id": "30d85d2e-fe92-4f3b-bb90-2f04c55f6de5", - "title": "Tempore debitis est corporis.", - "description": "Quis voluptas corrupti. Ut molestiae velit. Quos quae culpa.", + "id": "36e0f493-3844-4856-8f67-f9007be7b07e", + "title": "Nulla voluptatem suscipit sapiente.", + "description": "Molestiae est non. Est rerum nobis. Quis dolores nulla.", "business_objective": null, - "compliance_threshold": 60.0, + "compliance_threshold": 65.0, "total_system_count": 0, "type": "policy", "os_major_version": 7, - "profile_title": "Ex iure distinctio ad.", - "ref_id": "xccdf_org.ssgproject.content_profile_ab3b02fc6f2e684ed56807968f147f10" + "profile_title": "Sint iste aspernatur atque.", + "ref_id": "xccdf_org.ssgproject.content_profile_7882697094df211f7a64df02411f1be9" }, { - "id": "3410423d-bb20-438b-8af1-7f56362e9237", - "title": "Officiis blanditiis doloremque quam.", - "description": "Dolores tenetur omnis. Nihil ipsum atque. Officia molestias voluptatem.", + "id": "3f1f5411-efb5-4288-be8d-1920d426e896", + "title": "Velit sed quae accusamus.", + "description": "Exercitationem aut molestiae. Sit et quisquam. Rerum ut non.", "business_objective": null, - "compliance_threshold": 40.0, + "compliance_threshold": 38.0, "total_system_count": 0, "type": "policy", "os_major_version": 7, - "profile_title": "Natus quisquam vel et.", - "ref_id": "xccdf_org.ssgproject.content_profile_c80566dfc5654867bdef2b3e8a588c1b" + "profile_title": "Sed ducimus nihil laudantium.", + "ref_id": "xccdf_org.ssgproject.content_profile_6b515638fb69e996e85ff7f28ef18405" }, { - "id": "5b3beaaa-271d-4ba8-8c28-d19f2c3ece4b", - "title": "Quae a aut modi.", - "description": "Officiis sint voluptatibus. Quos laboriosam hic. Pariatur dicta velit.", + "id": "445cd579-7358-4385-a3e9-1e8e3aaa25c2", + "title": "Eius aut reiciendis earum.", + "description": "Et eum provident. Adipisci laboriosam sint. Quidem tempora iure.", "business_objective": null, - "compliance_threshold": 54.0, + "compliance_threshold": 46.0, "total_system_count": 0, "type": "policy", "os_major_version": 7, - "profile_title": "At ut aut et.", - "ref_id": "xccdf_org.ssgproject.content_profile_cae8d2f9201bd76fa4140e12f65c0c93" + "profile_title": "Asperiores ullam aut aut.", + "ref_id": "xccdf_org.ssgproject.content_profile_7e14c33cd79fdefce438e31ad9fb7de9" }, { - "id": "64450a04-2150-467c-b974-22addf6b2acf", - "title": "Iste et pariatur doloribus.", - "description": "Quidem in dignissimos. Officiis ullam eveniet. Ut inventore dignissimos.", + "id": "5785033a-7384-4502-96b8-10dbb94d28f9", + "title": "Aliquid consequatur beatae quia.", + "description": "Ducimus at sit. Asperiores qui officiis. Numquam et nam.", "business_objective": null, - "compliance_threshold": 28.0, + "compliance_threshold": 16.0, "total_system_count": 0, "type": "policy", "os_major_version": 7, - "profile_title": "Provident accusamus distinctio quo.", - "ref_id": "xccdf_org.ssgproject.content_profile_22c559a9750d71be20f9c8e22153a2c1" + "profile_title": "Velit dicta voluptatem repudiandae.", + "ref_id": "xccdf_org.ssgproject.content_profile_f6363da5e75ba1f467eae577583b783b" }, { - "id": "699afb30-b9a9-4903-951d-cb6391e37a81", - "title": "Minima tempore dolorum corrupti.", - "description": "Qui aut ut. Quia autem similique. Deserunt ut aperiam.", + "id": "5ae55b1a-e057-40bc-a03f-1d898c877fdb", + "title": "Quia quasi voluptate a.", + "description": "Voluptates mollitia ducimus. Corporis quas dolorem. Ipsa qui cupiditate.", "business_objective": null, - "compliance_threshold": 80.0, + "compliance_threshold": 90.0, "total_system_count": 0, "type": "policy", "os_major_version": 7, - "profile_title": "Voluptate illo repudiandae vel.", - "ref_id": "xccdf_org.ssgproject.content_profile_b5058088157af94ae5042d536d8555e0" + "profile_title": "Asperiores enim dicta et.", + "ref_id": "xccdf_org.ssgproject.content_profile_d58a70363c784445762f8b50f7f9dbd2" } ], "meta": { @@ -477,7 +477,7 @@ "Response example": { "value": { "data": { - "id": "421159d3-c2c9-4d82-8fa1-fc3a03509901", + "id": "84f0d343-54c8-4825-b013-9b1ca341d3fe", "title": "Foo", "description": "Hello World", "business_objective": "Serious Business Objective", @@ -485,8 +485,8 @@ "total_system_count": null, "type": "policy", "os_major_version": 7, - "profile_title": "Ipsa perferendis libero quia.", - "ref_id": "xccdf_org.ssgproject.content_profile_d1d7183c0fecc2b3dc9df4b76868a2d7" + "profile_title": "Consequatur dolor incidunt natus.", + "ref_id": "xccdf_org.ssgproject.content_profile_8469adbcb6d7a546828b1d987ac438f3" } }, "summary": "", @@ -556,16 +556,16 @@ "Returns a Policy": { "value": { "data": { - "id": "dbed3ce1-d385-4e91-b57f-30d6aab245c2", - "title": "Et exercitationem animi corporis.", - "description": "Nobis sint molestiae. Ullam ratione id. Aut autem sed.", + "id": "c3f62116-f441-4ff6-a162-2666ecac02b2", + "title": "Doloribus blanditiis quia nemo.", + "description": "Ipsam sapiente alias. Minus reprehenderit officia. Ipsa ut magni.", "business_objective": null, - "compliance_threshold": 51.0, + "compliance_threshold": 87.0, "total_system_count": 0, "type": "policy", "os_major_version": 7, - "profile_title": "Necessitatibus est molestiae voluptatem.", - "ref_id": "xccdf_org.ssgproject.content_profile_d75d627808c758ce81c23c7e0641ceee" + "profile_title": "Id facere et maxime.", + "ref_id": "xccdf_org.ssgproject.content_profile_1a900f6ec460db505c6d0220df89bbaa" } }, "summary": "", @@ -596,7 +596,7 @@ "Description of an error when requesting a non-existing Policy": { "value": { "errors": [ - "V2::Policy not found with ID 68f6cb1c-196a-4d38-9d22-27bde6ee62d8" + "V2::Policy not found with ID 920c1e95-4260-4a1e-b9b4-53b66202b089" ] }, "summary": "", @@ -645,16 +645,16 @@ "Returns the updated Policy": { "value": { "data": { - "id": "d6c0a0e7-6b1f-44e7-84e6-d145d672cf4b", - "title": "Odio ab pariatur veniam.", - "description": "Sunt esse doloribus. Et aspernatur enim. Eligendi rerum et.", + "id": "d7f29fca-ca95-4da5-8527-33eb00b13344", + "title": "Quasi eveniet exercitationem ipsam.", + "description": "Maxime id deleniti. Enim ad architecto. Corrupti quia et.", "business_objective": null, "compliance_threshold": 100.0, "total_system_count": 0, "type": "policy", "os_major_version": 7, - "profile_title": "Cumque eligendi ratione velit.", - "ref_id": "xccdf_org.ssgproject.content_profile_fe91f67e6f3d92c295dd543026de87a1" + "profile_title": "Laborum quis accusantium voluptatem.", + "ref_id": "xccdf_org.ssgproject.content_profile_705eb07f17db7aef55a9242556e26147" } }, "summary": "", @@ -722,16 +722,16 @@ "Deletes a Policy": { "value": { "data": { - "id": "2f4e612e-669d-41ec-ae59-b17a429ba995", - "title": "Cum nihil delectus aliquid.", - "description": "Quo dicta et. Molestiae consequuntur nisi. Sunt expedita non.", + "id": "a78e9bf3-e203-4755-99ad-793028320ad0", + "title": "Unde magni mollitia laboriosam.", + "description": "Excepturi et ullam. Totam veniam cum. Molestias numquam voluptatem.", "business_objective": null, - "compliance_threshold": 70.0, + "compliance_threshold": 22.0, "total_system_count": 0, "type": "policy", "os_major_version": 7, - "profile_title": "Et nihil eum aut.", - "ref_id": "xccdf_org.ssgproject.content_profile_b82894d2741740d1d77472e33857a062" + "profile_title": "Sit enim blanditiis ut.", + "ref_id": "xccdf_org.ssgproject.content_profile_a3728761c3c32b841c88f7feb6b7b279" } }, "summary": "", @@ -853,124 +853,124 @@ "value": { "data": [ { - "id": "008b4eee-fbab-4091-9809-bc737e7ba24c", - "title": "Asperiores sit veniam facere.", - "description": "Odit sit odio. Consequatur repellendus vero. Inventore eos autem.", + "id": "0b83abd5-c173-467d-9859-c2586d9c14b6", + "title": "Rerum occaecati eos rerum.", + "description": "Explicabo minus unde. Dolor aut ipsam. Quia quo mollitia.", "business_objective": null, - "compliance_threshold": 35.0, + "compliance_threshold": 97.0, "total_system_count": 1, "type": "policy", "os_major_version": 7, - "profile_title": "Et at architecto quod.", - "ref_id": "xccdf_org.ssgproject.content_profile_d3c95c5547731a7714ec0669317fe25c" + "profile_title": "Nihil accusantium dolor neque.", + "ref_id": "xccdf_org.ssgproject.content_profile_fb2b017acf67e15a800de49b9e2b4042" }, { - "id": "02e232ed-336b-4ee9-a5ef-3b2ef683ccf2", - "title": "Sed ut maxime reprehenderit.", - "description": "Molestiae cumque quo. In maxime quaerat. Et iure sapiente.", + "id": "110a34c5-7225-400b-aa8d-a04362fa32bd", + "title": "Sequi quas molestias cupiditate.", + "description": "A voluptatem cum. Quos aut amet. Molestiae ipsam suscipit.", "business_objective": null, - "compliance_threshold": 7.0, + "compliance_threshold": 61.0, "total_system_count": 1, "type": "policy", "os_major_version": 7, - "profile_title": "Impedit natus architecto magnam.", - "ref_id": "xccdf_org.ssgproject.content_profile_c980c4ea4985bbb016a7ca175ada6cd4" + "profile_title": "Dolor qui autem minus.", + "ref_id": "xccdf_org.ssgproject.content_profile_818f10ca873e1311255f9ddbb25b52df" }, { - "id": "2550d3e0-fd23-45a0-9ff7-18f56838b1b6", - "title": "Aut qui omnis quia.", - "description": "Laboriosam facere aut. Est excepturi veniam. Et doloribus porro.", + "id": "1358d501-1f2d-408c-be2c-da038e516227", + "title": "Ea eum non totam.", + "description": "Maiores nostrum voluptatibus. Facilis explicabo eligendi. Accusamus qui minus.", "business_objective": null, - "compliance_threshold": 81.0, + "compliance_threshold": 50.0, "total_system_count": 1, "type": "policy", "os_major_version": 7, - "profile_title": "Eveniet rem aut ex.", - "ref_id": "xccdf_org.ssgproject.content_profile_99f0b0eced4c4ef7a038517523c18e56" + "profile_title": "Quam sed aperiam sed.", + "ref_id": "xccdf_org.ssgproject.content_profile_4c9f347ca87ea1919a795f3c761042f8" }, { - "id": "2c1826f1-bdb7-4fea-a4ab-268752c186aa", - "title": "Dolorum et in molestiae.", - "description": "Voluptas fugiat eaque. Sunt sunt et. Reprehenderit quasi tempore.", + "id": "1416d1fa-28f8-4aba-b45d-e7af00215890", + "title": "Ut aspernatur vel voluptate.", + "description": "Velit accusantium sapiente. Voluptatem a aspernatur. Perferendis eaque est.", "business_objective": null, - "compliance_threshold": 32.0, + "compliance_threshold": 3.0, "total_system_count": 1, "type": "policy", "os_major_version": 7, - "profile_title": "Soluta placeat modi ut.", - "ref_id": "xccdf_org.ssgproject.content_profile_3e0dfd744a33b154dad4559969160cb3" + "profile_title": "Nesciunt possimus aliquam eum.", + "ref_id": "xccdf_org.ssgproject.content_profile_a54fa7b453883b1f283b07659d13f204" }, { - "id": "37bf6c32-27db-47c6-bb0d-c4280ed7ce1d", - "title": "Doloribus nobis debitis rerum.", - "description": "Maiores sunt molestiae. Id sint nihil. Quaerat doloremque facilis.", + "id": "16818359-6e29-4c56-8f14-81fffc3f4165", + "title": "Libero enim rerum et.", + "description": "Modi architecto optio. Atque quia doloremque. Et ad sunt.", "business_objective": null, - "compliance_threshold": 11.0, + "compliance_threshold": 3.0, "total_system_count": 1, "type": "policy", "os_major_version": 7, - "profile_title": "Officiis et rerum in.", - "ref_id": "xccdf_org.ssgproject.content_profile_27dfa84afc96959ef62edb758dc941de" + "profile_title": "Ducimus beatae sit omnis.", + "ref_id": "xccdf_org.ssgproject.content_profile_7c31155b1946e1650d9f9cb966a880ad" }, { - "id": "3a4afa61-fdf8-41bd-9b13-bb5b2e6c2a5a", - "title": "Atque dolor vero quo.", - "description": "Atque odio ipsa. Iure non exercitationem. Dicta tempore assumenda.", + "id": "1ca5e2ca-2270-438f-aa36-5d3256d1d090", + "title": "Aperiam ut culpa eos.", + "description": "Qui quis sint. Qui saepe dolor. Aut reprehenderit eum.", "business_objective": null, - "compliance_threshold": 55.0, + "compliance_threshold": 5.0, "total_system_count": 1, "type": "policy", "os_major_version": 7, - "profile_title": "Magni culpa quia eum.", - "ref_id": "xccdf_org.ssgproject.content_profile_33f125866be213993837420014b732ec" + "profile_title": "Laudantium voluptatibus ducimus dolorem.", + "ref_id": "xccdf_org.ssgproject.content_profile_d21e2425f352547de9d6fb5aaa67f1c0" }, { - "id": "3d21ba67-2b54-4f4c-91c4-489a26bf2104", - "title": "Et debitis officiis omnis.", - "description": "Cupiditate tenetur voluptatibus. Voluptatem nihil omnis. Rerum dolor saepe.", + "id": "1f8b70b4-5513-460a-817f-bdadc675a08b", + "title": "Vel doloremque excepturi et.", + "description": "At mollitia doloremque. Expedita et sunt. Qui quaerat ipsa.", "business_objective": null, - "compliance_threshold": 53.0, + "compliance_threshold": 59.0, "total_system_count": 1, "type": "policy", "os_major_version": 7, - "profile_title": "Doloribus vero id incidunt.", - "ref_id": "xccdf_org.ssgproject.content_profile_6da081080eea48e75aae0603917754b5" + "profile_title": "Nobis ut non vel.", + "ref_id": "xccdf_org.ssgproject.content_profile_c5df66e0d0ed0d778fba50493b440f2d" }, { - "id": "57aa5e19-7d24-4605-a18e-94c9748894e3", - "title": "Quia assumenda quaerat est.", - "description": "Libero iure sint. Et sunt aut. Libero ipsum sed.", + "id": "25c42301-f436-437b-8136-0bf3aa65ebc5", + "title": "Repellendus deleniti voluptatem minus.", + "description": "Rerum dolor ducimus. Est animi magni. Nihil consequatur aliquam.", "business_objective": null, - "compliance_threshold": 69.0, + "compliance_threshold": 2.0, "total_system_count": 1, "type": "policy", "os_major_version": 7, - "profile_title": "Voluptatum dolor eos facere.", - "ref_id": "xccdf_org.ssgproject.content_profile_f1a51128841bad8baa5f24a4a84e8947" + "profile_title": "Alias libero quia molestiae.", + "ref_id": "xccdf_org.ssgproject.content_profile_6802ed74c057d59559666d818f3c0440" }, { - "id": "5a44af0a-1ae7-42e1-aeb2-c7844e4815c8", - "title": "Sit omnis voluptas iure.", - "description": "Et fuga voluptas. Suscipit et iste. Veritatis qui doloribus.", + "id": "3beb85e5-a1d5-4e2d-8012-e687c92ac2e0", + "title": "Et voluptatem itaque autem.", + "description": "Voluptatibus cum rerum. Recusandae dolores aspernatur. Ut cupiditate dignissimos.", "business_objective": null, - "compliance_threshold": 99.0, + "compliance_threshold": 95.0, "total_system_count": 1, "type": "policy", "os_major_version": 7, - "profile_title": "Placeat iste tempore provident.", - "ref_id": "xccdf_org.ssgproject.content_profile_437b6da74c4cdcdbcdd8858dedef32d8" + "profile_title": "Nihil eum iure maxime.", + "ref_id": "xccdf_org.ssgproject.content_profile_54f61d7d6d72922f127866317840e6aa" }, { - "id": "5bb6f5c5-4538-4288-af29-1196a699302b", - "title": "Vel aut explicabo suscipit.", - "description": "Repudiandae veritatis sunt. Explicabo itaque repellendus. Rerum commodi nesciunt.", + "id": "40decb5c-05ad-4189-8422-29118412d330", + "title": "Soluta doloribus est cumque.", + "description": "Expedita eum quia. Aspernatur nam et. Et mollitia illum.", "business_objective": null, - "compliance_threshold": 74.0, + "compliance_threshold": 36.0, "total_system_count": 1, "type": "policy", "os_major_version": 7, - "profile_title": "Voluptas adipisci et sit.", - "ref_id": "xccdf_org.ssgproject.content_profile_132cfeaf363ef4b2276836454c02f2eb" + "profile_title": "Totam est vel aut.", + "ref_id": "xccdf_org.ssgproject.content_profile_fd24207d6164f9d8d887f498666721b5" } ], "meta": { @@ -979,9 +979,9 @@ "offset": 0 }, "links": { - "first": "/api/compliance/v2/systems/6aac2a66-0444-4ce7-88b5-d80c1a7bde85/policies?limit=10&offset=0", - "last": "/api/compliance/v2/systems/6aac2a66-0444-4ce7-88b5-d80c1a7bde85/policies?limit=10&offset=20", - "next": "/api/compliance/v2/systems/6aac2a66-0444-4ce7-88b5-d80c1a7bde85/policies?limit=10&offset=10" + "first": "/api/compliance/v2/systems/11e146ce-6ae7-4933-8a8c-1fafd7413a06/policies?limit=10&offset=0", + "last": "/api/compliance/v2/systems/11e146ce-6ae7-4933-8a8c-1fafd7413a06/policies?limit=10&offset=20", + "next": "/api/compliance/v2/systems/11e146ce-6ae7-4933-8a8c-1fafd7413a06/policies?limit=10&offset=10" } }, "summary": "", @@ -1099,82 +1099,82 @@ "value": { "data": [ { - "id": "006ed1a8-18cd-4bc0-ac30-35f69febd0cf", - "ref_id": "xccdf_org.ssgproject.content_profile_e586d590ce96337397e5e379074a92a2", - "title": "Et suscipit consequatur dolorem.", - "description": "Sequi blanditiis dolore. Labore sit quod. Delectus perferendis est.", + "id": "0153b5c8-5574-415a-aaec-feafa336209b", + "ref_id": "xccdf_org.ssgproject.content_profile_342bbd0d07a55628be77317c82d90696", + "title": "Sit rem eveniet quis.", + "description": "Sed in tenetur. Modi quidem quasi. Ut voluptate ut.", "value_overrides": {}, "type": "profile" }, { - "id": "15750c57-d73d-460a-b71d-a9885c0c2277", - "ref_id": "xccdf_org.ssgproject.content_profile_2e8af760f67ce452879d2db799f32782", - "title": "Eius qui sunt aperiam.", - "description": "Tempora aliquam id. Quod facilis saepe. Hic impedit et.", + "id": "31a87c3f-eaa1-4384-9d3b-d0ef293eccc8", + "ref_id": "xccdf_org.ssgproject.content_profile_3803b6797ac92a1dc85b4c01d12fd401", + "title": "Necessitatibus dignissimos quia voluptate.", + "description": "Vero ratione enim. Voluptas magnam ea. Possimus accusamus odit.", "value_overrides": {}, "type": "profile" }, { - "id": "16b5d813-f267-470c-ac91-1dcbb8504fcb", - "ref_id": "xccdf_org.ssgproject.content_profile_b368c12d56b4b3c828296b028f8c606c", - "title": "Hic et consequatur ea.", - "description": "In fuga illo. Ex autem rerum. Voluptatum ratione et.", + "id": "393308f1-942a-4c3c-aec4-c321df2c5424", + "ref_id": "xccdf_org.ssgproject.content_profile_17eac26f6b17712df7e2a47d6bab038e", + "title": "Incidunt suscipit rem sed.", + "description": "Est ut autem. Culpa eaque id. Laboriosam quaerat non.", "value_overrides": {}, "type": "profile" }, { - "id": "17215529-9a1c-4847-b68d-02d959b9272f", - "ref_id": "xccdf_org.ssgproject.content_profile_d1280dc49759795750eaaf165c474cbb", - "title": "Saepe qui velit quia.", - "description": "Nihil voluptates magni. Nulla placeat modi. Excepturi dolores tempora.", + "id": "4119b6a5-eaa0-4488-a65e-87e5f175c549", + "ref_id": "xccdf_org.ssgproject.content_profile_05b69b6f03b0051c79641cf3bfa43e59", + "title": "Modi eos et laboriosam.", + "description": "Amet aut deleniti. Dolores est eius. Maiores dolor officiis.", "value_overrides": {}, "type": "profile" }, { - "id": "28e31a29-ab08-40d9-83d8-5237add46654", - "ref_id": "xccdf_org.ssgproject.content_profile_a705de868bf32a38b2420f62dd26b187", - "title": "Ratione atque cumque facilis.", - "description": "Est exercitationem ab. Sit eligendi et. Ut ipsam aut.", + "id": "41ef52a1-1d8e-4298-8a9f-b55037584d0d", + "ref_id": "xccdf_org.ssgproject.content_profile_c3156aaffaafd58e4490c1a0e5164452", + "title": "Non eum ut qui.", + "description": "Saepe fugit blanditiis. Est veritatis mollitia. Impedit et quis.", "value_overrides": {}, "type": "profile" }, { - "id": "32d52c72-105d-48db-9ac7-a8e5ec468af8", - "ref_id": "xccdf_org.ssgproject.content_profile_e2548312c2728d39e62097d30196d01f", - "title": "Quia quos tempora deleniti.", - "description": "Laudantium saepe repellat. Voluptatem eum aut. Architecto ea consequatur.", + "id": "46ad3dbd-c23d-4a42-b561-695d86b17132", + "ref_id": "xccdf_org.ssgproject.content_profile_1ea65f8d40a285c4fc1b2c9ba379c41b", + "title": "Et sequi provident expedita.", + "description": "Aut adipisci minima. Vitae magnam repellendus. Iusto qui repellat.", "value_overrides": {}, "type": "profile" }, { - "id": "39fdf257-25d0-41f3-978a-861f3ad387a3", - "ref_id": "xccdf_org.ssgproject.content_profile_823f56dc6349864545a5ca3f6795eebe", - "title": "Magni et illum commodi.", - "description": "Quibusdam corporis consequatur. Perspiciatis impedit animi. Eius cumque modi.", + "id": "49a3bb65-ab85-42b1-a723-2c320ce0d51a", + "ref_id": "xccdf_org.ssgproject.content_profile_7fb7293ac780be542476523ee1d48082", + "title": "At tenetur ut laudantium.", + "description": "Odit aut voluptatem. Tempora dolor voluptatem. Commodi ducimus voluptatem.", "value_overrides": {}, "type": "profile" }, { - "id": "3ffcdef3-f95b-4397-85da-5cc873d269f2", - "ref_id": "xccdf_org.ssgproject.content_profile_c5b38cc49c269d3050a7de5089144832", - "title": "Illo sunt rem blanditiis.", - "description": "Corrupti quasi delectus. Cumque dolorem similique. Necessitatibus et sit.", + "id": "70d1be35-2ab1-4e2f-a440-ad6d3e15649e", + "ref_id": "xccdf_org.ssgproject.content_profile_3b4a47daa54888258bc36d1dd955e52f", + "title": "Eos aut quos consequatur.", + "description": "Non aut quibusdam. Veniam eius id. Aspernatur saepe placeat.", "value_overrides": {}, "type": "profile" }, { - "id": "645f650e-f237-448e-82dd-0499d749a5be", - "ref_id": "xccdf_org.ssgproject.content_profile_a188f509d78f9d6c274945cebd1e9b2e", - "title": "Est harum officia sequi.", - "description": "Corrupti deleniti cum. Dolor deserunt rem. Sunt sunt animi.", + "id": "868659a5-bd08-43e2-81c7-a5b21d2e540c", + "ref_id": "xccdf_org.ssgproject.content_profile_342b7e5bd01bd4dd798e4d3539c8086b", + "title": "Earum omnis aliquam optio.", + "description": "Dolores laboriosam optio. Nisi rem placeat. Quasi est illo.", "value_overrides": {}, "type": "profile" }, { - "id": "68ccd3e7-085f-49b0-b36a-63f93bc4b719", - "ref_id": "xccdf_org.ssgproject.content_profile_92d12606270b215444990feca597fe24", - "title": "Fuga reiciendis sunt et.", - "description": "Molestias dicta ducimus. Nostrum voluptatibus est. Dicta incidunt sed.", + "id": "88a5e5d7-44a6-40b4-817f-b4c3750a0a46", + "ref_id": "xccdf_org.ssgproject.content_profile_1b7027befa4727a8315bf5ab926655df", + "title": "Aut provident ut ipsum.", + "description": "Quod cum dignissimos. Asperiores facere modi. In suscipit aut.", "value_overrides": {}, "type": "profile" } @@ -1185,9 +1185,9 @@ "offset": 0 }, "links": { - "first": "/api/compliance/v2/security_guides/b3457473-89e4-4a25-bed4-b59078892e09/profiles?limit=10&offset=0", - "last": "/api/compliance/v2/security_guides/b3457473-89e4-4a25-bed4-b59078892e09/profiles?limit=10&offset=20", - "next": "/api/compliance/v2/security_guides/b3457473-89e4-4a25-bed4-b59078892e09/profiles?limit=10&offset=10" + "first": "/api/compliance/v2/security_guides/2b5c3a82-09cb-4bde-a456-aa44a0dcdb11/profiles?limit=10&offset=0", + "last": "/api/compliance/v2/security_guides/2b5c3a82-09cb-4bde-a456-aa44a0dcdb11/profiles?limit=10&offset=20", + "next": "/api/compliance/v2/security_guides/2b5c3a82-09cb-4bde-a456-aa44a0dcdb11/profiles?limit=10&offset=10" } }, "summary": "", @@ -1197,82 +1197,82 @@ "value": { "data": [ { - "id": "b6425865-eee9-45be-8e55-1f6128a1d789", - "ref_id": "xccdf_org.ssgproject.content_profile_63d27bffaeb92f5b2fb4b041693aed9b", - "title": "Ad consequuntur accusantium tempora.", - "description": "Nesciunt aut quae. Debitis maxime alias. Molestias ab est.", + "id": "e8b49fe6-f939-4d41-8ae2-79a9898bbbb6", + "ref_id": "xccdf_org.ssgproject.content_profile_12b3863dc4d30df0469c0dd416156dae", + "title": "Aut facere et aut.", + "description": "Hic quia voluptas. Adipisci eos natus. Rem sequi consectetur.", "value_overrides": {}, "type": "profile" }, { - "id": "10ef1d4b-7ea2-4bf3-9511-6d471fee9f34", - "ref_id": "xccdf_org.ssgproject.content_profile_e88447e75542eed536207c477a3fcc5a", - "title": "Aperiam itaque atque velit.", - "description": "Velit omnis voluptatibus. Repudiandae reiciendis soluta. Repellat laboriosam ratione.", + "id": "bb9470d8-2cd5-45e5-81f2-f65ea18b1dcd", + "ref_id": "xccdf_org.ssgproject.content_profile_46eb86dcddc3ef1dda7a9cac2a8b240d", + "title": "Consequatur tenetur repellendus nisi.", + "description": "Sed nisi iste. Corporis officiis neque. Non tempore vel.", "value_overrides": {}, "type": "profile" }, { - "id": "9f4e4901-66e2-4a73-b8f4-af04977f098d", - "ref_id": "xccdf_org.ssgproject.content_profile_b8d1c8f8940cf72097183bb64a3e22ab", - "title": "Architecto ipsum voluptatum voluptates.", - "description": "Iusto voluptatem quidem. Neque molestiae dolor. Et quod magnam.", + "id": "54028074-c53b-400b-889b-4f4092dc7b8f", + "ref_id": "xccdf_org.ssgproject.content_profile_05b15c3fdb35275bacbf1e7824d66621", + "title": "Cupiditate sed ipsa consequatur.", + "description": "Pariatur quis non. Veniam fugiat quia. Aut officiis sint.", "value_overrides": {}, "type": "profile" }, { - "id": "6c911fb1-a477-4a76-b296-ef33335201f3", - "ref_id": "xccdf_org.ssgproject.content_profile_469ef26b59823a274dd10802594e277e", - "title": "Commodi ut est voluptas.", - "description": "Ut saepe est. Aspernatur inventore et. Corrupti voluptatem quam.", + "id": "0c5fe768-e10a-400e-a0b4-bef78066c407", + "ref_id": "xccdf_org.ssgproject.content_profile_d53355f6961d7c8b9379f243fded9233", + "title": "Dolores magnam non quia.", + "description": "Et voluptatibus aut. Vel molestias sed. Laboriosam et consequatur.", "value_overrides": {}, "type": "profile" }, { - "id": "6638c2c0-f195-4bf0-922d-3e946d9fb5b7", - "ref_id": "xccdf_org.ssgproject.content_profile_5cb990cf4c1ffeb2eaaa87ddfde9e23c", - "title": "Consequatur ullam odio expedita.", - "description": "Quibusdam et ut. Aliquid sed tempore. Quis quisquam voluptas.", + "id": "57641bca-93a4-4b46-a50f-cae77890fbf2", + "ref_id": "xccdf_org.ssgproject.content_profile_2f3c0f1262d3a0eb8b3ed32babcfb0a8", + "title": "Esse at dolor illo.", + "description": "Voluptas veniam facere. Consectetur et non. Aliquid vitae quos.", "value_overrides": {}, "type": "profile" }, { - "id": "720f0524-5187-4607-bb6a-034aa324b7d6", - "ref_id": "xccdf_org.ssgproject.content_profile_84e64e37080400e6e5186f24e3a6dbcb", - "title": "Cum consequatur odio laborum.", - "description": "Aliquid praesentium culpa. Deleniti quasi aspernatur. Voluptas dolores natus.", + "id": "18a18e80-e482-45f9-8dd5-8e19f0077bd8", + "ref_id": "xccdf_org.ssgproject.content_profile_7214a1b2a251542695fe69bef9903544", + "title": "Et et error occaecati.", + "description": "Qui possimus aut. Impedit mollitia similique. Ducimus numquam voluptatem.", "value_overrides": {}, "type": "profile" }, { - "id": "bc6f058e-228a-4b82-93e9-878be1ebe0d7", - "ref_id": "xccdf_org.ssgproject.content_profile_347ba22094f45286ee373e73bd28a8d8", - "title": "Dolores voluptates ipsum nemo.", - "description": "Quas aut voluptas. Et cupiditate dolor. Accusamus laborum minus.", + "id": "7b0e0a24-86bf-4121-a2ec-c1dab5099602", + "ref_id": "xccdf_org.ssgproject.content_profile_a8ce4fa19461c3a5069d40cbadd7a7d5", + "title": "Et impedit aspernatur quaerat.", + "description": "Rerum molestiae unde. Qui officia magnam. Quibusdam alias et.", "value_overrides": {}, "type": "profile" }, { - "id": "3c01abc2-cdd0-430e-848b-28ef71e09c29", - "ref_id": "xccdf_org.ssgproject.content_profile_c5db11c511df079439af69b26a8fd919", - "title": "Eaque porro rerum explicabo.", - "description": "Assumenda dicta dolore. Eius id voluptas. Dolor sit voluptates.", + "id": "739d1d13-a020-413f-a79a-bb05a54892d4", + "ref_id": "xccdf_org.ssgproject.content_profile_43b9302053de1b4588c8a87b13a1d875", + "title": "Hic voluptatem quae qui.", + "description": "Aut error est. Totam inventore eius. Rem debitis et.", "value_overrides": {}, "type": "profile" }, { - "id": "e3ed4f18-6cdc-4f70-8cb7-6953477e9086", - "ref_id": "xccdf_org.ssgproject.content_profile_83c73b5cd045b5bb187ecad92a515df1", - "title": "Enim accusantium quia accusamus.", - "description": "Officia debitis consequuntur. Qui nihil sunt. Expedita ut pariatur.", + "id": "1db4a4fc-87f5-48d5-90b2-5fc84cd7f2af", + "ref_id": "xccdf_org.ssgproject.content_profile_270e707564b5290cac3c4854b0a352f1", + "title": "In vel illo perferendis.", + "description": "Animi incidunt veniam. Quis commodi et. Cum ut dolores.", "value_overrides": {}, "type": "profile" }, { - "id": "edc085aa-50ff-4279-a173-c30ae0ace88c", - "ref_id": "xccdf_org.ssgproject.content_profile_5a77c77d40b90c42660d5ee17116b76f", - "title": "Laborum neque excepturi non.", - "description": "Maiores consectetur quae. Quae aperiam quod. Non mollitia molestiae.", + "id": "8f9c5594-efb0-4f12-85f4-3607148e20d8", + "ref_id": "xccdf_org.ssgproject.content_profile_04a79c2f1ffd20970bddb29359a19321", + "title": "Iusto sit minus dolores.", + "description": "Illo natus minima. Officiis nihil dignissimos. Ex aliquid illum.", "value_overrides": {}, "type": "profile" } @@ -1284,35 +1284,35 @@ "sort_by": "title" }, "links": { - "first": "/api/compliance/v2/security_guides/ca7cf5c6-3ccc-4717-96a7-b22b63cfb993/profiles?limit=10&offset=0&sort_by=title", - "last": "/api/compliance/v2/security_guides/ca7cf5c6-3ccc-4717-96a7-b22b63cfb993/profiles?limit=10&offset=20&sort_by=title", - "next": "/api/compliance/v2/security_guides/ca7cf5c6-3ccc-4717-96a7-b22b63cfb993/profiles?limit=10&offset=10&sort_by=title" + "first": "/api/compliance/v2/security_guides/131142a8-9899-4857-ae35-bf0f2fd5e24a/profiles?limit=10&offset=0&sort_by=title", + "last": "/api/compliance/v2/security_guides/131142a8-9899-4857-ae35-bf0f2fd5e24a/profiles?limit=10&offset=20&sort_by=title", + "next": "/api/compliance/v2/security_guides/131142a8-9899-4857-ae35-bf0f2fd5e24a/profiles?limit=10&offset=10&sort_by=title" } }, "summary": "", "description": "" }, - "List of Profiles filtered by '(title=Aliquid ad eaque deserunt.)'": { + "List of Profiles filtered by '(title=Et itaque consequatur est.)'": { "value": { "data": [ { - "id": "07eb6148-ff30-4a2a-b5df-dd1900612442", - "ref_id": "xccdf_org.ssgproject.content_profile_4ac509936f12880e38bc00ae1f1fdac6", - "title": "Aliquid ad eaque deserunt.", - "description": "Debitis dolores omnis. Fugiat ea rem. Nihil quis nobis.", + "id": "0a21fa97-7146-4504-a04d-c1515ed8436e", + "ref_id": "xccdf_org.ssgproject.content_profile_4d504e515c8f0004550e22e489cb0d67", + "title": "Et itaque consequatur est.", + "description": "Dolores ut nihil. Sit sequi et. Officiis impedit veniam.", "value_overrides": {}, "type": "profile" } ], "meta": { "total": 1, - "filter": "(title=\"Aliquid ad eaque deserunt.\")", + "filter": "(title=\"Et itaque consequatur est.\")", "limit": 10, "offset": 0 }, "links": { - "first": "/api/compliance/v2/security_guides/2df5ea7d-1b36-4ccd-b225-ae4065fb705e/profiles?filter=%28title%3D%22Aliquid+ad+eaque+deserunt.%22%29&limit=10&offset=0", - "last": "/api/compliance/v2/security_guides/2df5ea7d-1b36-4ccd-b225-ae4065fb705e/profiles?filter=%28title%3D%22Aliquid+ad+eaque+deserunt.%22%29&limit=10&offset=0" + "first": "/api/compliance/v2/security_guides/580427d3-ce2c-47c5-8166-6ea4da35529a/profiles?filter=%28title%3D%22Et+itaque+consequatur+est.%22%29&limit=10&offset=0", + "last": "/api/compliance/v2/security_guides/580427d3-ce2c-47c5-8166-6ea4da35529a/profiles?filter=%28title%3D%22Et+itaque+consequatur+est.%22%29&limit=10&offset=0" } }, "summary": "", @@ -1420,10 +1420,10 @@ "Returns a Profile": { "value": { "data": { - "id": "01106b3e-b8ea-407b-9c32-ad78812e4e80", - "ref_id": "xccdf_org.ssgproject.content_profile_a622e5a6f8c12a0fc71c373c6430b253", - "title": "Quidem reiciendis impedit et.", - "description": "Voluptas pariatur laboriosam. Illo quasi non. Et et ea.", + "id": "25c02d29-304a-4487-a789-5d4e9d70ff57", + "ref_id": "xccdf_org.ssgproject.content_profile_a0a05ddfb1cfa12f6274773b3a3021f8", + "title": "Et nisi voluptatem expedita.", + "description": "Aliquam vel quasi. Quisquam in illo. Ut et ab.", "value_overrides": {}, "type": "profile" } @@ -1456,7 +1456,7 @@ "Description of an error when requesting a non-existing Profile": { "value": { "errors": [ - "V2::Profile not found with ID 1caa1c65-5def-4631-b943-d627b05a5886" + "V2::Profile not found with ID 737a2a45-f27f-4f16-82fc-ecb53ec7c293" ] }, "summary": "", @@ -1560,15 +1560,15 @@ "value": { "data": [ { - "id": "1009dac8-0abb-4818-baaa-bba07f8f2eeb", - "title": "Voluptatum reprehenderit sapiente rem.", - "description": "Ea reiciendis neque. Voluptatem ut ut. Perspiciatis inventore incidunt.", - "business_objective": "bus", + "id": "1a1b3a52-9cee-494d-8604-3c78e8a0daa9", + "title": "Deleniti et dicta laboriosam.", + "description": "Perspiciatis dolores harum. Error cumque deleniti. Quod doloremque aut.", + "business_objective": "capacitor", "compliance_threshold": 90.0, "type": "report", "os_major_version": 8, - "profile_title": "Officiis doloremque repellendus soluta.", - "ref_id": "xccdf_org.ssgproject.content_profile_619c86c8df41376dcfecb73b19c117ca", + "profile_title": "Est non ut enim.", + "ref_id": "xccdf_org.ssgproject.content_profile_9a594f4623f2123784fd354b7324f1f3", "all_systems_exposed": true, "percent_compliant": 25, "assigned_system_count": 4, @@ -1577,15 +1577,15 @@ "reported_system_count": 4 }, { - "id": "2c09b1a8-5008-4f83-9a4f-1c34a89d6177", - "title": "Sit cupiditate ea facere.", - "description": "Amet est et. Velit nihil commodi. Quae alias qui.", - "business_objective": "circuit", + "id": "33b5b57a-d64c-4d58-9807-cd532942c080", + "title": "Praesentium laboriosam quidem esse.", + "description": "Tenetur et nemo. Molestias facilis ipsam. Veniam repellat nisi.", + "business_objective": "bus", "compliance_threshold": 90.0, "type": "report", "os_major_version": 8, - "profile_title": "Aut ipsam inventore laboriosam.", - "ref_id": "xccdf_org.ssgproject.content_profile_a8c2e1b6cd89ef6ce45b5f387401d7f4", + "profile_title": "Corrupti expedita totam ea.", + "ref_id": "xccdf_org.ssgproject.content_profile_ece10cfc3225f0105f9a34020a2f03f9", "all_systems_exposed": true, "percent_compliant": 25, "assigned_system_count": 4, @@ -1594,15 +1594,15 @@ "reported_system_count": 4 }, { - "id": "8b9affdd-0a11-47ca-8293-e80f77b080b4", - "title": "In dolorum eos sit.", - "description": "Inventore sunt iure. Quia sint corporis. Mollitia aut enim.", - "business_objective": "capacitor", + "id": "b7bf7a43-ff94-4c9a-80dc-65adf27d6dcf", + "title": "Ipsa natus sit sapiente.", + "description": "Minus laborum doloremque. Quaerat aperiam blanditiis. Esse quibusdam nesciunt.", + "business_objective": "sensor", "compliance_threshold": 90.0, "type": "report", "os_major_version": 8, - "profile_title": "Ea perferendis provident eaque.", - "ref_id": "xccdf_org.ssgproject.content_profile_387adfdb37bb6e216f69c01b3ecfe7d8", + "profile_title": "Et qui est et.", + "ref_id": "xccdf_org.ssgproject.content_profile_941800ea7bb5489c35700ef01282cf16", "all_systems_exposed": true, "percent_compliant": 25, "assigned_system_count": 4, @@ -1611,15 +1611,15 @@ "reported_system_count": 4 }, { - "id": "a110898b-f70d-48e1-8dbb-4fcae44bade6", - "title": "Corrupti laudantium rerum minima.", - "description": "Perspiciatis explicabo quia. Sed et libero. Voluptatem voluptatibus harum.", - "business_objective": "circuit", + "id": "b8962ca1-d705-42d5-9d5a-6a0a1eacb979", + "title": "Quam sed iusto voluptatem.", + "description": "Quia hic illum. Distinctio laboriosam qui. Provident quasi voluptatem.", + "business_objective": "firewall", "compliance_threshold": 90.0, "type": "report", "os_major_version": 8, - "profile_title": "Occaecati fuga rerum corporis.", - "ref_id": "xccdf_org.ssgproject.content_profile_8a8adb913b3dfe6c3233413f75987bfe", + "profile_title": "Reprehenderit dolores vel aut.", + "ref_id": "xccdf_org.ssgproject.content_profile_231034b1b535c938fa94d49ac99be963", "all_systems_exposed": true, "percent_compliant": 25, "assigned_system_count": 4, @@ -1628,15 +1628,15 @@ "reported_system_count": 4 }, { - "id": "ee524e03-f34a-4fc9-9532-c656f8b117cb", - "title": "Quia nulla quia commodi.", - "description": "Dolor deserunt voluptates. Possimus deleniti nihil. Eum eveniet qui.", - "business_objective": "pixel", + "id": "d31cdd05-8efa-4a7b-815e-09f422eace6a", + "title": "Consequatur sit in labore.", + "description": "Excepturi et non. Ut aperiam veritatis. Velit tempora quibusdam.", + "business_objective": "capacitor", "compliance_threshold": 90.0, "type": "report", "os_major_version": 8, - "profile_title": "Dolores hic ipsa vel.", - "ref_id": "xccdf_org.ssgproject.content_profile_98baae4d752c932988a24921756781e3", + "profile_title": "Veritatis natus sed hic.", + "ref_id": "xccdf_org.ssgproject.content_profile_1412a88596eeafb8d8e96700353f7e82", "all_systems_exposed": true, "percent_compliant": 25, "assigned_system_count": 4, @@ -1662,15 +1662,15 @@ "value": { "data": [ { - "id": "05f6bdb2-c877-472c-b16e-3c1686bb3f81", - "title": "Expedita dolor qui rerum.", - "description": "Earum et omnis. Vel ullam numquam. Sed voluptatum qui.", - "business_objective": "matrix", + "id": "180aba34-7d22-4d4c-bf82-47520e55b9c7", + "title": "Id soluta repellendus et.", + "description": "In pariatur rerum. Perferendis et pariatur. Similique a sit.", + "business_objective": "microchip", "compliance_threshold": 90.0, "type": "report", "os_major_version": 8, - "profile_title": "Exercitationem in voluptatem porro.", - "ref_id": "xccdf_org.ssgproject.content_profile_d4cc109a5a5ae6f6686ce2fadcc90341", + "profile_title": "Sint et explicabo error.", + "ref_id": "xccdf_org.ssgproject.content_profile_cd70952d963c7f5fb7475617441d09bf", "all_systems_exposed": true, "percent_compliant": 25, "assigned_system_count": 4, @@ -1679,15 +1679,15 @@ "reported_system_count": 4 }, { - "id": "475c2573-ce4c-4a2f-ac68-f19ab42d36da", - "title": "Perspiciatis veniam consequuntur architecto.", - "description": "Sed harum fugiat. Architecto qui tempore. Consequatur iusto non.", - "business_objective": "sensor", + "id": "2fa140b9-a13d-4f7b-b68d-d4261e45bd03", + "title": "Ut repellat est eius.", + "description": "Explicabo consequatur et. Consequuntur occaecati velit. Error nam facilis.", + "business_objective": "capacitor", "compliance_threshold": 90.0, "type": "report", "os_major_version": 8, - "profile_title": "Adipisci delectus sit soluta.", - "ref_id": "xccdf_org.ssgproject.content_profile_c5333a113ee2abf2ad74863875b5acf2", + "profile_title": "Voluptatem aut ratione reiciendis.", + "ref_id": "xccdf_org.ssgproject.content_profile_738b6477b7db08de9eb413c829b00887", "all_systems_exposed": true, "percent_compliant": 25, "assigned_system_count": 4, @@ -1696,15 +1696,15 @@ "reported_system_count": 4 }, { - "id": "48d0219a-02a9-4d2c-bd98-cc9b34401960", - "title": "Ut ipsam voluptatibus occaecati.", - "description": "Debitis perferendis et. Ut deserunt assumenda. Dolorem molestiae sint.", - "business_objective": "bandwidth", + "id": "837a2fdc-22b9-4367-93d7-527f90b4a274", + "title": "Veniam sit fugiat error.", + "description": "Quia vel ut. Dolor voluptas saepe. Quibusdam facere eius.", + "business_objective": "transmitter", "compliance_threshold": 90.0, "type": "report", "os_major_version": 8, - "profile_title": "Voluptatem necessitatibus praesentium suscipit.", - "ref_id": "xccdf_org.ssgproject.content_profile_5563c7373d3c44677352d8d78a5a93a7", + "profile_title": "Odit rem sit eius.", + "ref_id": "xccdf_org.ssgproject.content_profile_fa335ce710ec550f9de04880a22792b4", "all_systems_exposed": true, "percent_compliant": 25, "assigned_system_count": 4, @@ -1713,15 +1713,15 @@ "reported_system_count": 4 }, { - "id": "ccfe499b-339c-47a0-86ce-c2693fe66df4", - "title": "Ratione est quia provident.", - "description": "Et voluptas occaecati. Et laborum voluptatem. At sed saepe.", - "business_objective": "monitor", + "id": "b16d6750-cf88-48ca-b9bc-c7fe912f845e", + "title": "Dicta tenetur quo eos.", + "description": "Rem non natus. Omnis expedita repellat. Illo exercitationem et.", + "business_objective": "port", "compliance_threshold": 90.0, "type": "report", "os_major_version": 8, - "profile_title": "Rerum reprehenderit totam officia.", - "ref_id": "xccdf_org.ssgproject.content_profile_287da91db0cf33575306fde1dc671b68", + "profile_title": "Vel molestiae labore vitae.", + "ref_id": "xccdf_org.ssgproject.content_profile_a4d9a34c7ceefcad2367852f81db1d71", "all_systems_exposed": true, "percent_compliant": 25, "assigned_system_count": 4, @@ -1730,15 +1730,15 @@ "reported_system_count": 4 }, { - "id": "e42a2645-bf15-4c9e-829c-a2f467b83c74", - "title": "Voluptas laboriosam sequi magni.", - "description": "Ipsa est expedita. Autem maxime fugit. Itaque quia quia.", - "business_objective": "array", + "id": "f9baf00a-c957-403e-8898-4a1511cfe154", + "title": "Provident velit illo et.", + "description": "Possimus illum ipsa. Officiis quibusdam ea. Quis quam aut.", + "business_objective": "driver", "compliance_threshold": 90.0, "type": "report", "os_major_version": 8, - "profile_title": "Doloremque qui itaque fugiat.", - "ref_id": "xccdf_org.ssgproject.content_profile_bac046f9c93cc98ac91f2592c410bf81", + "profile_title": "Quae reiciendis qui voluptatem.", + "ref_id": "xccdf_org.ssgproject.content_profile_fed715ddd7d97dbf0331c476b5b69b00", "all_systems_exposed": true, "percent_compliant": 25, "assigned_system_count": 4, @@ -1906,15 +1906,15 @@ "Returns a Report": { "value": { "data": { - "id": "edd6ab34-f199-45d7-9755-e4fec1a33a7a", - "title": "Veniam ipsa voluptate et.", - "description": "Dolores commodi molestiae. Dolorem aliquam voluptatibus. Quam adipisci pariatur.", - "business_objective": "interface", + "id": "a76cc5cd-92d7-44c1-a7c9-847a706af490", + "title": "Repellat commodi et exercitationem.", + "description": "Maxime ut culpa. Numquam ea perferendis. Omnis sit et.", + "business_objective": "panel", "compliance_threshold": 90.0, "type": "report", "os_major_version": 9, - "profile_title": "A nostrum nihil voluptas.", - "ref_id": "xccdf_org.ssgproject.content_profile_894aa414dcddbfaaae5d0e69cc9947b0", + "profile_title": "Nihil eveniet voluptas quis.", + "ref_id": "xccdf_org.ssgproject.content_profile_2a3c8578e79504dd9d53da0d19cb4db4", "all_systems_exposed": true, "percent_compliant": 25, "assigned_system_count": 4, @@ -1951,7 +1951,7 @@ "Description of an error when requesting a non-existing Report": { "value": { "errors": [ - "V2::Report not found with ID c6aad529-6b93-468f-8067-2da0f370d304" + "V2::Report not found with ID c587229b-3ed4-4737-820d-85b4c1b209e6" ] }, "summary": "", @@ -2000,15 +2000,15 @@ "Deletes Report's test results": { "value": { "data": { - "id": "b9589ea6-05ad-4935-93f5-39c833a333e8", - "title": "Odit ullam pariatur perferendis.", - "description": "Quasi dolores iure. Facere fuga et. Reprehenderit reiciendis nisi.", - "business_objective": "monitor", + "id": "55f3007e-ad4e-43f7-873f-e89e30ae0d84", + "title": "Debitis hic quia numquam.", + "description": "Sed consequatur aut. Voluptate nihil et. At dolorem illum.", + "business_objective": "application", "compliance_threshold": 90.0, "type": "report", "os_major_version": 9, - "profile_title": "Commodi magni nisi voluptate.", - "ref_id": "xccdf_org.ssgproject.content_profile_622a961e8115d17f4484ee03aa2aca67", + "profile_title": "Iure animi autem perferendis.", + "ref_id": "xccdf_org.ssgproject.content_profile_83894767fab15510e4f828caa464dcb7", "all_systems_exposed": true, "percent_compliant": 25, "assigned_system_count": 4, @@ -2092,7 +2092,7 @@ "Description of an error when requesting a non-existing Report": { "value": { "errors": [ - "V2::Report not found with ID a05dd2ff-6284-4de1-8f06-e5f116666eff" + "V2::Report not found with ID 7d565317-0aae-4f09-9b35-9c22bfca5f07" ] }, "summary": "", @@ -2204,15 +2204,15 @@ "value": { "data": [ { - "id": "00124a3c-a0a8-420c-8bf4-cec881dd88aa", - "title": "Et sed voluptate hic.", - "description": "Sit aut quasi. Consectetur et qui. Est voluptate et.", - "business_objective": "sensor", + "id": "05c4efd9-932c-4399-af98-8540778363b2", + "title": "Ut ducimus ipsam eum.", + "description": "Dolores et maxime. Et et excepturi. Accusamus dolorem ut.", + "business_objective": "alarm", "compliance_threshold": 90.0, "type": "report", "os_major_version": 8, - "profile_title": "Dolorum magnam repudiandae odit.", - "ref_id": "xccdf_org.ssgproject.content_profile_30c46b86b378eb65ad26e858c12adb2d", + "profile_title": "Et veniam aut pariatur.", + "ref_id": "xccdf_org.ssgproject.content_profile_f58da62abb57c0ae845f86d3bc71ab26", "all_systems_exposed": false, "percent_compliant": 0, "compliant_system_count": 0, @@ -2220,15 +2220,15 @@ "reported_system_count": 0 }, { - "id": "1b2bea47-3aba-4495-b406-406037035ca5", - "title": "Vel quis ut et.", - "description": "Est perferendis recusandae. Quia sed est. Quidem aperiam non.", - "business_objective": "circuit", + "id": "0d0c6135-05f4-46c3-9336-26a160ac1e33", + "title": "Distinctio iste tempore asperiores.", + "description": "Vel magnam praesentium. Rem qui similique. Recusandae nam sapiente.", + "business_objective": "bus", "compliance_threshold": 90.0, "type": "report", "os_major_version": 8, - "profile_title": "Doloremque iure vel provident.", - "ref_id": "xccdf_org.ssgproject.content_profile_1c33277d87b8d7411c4f3ec3414b7326", + "profile_title": "Nam aut ut omnis.", + "ref_id": "xccdf_org.ssgproject.content_profile_c18201b69f8f9d4320aeac39fff0ee68", "all_systems_exposed": false, "percent_compliant": 0, "compliant_system_count": 0, @@ -2236,15 +2236,15 @@ "reported_system_count": 0 }, { - "id": "2fa36965-2370-4807-a587-6c514c57d821", - "title": "Ut voluptates totam sit.", - "description": "Perspiciatis minima aut. Similique omnis quo. Consectetur consequuntur sunt.", - "business_objective": "matrix", + "id": "8190b693-7663-4a00-b78c-aa5207a3d3df", + "title": "Ea voluptas dignissimos quia.", + "description": "Maiores qui temporibus. Expedita autem occaecati. Et beatae ab.", + "business_objective": "hard drive", "compliance_threshold": 90.0, "type": "report", "os_major_version": 8, - "profile_title": "Voluptatem et nesciunt qui.", - "ref_id": "xccdf_org.ssgproject.content_profile_6c53283aa6ce89ec200cd0a454b55e45", + "profile_title": "Sint quia minus fuga.", + "ref_id": "xccdf_org.ssgproject.content_profile_998c863a0cecf2a117ae06e3215a3c97", "all_systems_exposed": false, "percent_compliant": 0, "compliant_system_count": 0, @@ -2252,15 +2252,15 @@ "reported_system_count": 0 }, { - "id": "79b894ff-5dfd-45cb-bf2a-b4c04ef2f48b", - "title": "Molestiae dolorum culpa facere.", - "description": "Aut ea labore. Laudantium labore qui. Veritatis eius qui.", - "business_objective": "card", + "id": "b9fccb8a-d098-4555-a40f-4e555f6f0985", + "title": "Voluptatem velit ut possimus.", + "description": "Aut sit consequuntur. Similique eos quidem. Qui sapiente sunt.", + "business_objective": "capacitor", "compliance_threshold": 90.0, "type": "report", "os_major_version": 8, - "profile_title": "Quo fugiat dolore provident.", - "ref_id": "xccdf_org.ssgproject.content_profile_151fd9a22adeb06392116e6fe5300d1c", + "profile_title": "Excepturi cumque eos accusamus.", + "ref_id": "xccdf_org.ssgproject.content_profile_0e409d1be4a72e4abac532ede9d79039", "all_systems_exposed": false, "percent_compliant": 0, "compliant_system_count": 0, @@ -2268,15 +2268,15 @@ "reported_system_count": 0 }, { - "id": "b3dbe314-b772-4324-b172-ca77c181db6e", - "title": "A autem accusantium qui.", - "description": "Est qui natus. Vel quae error. Dolores quia molestiae.", - "business_objective": "firewall", + "id": "cc1e2408-9b7e-4653-9d2a-af55a650b390", + "title": "Ratione est quisquam dolores.", + "description": "Recusandae itaque sequi. Harum voluptatem non. Quo consectetur qui.", + "business_objective": "panel", "compliance_threshold": 90.0, "type": "report", "os_major_version": 8, - "profile_title": "Facilis dolorem ut esse.", - "ref_id": "xccdf_org.ssgproject.content_profile_9b2698171694eaff9dfa6c3860a644ad", + "profile_title": "Modi quia ut nemo.", + "ref_id": "xccdf_org.ssgproject.content_profile_cc6b22458d5680f43a673ccbf0f19396", "all_systems_exposed": false, "percent_compliant": 0, "compliant_system_count": 0, @@ -2290,8 +2290,8 @@ "offset": 0 }, "links": { - "first": "/api/compliance/v2/systems/f477c873-e7d5-4ad2-91df-2250d895deda/reports?limit=10&offset=0", - "last": "/api/compliance/v2/systems/f477c873-e7d5-4ad2-91df-2250d895deda/reports?limit=10&offset=0" + "first": "/api/compliance/v2/systems/468e24fb-6e36-4f5c-a7d4-6de389aa039c/reports?limit=10&offset=0", + "last": "/api/compliance/v2/systems/468e24fb-6e36-4f5c-a7d4-6de389aa039c/reports?limit=10&offset=0" } }, "summary": "", @@ -2301,15 +2301,15 @@ "value": { "data": [ { - "id": "520bd658-e77f-4f8f-9a4d-becfd27e21b4", - "title": "Cum et quo a.", - "description": "Error qui doloribus. Fugit delectus nesciunt. Velit id error.", - "business_objective": "protocol", + "id": "9abf9bd0-a7b4-4c04-87e6-b9663aa8f928", + "title": "Natus rerum mollitia magnam.", + "description": "Quo suscipit harum. Et qui eos. Qui et quam.", + "business_objective": "bus", "compliance_threshold": 90.0, "type": "report", "os_major_version": 8, - "profile_title": "Eaque non ut ut.", - "ref_id": "xccdf_org.ssgproject.content_profile_1894b2d88357ff609870864c7941cf23", + "profile_title": "Unde consectetur hic dolor.", + "ref_id": "xccdf_org.ssgproject.content_profile_1124e5d969f2a2705aea937f94380c75", "all_systems_exposed": false, "percent_compliant": 0, "compliant_system_count": 0, @@ -2317,15 +2317,15 @@ "reported_system_count": 0 }, { - "id": "7bf4230b-bb4d-49ec-b74e-103ba874731d", - "title": "Dignissimos sit et vel.", - "description": "Ut alias natus. Qui quos autem. Repudiandae autem ipsam.", - "business_objective": "system", + "id": "50135561-1cea-4d58-997e-3a83b440406a", + "title": "Nihil deleniti quis consectetur.", + "description": "Eum neque modi. Consequatur alias et. Omnis non ut.", + "business_objective": "alarm", "compliance_threshold": 90.0, "type": "report", "os_major_version": 8, - "profile_title": "Eius voluptates debitis dicta.", - "ref_id": "xccdf_org.ssgproject.content_profile_2c55c791dd84368e84e7c43179aaed79", + "profile_title": "Et aut et voluptatem.", + "ref_id": "xccdf_org.ssgproject.content_profile_fddd95486cf6e97078a4ee0d2f89e152", "all_systems_exposed": false, "percent_compliant": 0, "compliant_system_count": 0, @@ -2333,15 +2333,15 @@ "reported_system_count": 0 }, { - "id": "ae2e620c-5e8a-4590-8667-961f6b7e3b5e", - "title": "Minus rerum culpa est.", - "description": "Quas praesentium sit. Atque in ab. Magni fugiat adipisci.", - "business_objective": "bandwidth", + "id": "5b2ad237-5d92-4511-bc94-ddb1303b5dae", + "title": "Porro consequatur pariatur natus.", + "description": "Ea occaecati temporibus. Quo praesentium perspiciatis. Assumenda in dolore.", + "business_objective": "feed", "compliance_threshold": 90.0, "type": "report", "os_major_version": 8, - "profile_title": "Repudiandae non voluptatem est.", - "ref_id": "xccdf_org.ssgproject.content_profile_4d86c2e70c76f1a49ce619c59bf04a99", + "profile_title": "Rem et dolore qui.", + "ref_id": "xccdf_org.ssgproject.content_profile_dedf2dd461576956bb67e79391341bd2", "all_systems_exposed": false, "percent_compliant": 0, "compliant_system_count": 0, @@ -2349,15 +2349,15 @@ "reported_system_count": 0 }, { - "id": "049cc4ae-905b-4c43-b72a-527040797572", - "title": "Natus laborum non voluptatem.", - "description": "Nihil rerum enim. Facilis quos est. Eligendi ut nostrum.", - "business_objective": "firewall", + "id": "c87d49a2-46b0-498d-9235-3fb9429efa5b", + "title": "Reiciendis quia in corrupti.", + "description": "Sit unde repellendus. Commodi repudiandae quaerat. Ut ut qui.", + "business_objective": "array", "compliance_threshold": 90.0, "type": "report", "os_major_version": 8, - "profile_title": "A recusandae laboriosam omnis.", - "ref_id": "xccdf_org.ssgproject.content_profile_c1bf333fb0986334b585bb6e93053973", + "profile_title": "Sint illo aut at.", + "ref_id": "xccdf_org.ssgproject.content_profile_7006c2fe6871d5e633fb229743bd5916", "all_systems_exposed": false, "percent_compliant": 0, "compliant_system_count": 0, @@ -2365,15 +2365,15 @@ "reported_system_count": 0 }, { - "id": "2a0ae012-44cc-45ed-9d0d-144323bf4fee", - "title": "Repudiandae odit error distinctio.", - "description": "Impedit quos ut. Distinctio enim qui. Tenetur ipsa facere.", - "business_objective": "interface", + "id": "6db045cc-d578-4d62-8d99-372fb5d4a723", + "title": "Voluptatem non tenetur ipsam.", + "description": "Commodi saepe sint. Provident ullam cum. Rerum sed nulla.", + "business_objective": "monitor", "compliance_threshold": 90.0, "type": "report", "os_major_version": 8, - "profile_title": "Accusamus tempora quidem aperiam.", - "ref_id": "xccdf_org.ssgproject.content_profile_f85d15170915a535881cf52284e39801", + "profile_title": "Id ad sit ipsam.", + "ref_id": "xccdf_org.ssgproject.content_profile_010a45a60166f92274d1c012a2faf01a", "all_systems_exposed": false, "percent_compliant": 0, "compliant_system_count": 0, @@ -2388,8 +2388,8 @@ "sort_by": "title" }, "links": { - "first": "/api/compliance/v2/systems/d07b5775-5c44-4175-9529-49d2cab40af6/reports?limit=10&offset=0&sort_by=title", - "last": "/api/compliance/v2/systems/d07b5775-5c44-4175-9529-49d2cab40af6/reports?limit=10&offset=0&sort_by=title" + "first": "/api/compliance/v2/systems/dba9e86b-5079-418a-a0fc-3450be3bfa74/reports?limit=10&offset=0&sort_by=title", + "last": "/api/compliance/v2/systems/dba9e86b-5079-418a-a0fc-3450be3bfa74/reports?limit=10&offset=0&sort_by=title" } }, "summary": "", @@ -2537,92 +2537,92 @@ "value": { "data": [ { - "id": "07f04577-160b-42f3-a365-4d278a3645dc", - "ref_id": "xccdf_org.ssgproject.content_rule_group_1e836b3fff4e33369d2ba85b38e7784a", - "title": "Quia nihil enim ea.", - "rationale": "Est velit dolorem. Accusantium et omnis. Ea nihil sapiente.", - "description": "Aliquam nihil explicabo. Perferendis in ut. Eos possimus rerum.", + "id": "014a25f0-a130-4785-8f11-4e4015d2cf53", + "ref_id": "xccdf_org.ssgproject.content_rule_group_6f07413469926b893d5422629a7914b6", + "title": "Aspernatur in modi totam.", + "rationale": "Vitae maxime reiciendis. Cumque minima explicabo. Placeat voluptatum nisi.", + "description": "Magnam ratione quae. Ut rerum qui. Rerum qui hic.", "precedence": null, "type": "rule_group" }, { - "id": "0ba9335e-61a7-4064-9454-d08f15073c97", - "ref_id": "xccdf_org.ssgproject.content_rule_group_269570920393df5bb13ee07a69e64037", - "title": "Quibusdam sed eos illum.", - "rationale": "Enim nostrum beatae. Recusandae ipsum delectus. Enim et natus.", - "description": "Rerum sit deserunt. Et sapiente omnis. Quae molestiae ab.", + "id": "034e92c5-9231-4da8-b128-cf67a9c6a7e3", + "ref_id": "xccdf_org.ssgproject.content_rule_group_df5afd5bf079c375a356ae3314e9975c", + "title": "Velit ea adipisci error.", + "rationale": "Atque iste cum. Eum nulla delectus. Pariatur sapiente delectus.", + "description": "Temporibus dolore voluptates. Omnis et aut. Autem et beatae.", "precedence": null, "type": "rule_group" }, { - "id": "11c27f3f-c322-4a21-a61d-b1f9068bd477", - "ref_id": "xccdf_org.ssgproject.content_rule_group_ebf04a3b29a4dff783db09766ba3078a", - "title": "Sed occaecati doloribus beatae.", - "rationale": "Corporis cum in. Quas qui totam. Aut consectetur facilis.", - "description": "Odio quo accusamus. Quo rem laboriosam. Error aut quibusdam.", + "id": "0fccf0e9-6f15-4c75-9788-b19836b68585", + "ref_id": "xccdf_org.ssgproject.content_rule_group_37f2dda211531483789935c9f237fd2f", + "title": "Reiciendis praesentium sit qui.", + "rationale": "Esse aut corrupti. Est ipsa repellat. Quae vero ex.", + "description": "Unde excepturi esse. Dolor dicta blanditiis. Ab autem quos.", "precedence": null, "type": "rule_group" }, { - "id": "1297151b-b153-402e-945b-4801b1f17778", - "ref_id": "xccdf_org.ssgproject.content_rule_group_d2c56aaacb4690c9fc9344cd335baa67", - "title": "Cumque voluptates ut quis.", - "rationale": "Et ut ut. Occaecati ea nostrum. Laboriosam quae numquam.", - "description": "Laudantium rem molestiae. Voluptate saepe expedita. Nobis doloremque eligendi.", + "id": "16e8d5d7-c07a-4d5d-8580-c5e1e99dfa15", + "ref_id": "xccdf_org.ssgproject.content_rule_group_36609be45d08795afe45f2ba1f1d772f", + "title": "Perspiciatis non sed sed.", + "rationale": "Itaque eveniet impedit. Occaecati eveniet nemo. Et qui perferendis.", + "description": "Dignissimos impedit qui. Qui delectus earum. In nihil optio.", "precedence": null, "type": "rule_group" }, { - "id": "19820aaa-530b-4b4d-b416-82ab487287db", - "ref_id": "xccdf_org.ssgproject.content_rule_group_7030cfbb1684fec579732c019967b17a", - "title": "Dolorum cupiditate ad aut.", - "rationale": "Et porro possimus. Quia natus vel. Sint id occaecati.", - "description": "Temporibus placeat dolore. Sit voluptatem nihil. Illo cum corporis.", + "id": "37ad8489-5a64-45e7-8b7a-13bf14e89a83", + "ref_id": "xccdf_org.ssgproject.content_rule_group_478d01ba347ef78d0e20dd5c952a3a76", + "title": "Aspernatur commodi dignissimos excepturi.", + "rationale": "Quod voluptas voluptatem. Ad dicta aliquam. Consectetur deleniti provident.", + "description": "Porro omnis minus. Voluptatum amet minus. Sint aliquam et.", "precedence": null, "type": "rule_group" }, { - "id": "19b7e4ba-9c7a-4d58-a4f7-4ad448154a10", - "ref_id": "xccdf_org.ssgproject.content_rule_group_c0bdfefcf9f5ddb86c88f0d83a3272ef", - "title": "Illum alias tenetur culpa.", - "rationale": "Ducimus quis ipsum. Reiciendis ducimus corrupti. Alias deserunt eum.", - "description": "Deleniti vel quasi. Sunt quo voluptates. Culpa sunt eos.", + "id": "438e7ac0-cfde-45c2-84d5-b690100f6ebe", + "ref_id": "xccdf_org.ssgproject.content_rule_group_1d73fd4ef3b4dd977157520c6df05784", + "title": "Hic eum accusantium rerum.", + "rationale": "Et optio laborum. Iure molestiae tempora. Incidunt tempore perferendis.", + "description": "Aut sunt possimus. Vel aut cumque. Accusantium eligendi ut.", "precedence": null, "type": "rule_group" }, { - "id": "1e7a4582-af67-4d28-ae49-2adbe5efb620", - "ref_id": "xccdf_org.ssgproject.content_rule_group_e99fd54be9efb85f1f7ad06c020707ef", - "title": "Eaque consequatur reiciendis sed.", - "rationale": "Similique sunt blanditiis. Nihil tenetur culpa. In cumque eos.", - "description": "Quaerat mollitia hic. Blanditiis itaque omnis. Dicta reiciendis est.", + "id": "45043d9d-84ed-4875-bcc4-2aff94e10916", + "ref_id": "xccdf_org.ssgproject.content_rule_group_b3b17fe2161a96df3b801c9da207ed7d", + "title": "Sunt suscipit explicabo libero.", + "rationale": "Non nihil voluptatem. Atque omnis inventore. Nihil aperiam dolores.", + "description": "Illo aut omnis. Aliquid porro voluptate. Autem voluptatum numquam.", "precedence": null, "type": "rule_group" }, { - "id": "1f4319a0-6c0d-4105-bf8e-5f17995c8351", - "ref_id": "xccdf_org.ssgproject.content_rule_group_3139b571862817a539bcdbcef670b803", - "title": "Quia nisi at ut.", - "rationale": "Itaque qui recusandae. Est non totam. Nihil quas molestiae.", - "description": "Qui quia ut. Perferendis commodi velit. Nihil est assumenda.", + "id": "461e2ac5-0e85-4dc7-bb19-990e90b0d97c", + "ref_id": "xccdf_org.ssgproject.content_rule_group_3218d7808f883d9d475570f46bbb4c35", + "title": "Vel soluta fugit accusamus.", + "rationale": "Eos doloribus sed. Qui magnam et. Et officiis voluptatem.", + "description": "Eveniet assumenda et. Deleniti culpa ut. Dolorem animi et.", "precedence": null, "type": "rule_group" }, { - "id": "20080667-8f6b-4765-a4cd-cad96d89f6fc", - "ref_id": "xccdf_org.ssgproject.content_rule_group_3919791eed265f78707c79595d55031b", - "title": "Veniam omnis ipsa est.", - "rationale": "Totam ad et. Sequi dolor quasi. Commodi architecto et.", - "description": "Corrupti ut reiciendis. Atque est eveniet. A sed velit.", + "id": "5dd77c31-ec9d-4360-acd4-2693737a2ca1", + "ref_id": "xccdf_org.ssgproject.content_rule_group_d70c4e6e5481d5d3336524b4e1c11ee2", + "title": "Ut quasi alias quidem.", + "rationale": "Tempora cupiditate minima. Nihil nam autem. Dolores amet officia.", + "description": "Sed rerum eveniet. Voluptate laudantium vel. Culpa suscipit omnis.", "precedence": null, "type": "rule_group" }, { - "id": "5a302a84-c0ad-4d38-ba49-886b30a18fbe", - "ref_id": "xccdf_org.ssgproject.content_rule_group_dc439d6583c5c4b0af6f0c7cf65f6cdb", - "title": "Nostrum est aliquam ipsum.", - "rationale": "Quo nihil nihil. Corporis voluptatem ut. Et odit amet.", - "description": "Mollitia incidunt at. Labore esse praesentium. Facilis nulla id.", + "id": "6718302c-7a1a-40f9-a526-0c68abae9579", + "ref_id": "xccdf_org.ssgproject.content_rule_group_5f284850f56768b7efd2ee3dd00d61d2", + "title": "Est sit consequatur aperiam.", + "rationale": "Non aut fugit. Qui accusamus consequatur. Reprehenderit iusto laudantium.", + "description": "Ut et dolores. Fuga aliquam perspiciatis. Voluptates sint voluptate.", "precedence": null, "type": "rule_group" } @@ -2633,9 +2633,9 @@ "offset": 0 }, "links": { - "first": "/api/compliance/v2/security_guides/59475531-85ae-4a9c-a7e2-f4253787964a/rule_groups?limit=10&offset=0", - "last": "/api/compliance/v2/security_guides/59475531-85ae-4a9c-a7e2-f4253787964a/rule_groups?limit=10&offset=20", - "next": "/api/compliance/v2/security_guides/59475531-85ae-4a9c-a7e2-f4253787964a/rule_groups?limit=10&offset=10" + "first": "/api/compliance/v2/security_guides/748edb20-a714-470f-9a81-b6f1000703ea/rule_groups?limit=10&offset=0", + "last": "/api/compliance/v2/security_guides/748edb20-a714-470f-9a81-b6f1000703ea/rule_groups?limit=10&offset=20", + "next": "/api/compliance/v2/security_guides/748edb20-a714-470f-9a81-b6f1000703ea/rule_groups?limit=10&offset=10" } }, "summary": "", @@ -2645,92 +2645,92 @@ "value": { "data": [ { - "id": "133c8c7b-cc4e-4e36-bcac-61a5402c9a41", - "ref_id": "xccdf_org.ssgproject.content_rule_group_e1067bf2841e29d7d1ad0c26e1263901", - "title": "Rerum asperiores qui ut.", - "rationale": "Excepturi reprehenderit occaecati. Ut magni dolor. Qui animi omnis.", - "description": "Quo et quibusdam. Ut et sint. Quis magni et.", + "id": "0b1cab13-a247-455d-83e6-dfb3b1b6f702", + "ref_id": "xccdf_org.ssgproject.content_rule_group_f5b54f9676e514d6ad35aff26634ed35", + "title": "Totam qui voluptatem quo.", + "rationale": "Ut autem voluptatem. Ducimus odio consectetur. Nesciunt doloremque et.", + "description": "Et soluta distinctio. Eaque ad ipsum. Doloremque adipisci autem.", "precedence": null, "type": "rule_group" }, { - "id": "1f257a8b-6cb2-4a4a-b69c-dc510432375b", - "ref_id": "xccdf_org.ssgproject.content_rule_group_cddfc13ef1dffe3e1a87bffe8a19b486", - "title": "Vel incidunt aut eum.", - "rationale": "Deleniti et dolorem. Architecto rerum magni. Soluta sed nihil.", - "description": "Molestias aspernatur voluptatem. Repudiandae et eos. Non voluptatem autem.", + "id": "0cd247d0-df59-4419-8860-b30f65633290", + "ref_id": "xccdf_org.ssgproject.content_rule_group_0b2dabee1dd29b3221d76c142f19375f", + "title": "Quis ex error iure.", + "rationale": "Quia et minus. Iure in dolor. Numquam vero dolorum.", + "description": "Dolorem fugit sit. Quis temporibus tempore. Repellendus quia assumenda.", "precedence": null, "type": "rule_group" }, { - "id": "21c30249-2868-4bc5-9fb7-09031b48b3ab", - "ref_id": "xccdf_org.ssgproject.content_rule_group_d6198212552663ebb2b6a44ea7fcdcfe", - "title": "Dolorem explicabo non minus.", - "rationale": "Porro quidem et. Ea aut voluptatem. Deleniti exercitationem repudiandae.", - "description": "Autem sapiente illum. Sit tenetur qui. Porro asperiores id.", + "id": "11558df8-66fa-4f34-9dfe-2ccfa151ad42", + "ref_id": "xccdf_org.ssgproject.content_rule_group_1c8cd52c244aeacc4860b5cf57bbbdd8", + "title": "Corrupti nihil animi laborum.", + "rationale": "Expedita aut iste. Nostrum pariatur autem. Sit rerum soluta.", + "description": "In voluptatum et. Ipsam sed ab. Sint numquam fuga.", "precedence": null, "type": "rule_group" }, { - "id": "46a89023-d559-434c-b0c9-481fea1950d1", - "ref_id": "xccdf_org.ssgproject.content_rule_group_c552a0d4588002e0ecc12d8417a28db2", - "title": "Qui repudiandae dolores voluptas.", - "rationale": "Dolorum facilis et. Consequatur animi sapiente. Necessitatibus ad quibusdam.", - "description": "Minima at dolorum. Qui quaerat et. Voluptatem similique nam.", + "id": "167c7fea-7474-4597-90c9-a6cac4e1af61", + "ref_id": "xccdf_org.ssgproject.content_rule_group_5dc2721b9f41c0f32a81c79f294d87c1", + "title": "Et doloremque a ut.", + "rationale": "In architecto similique. Laboriosam tenetur ut. Temporibus iste quis.", + "description": "Provident et quod. Autem quibusdam eaque. Sed laborum aut.", "precedence": null, "type": "rule_group" }, { - "id": "55fcb00e-f9d7-48a8-a3c9-4b9f75e75fbe", - "ref_id": "xccdf_org.ssgproject.content_rule_group_7d5e76f0a5a7f209f6e4be3d864cd310", - "title": "Illum eum architecto et.", - "rationale": "Sint iste rerum. Sint iste voluptatem. Et molestias et.", - "description": "Vel libero ipsam. Similique aliquid recusandae. Qui doloribus labore.", + "id": "23ac42c2-8601-495b-af58-8f91dec1d6b6", + "ref_id": "xccdf_org.ssgproject.content_rule_group_043051524d37d989f6161a915ef25a7c", + "title": "Quia non reiciendis recusandae.", + "rationale": "Quas earum est. Nesciunt totam aut. Ea laudantium neque.", + "description": "Quisquam ut voluptatem. Molestiae nemo in. Incidunt praesentium ducimus.", "precedence": null, "type": "rule_group" }, { - "id": "674dd04b-ab0b-413a-a700-08949110da08", - "ref_id": "xccdf_org.ssgproject.content_rule_group_e4932c6da11b61a86d34b3078bc317f7", - "title": "Impedit natus nihil repellat.", - "rationale": "Rerum corporis necessitatibus. Et alias fugiat. Consectetur temporibus ipsam.", - "description": "Aut ipsum culpa. Quam qui non. Aut in magnam.", + "id": "2db93441-0a07-4108-8ec5-bb8e1232a7ed", + "ref_id": "xccdf_org.ssgproject.content_rule_group_ecfeb759d574ed67225f34738190abbc", + "title": "Sit excepturi enim delectus.", + "rationale": "Omnis commodi eligendi. Rem omnis omnis. Eum alias ut.", + "description": "Odio unde exercitationem. Animi ut laudantium. Odio earum quis.", "precedence": null, "type": "rule_group" }, { - "id": "6f9db316-42cc-4372-ad44-a6a4babd6649", - "ref_id": "xccdf_org.ssgproject.content_rule_group_41a3c7e74674f5308a649ca002a21c4c", - "title": "Ad libero et iure.", - "rationale": "Quisquam dolores recusandae. Soluta labore hic. Laudantium officia totam.", - "description": "Architecto et est. Sed error optio. Quaerat exercitationem minima.", + "id": "3429ee38-d83f-44fc-b3f3-456cd5f7cd4a", + "ref_id": "xccdf_org.ssgproject.content_rule_group_7fa61b45cf2e76c1a137cc5fd7b00f54", + "title": "Provident nulla quibusdam eius.", + "rationale": "Praesentium non sit. Mollitia et quos. Velit amet et.", + "description": "Veniam vitae excepturi. Vero in esse. Voluptatem perferendis rerum.", "precedence": null, "type": "rule_group" }, { - "id": "8b5a32a4-569e-4319-a531-b65e9db66013", - "ref_id": "xccdf_org.ssgproject.content_rule_group_079f99ae2841818830b42f1f2ead94e3", - "title": "Et occaecati facilis eum.", - "rationale": "Enim labore est. Enim minima laborum. Animi dolor eligendi.", - "description": "Officiis officia aut. Hic alias nam. In cumque voluptatibus.", + "id": "37e476a4-ab22-4687-8756-115453a0dac9", + "ref_id": "xccdf_org.ssgproject.content_rule_group_d798bab03069df6739013d4597495e1e", + "title": "Repudiandae quia impedit quia.", + "rationale": "Quasi dolore architecto. Possimus illo cumque. Vitae odio consectetur.", + "description": "Quasi omnis facilis. Unde eum cum. Autem consequatur neque.", "precedence": null, "type": "rule_group" }, { - "id": "8dc71596-92ba-4739-adce-21cb75e6cd5b", - "ref_id": "xccdf_org.ssgproject.content_rule_group_e1831c5bd849eaca535df9ff5bf98884", - "title": "Esse nisi numquam iusto.", - "rationale": "Corrupti consectetur nemo. Et voluptatum autem. Qui rerum officia.", - "description": "Eos optio excepturi. Praesentium iure omnis. Aut voluptatum tempora.", + "id": "3edc4dad-5967-4908-bcdf-6f92f4454e88", + "ref_id": "xccdf_org.ssgproject.content_rule_group_069321b6913fa2b9240042f7b0c2a11b", + "title": "Hic ipsa inventore occaecati.", + "rationale": "Repellat eos odio. Eum itaque cumque. Porro magnam tempora.", + "description": "Excepturi provident voluptate. Quo sequi laudantium. Doloribus quis corporis.", "precedence": null, "type": "rule_group" }, { - "id": "91e3b555-b445-425e-9ff7-52fa969afd2f", - "ref_id": "xccdf_org.ssgproject.content_rule_group_8b646752f3ba5ebc0082f25d0cf14f5a", - "title": "Aliquam consectetur quia corporis.", - "rationale": "Rerum expedita necessitatibus. Ipsa fuga at. Harum rem voluptate.", - "description": "In maxime itaque. Ut qui libero. Nihil et eaque.", + "id": "4c292488-6b63-4628-a0ad-18eaa5243008", + "ref_id": "xccdf_org.ssgproject.content_rule_group_772e08086c1ba08149f9db75213e6b53", + "title": "Sint consequatur cupiditate velit.", + "rationale": "Architecto odio totam. In facere maxime. Impedit fuga quibusdam.", + "description": "Ad quia at. Non soluta neque. Ipsum voluptatem nostrum.", "precedence": null, "type": "rule_group" } @@ -2742,9 +2742,9 @@ "sort_by": "precedence" }, "links": { - "first": "/api/compliance/v2/security_guides/0f4b9095-906d-4e3b-80b8-24f7cb979b16/rule_groups?limit=10&offset=0&sort_by=precedence", - "last": "/api/compliance/v2/security_guides/0f4b9095-906d-4e3b-80b8-24f7cb979b16/rule_groups?limit=10&offset=20&sort_by=precedence", - "next": "/api/compliance/v2/security_guides/0f4b9095-906d-4e3b-80b8-24f7cb979b16/rule_groups?limit=10&offset=10&sort_by=precedence" + "first": "/api/compliance/v2/security_guides/5934ad7f-c883-454e-8bad-9779b80c5396/rule_groups?limit=10&offset=0&sort_by=precedence", + "last": "/api/compliance/v2/security_guides/5934ad7f-c883-454e-8bad-9779b80c5396/rule_groups?limit=10&offset=20&sort_by=precedence", + "next": "/api/compliance/v2/security_guides/5934ad7f-c883-454e-8bad-9779b80c5396/rule_groups?limit=10&offset=10&sort_by=precedence" } }, "summary": "", @@ -2851,11 +2851,11 @@ "Returns a Rule Group": { "value": { "data": { - "id": "bff54ebc-ec46-455b-bcdb-fb6d844ace1b", - "ref_id": "xccdf_org.ssgproject.content_rule_group_8ecc739f94225d0f1d292d9aa792d6d9", - "title": "Aliquam ab facere corrupti.", - "rationale": "Minima quod dolore. Optio ut sunt. Et tempora occaecati.", - "description": "Quisquam sed consequatur. Cum consequuntur architecto. Esse eum corporis.", + "id": "43cbc97c-b467-4e23-b6d8-2a0f2ea264e6", + "ref_id": "xccdf_org.ssgproject.content_rule_group_10f8ccef1d9ef61d290d12004a0dcb53", + "title": "Dolorem consequatur voluptatem culpa.", + "rationale": "Provident consequatur suscipit. Non est eum. Atque voluptatum reprehenderit.", + "description": "Sint nihil labore. Est labore aut. Velit qui magni.", "precedence": null, "type": "rule_group" } @@ -2888,7 +2888,7 @@ "Description of an error when requesting a non-existing Rule Group": { "value": { "errors": [ - "V2::RuleGroup not found with ID 0375b8c0-5730-4997-a9bc-f11a2aee816a" + "V2::RuleGroup not found with ID 0d02a61b-56a5-491b-a1e2-7c3219cd4ba4" ] }, "summary": "", @@ -3013,8 +3013,8 @@ "offset": 0 }, "links": { - "first": "/api/compliance/v2/reports/770c832a-2b20-4f95-b9d4-dac895aa86e6/test_results/d34bab5b-3b7c-44cb-962b-1d62783a143a/rule_results?limit=10&offset=0", - "last": "/api/compliance/v2/reports/770c832a-2b20-4f95-b9d4-dac895aa86e6/test_results/d34bab5b-3b7c-44cb-962b-1d62783a143a/rule_results?limit=10&offset=0" + "first": "/api/compliance/v2/reports/c8acd12c-f2c8-400b-91a0-66a2ae152244/test_results/4d03c30b-155b-4825-94d3-4751c4f5122a/rule_results?limit=10&offset=0", + "last": "/api/compliance/v2/reports/c8acd12c-f2c8-400b-91a0-66a2ae152244/test_results/4d03c30b-155b-4825-94d3-4751c4f5122a/rule_results?limit=10&offset=0" } }, "summary": "", @@ -3030,8 +3030,8 @@ "sort_by": "result" }, "links": { - "first": "/api/compliance/v2/reports/a8644e3f-f443-4daa-82d4-63351604e4ea/test_results/8881501d-e70c-4974-b6f4-d10de6a3bd68/rule_results?limit=10&offset=0&sort_by=result", - "last": "/api/compliance/v2/reports/a8644e3f-f443-4daa-82d4-63351604e4ea/test_results/8881501d-e70c-4974-b6f4-d10de6a3bd68/rule_results?limit=10&offset=0&sort_by=result" + "first": "/api/compliance/v2/reports/f2f21961-1b49-4fdf-8dc7-0c4c747a3186/test_results/e8ede97e-df50-407f-b76e-2d375555a0da/rule_results?limit=10&offset=0&sort_by=result", + "last": "/api/compliance/v2/reports/f2f21961-1b49-4fdf-8dc7-0c4c747a3186/test_results/e8ede97e-df50-407f-b76e-2d375555a0da/rule_results?limit=10&offset=0&sort_by=result" } }, "summary": "", @@ -3047,8 +3047,8 @@ "offset": 0 }, "links": { - "first": "/api/compliance/v2/reports/66998eff-3ba8-44f5-8fae-76ac1c4f8ba2/test_results/d6e7cc9d-0022-4bc8-ac03-f3900aa5c7f4/rule_results?filter=%28title%3Dfoo%29&limit=10&offset=0", - "last": "/api/compliance/v2/reports/66998eff-3ba8-44f5-8fae-76ac1c4f8ba2/test_results/d6e7cc9d-0022-4bc8-ac03-f3900aa5c7f4/rule_results?filter=%28title%3Dfoo%29&limit=10&offset=0" + "first": "/api/compliance/v2/reports/3b2d6ee9-e306-4304-9ce2-6ed2889cb57e/test_results/b839b19f-eb11-4094-a0e2-7eb5d286147e/rule_results?filter=%28title%3Dfoo%29&limit=10&offset=0", + "last": "/api/compliance/v2/reports/3b2d6ee9-e306-4304-9ce2-6ed2889cb57e/test_results/b839b19f-eb11-4094-a0e2-7eb5d286147e/rule_results?filter=%28title%3Dfoo%29&limit=10&offset=0" } }, "summary": "", @@ -3205,37 +3205,37 @@ "value": { "data": [ { - "id": "001d533c-f529-40d2-a344-ee10fbd5b4a4", - "ref_id": "xccdf_org.ssgproject.content_rule_afff30e0c2029b4d419f1d6a26ce0c21", - "title": "Aspernatur praesentium quisquam excepturi.", - "rationale": "Provident voluptatum magni. Dolores enim vel. Esse numquam voluptatum.", - "description": "Ipsum dignissimos aspernatur. Est aut reprehenderit. Est quod illo.", + "id": "0077e28d-3b5e-4dc3-84d5-3e7463bb8ab4", + "ref_id": "xccdf_org.ssgproject.content_rule_9c6a2f8b49f44b9c625ce7367746e222", + "title": "Omnis officiis amet doloremque.", + "rationale": "Non debitis illum. Sequi enim exercitationem. Reiciendis dicta nostrum.", + "description": "Cumque deleniti porro. Dolores tempore consequatur. Sunt quisquam aut.", "severity": "medium", - "precedence": 5077, + "precedence": 8208, "identifier": { - "href": "http://bosco.example/denisse.will", - "label": "Cottar" + "href": "http://barton-breitenberg.test/francoise", + "label": "Pervinca Took" }, "references": [ { - "href": "http://rau-mosciski.example/fredricka.haley", - "label": "Zimrahin" + "href": "http://ferry.example/reid", + "label": "Horn" }, { - "href": "http://hegmann.example/jocelyn", - "label": "Radagast" + "href": "http://zulauf.test/shawnee.yost", + "label": "Soronto" }, { - "href": "http://strosin.test/david", - "label": "Malvegil" + "href": "http://hartmann.test/andre", + "label": "Írimon" }, { - "href": "http://grimes.example/betty", - "label": "Folca" + "href": "http://gottlieb.example/rigoberto", + "label": "Falco Chubb-Baggins" }, { - "href": "http://halvorson.example/barton", - "label": "Uffo Boffin" + "href": "http://lowe-kshlerin.example/taylor.jenkins", + "label": "Gálmód" } ], "value_checks": null, @@ -3243,37 +3243,37 @@ "type": "rule" }, { - "id": "0545b9cb-f064-43e4-a3a9-86059e37ecdf", - "ref_id": "xccdf_org.ssgproject.content_rule_515404a3b5b60b259b92e86863624434", - "title": "Modi aspernatur exercitationem excepturi.", - "rationale": "Voluptatem et impedit. Natus nihil minima. Perspiciatis distinctio rerum.", - "description": "Natus sint reiciendis. Inventore deserunt animi. Ipsa rerum praesentium.", - "severity": "low", - "precedence": 2760, + "id": "0b79db14-bc62-4d85-be5b-0a35b6c7622f", + "ref_id": "xccdf_org.ssgproject.content_rule_e37265f697c193a5b1a0774291b27567", + "title": "Et voluptates fuga veritatis.", + "rationale": "Accusamus eligendi qui. Architecto et officiis. Dolor nam inventore.", + "description": "Porro quia asperiores. Ut natus omnis. Et autem est.", + "severity": "high", + "precedence": 2374, "identifier": { - "href": "http://price.test/jacques_klocko", - "label": "Elemmírë" + "href": "http://trantow-vandervort.example/lurline", + "label": "Glorfindel" }, "references": [ { - "href": "http://oconner-fahey.test/shala", - "label": "Goldberry" + "href": "http://collier-cremin.example/drusilla_hilll", + "label": "Snaga" }, { - "href": "http://paucek.example/eunice", - "label": "Hildifons Took" + "href": "http://graham.test/zack", + "label": "Hirluin" }, { - "href": "http://mcclure.test/jarod_goldner", - "label": "Ingwë" + "href": "http://price.test/alisa_glover", + "label": "Théodred" }, { - "href": "http://tromp-wiza.example/classie", - "label": "Vardamir" + "href": "http://emard.example/edward_dooley", + "label": "Nienor" }, { - "href": "http://kilback-bashirian.example/ileana", - "label": "Hilda Bracegirdle" + "href": "http://legros-kassulke.test/bruna_ebert", + "label": "Legolas" } ], "value_checks": null, @@ -3281,37 +3281,37 @@ "type": "rule" }, { - "id": "19b66f24-2f96-4490-b560-ddb1c851512f", - "ref_id": "xccdf_org.ssgproject.content_rule_196c7c801a61972c2983cfe93affff44", - "title": "Aut et dolorem eum.", - "rationale": "Adipisci nihil voluptatem. Commodi deserunt voluptas. Doloremque vel iusto.", - "description": "Eum blanditiis quos. Ea qui ad. Non magnam doloremque.", - "severity": "medium", - "precedence": 3216, + "id": "0f5e25e2-bf33-4aac-8ab2-97b412d07542", + "ref_id": "xccdf_org.ssgproject.content_rule_e4a02ae6f56b0e61339c7cddd23bb8b2", + "title": "Sapiente optio magni quae.", + "rationale": "Excepturi fuga iste. Fugiat in esse. Nulla consequatur fuga.", + "description": "Libero nemo autem. Quasi quis est. Ea est omnis.", + "severity": "high", + "precedence": 6954, "identifier": { - "href": "http://cartwright.test/tatiana_krajcik", - "label": "Beleg" + "href": "http://mosciski.test/williams", + "label": "Angamaitë" }, "references": [ { - "href": "http://kozey.example/delmy", - "label": "Eldalótë" + "href": "http://metz.test/alica_rohan", + "label": "Aranwë" }, { - "href": "http://abshire.test/clarence_koss", - "label": "Nob" + "href": "http://watsica-marquardt.test/angelia.wiza", + "label": "Eofor" }, { - "href": "http://botsford.example/alfredo", - "label": "Iago Grubb" + "href": "http://swaniawski.example/kelvin", + "label": "Eöl" }, { - "href": "http://keebler-ziemann.test/joseph", - "label": "Diamond of Long Cleeve" + "href": "http://lynch.example/janella", + "label": "Írimë" }, { - "href": "http://champlin.example/drucilla", - "label": "Halfast Gamgee" + "href": "http://mitchell.test/milagro", + "label": "Asgon" } ], "value_checks": null, @@ -3319,37 +3319,37 @@ "type": "rule" }, { - "id": "20675bc1-a985-46e4-90eb-89d81ffd579f", - "ref_id": "xccdf_org.ssgproject.content_rule_8e13debcd69a38aa9f0943548af997d0", - "title": "Sint maiores nobis necessitatibus.", - "rationale": "Soluta repudiandae quia. Hic earum saepe. Illo architecto et.", - "description": "Rerum numquam quam. Sint qui quaerat. Iure voluptatem magni.", - "severity": "low", - "precedence": 4901, + "id": "156494f9-81b1-4790-a835-230a2bb9a108", + "ref_id": "xccdf_org.ssgproject.content_rule_995505ba1bdde870ccf380c80acbabd0", + "title": "Sequi incidunt et officia.", + "rationale": "Vel pariatur aliquam. Magnam harum quasi. Similique autem vel.", + "description": "Temporibus in ut. Laudantium provident est. Saepe blanditiis consectetur.", + "severity": "medium", + "precedence": 6503, "identifier": { - "href": "http://beer.test/alex.ryan", - "label": "Draugluin" + "href": "http://hahn.example/lucas.cruickshank", + "label": "Ruby Bolger" }, "references": [ { - "href": "http://willms-purdy.test/gregory_welch", - "label": "Manthor" + "href": "http://kiehn-marvin.example/bryce.rippin", + "label": "Huor" }, { - "href": "http://bernhard-ortiz.test/clemente", - "label": "Ferdinand Took" + "href": "http://flatley.test/cyrstal", + "label": "Radagast" }, { - "href": "http://lakin.test/irene_olson", - "label": "Bandobras Took" + "href": "http://mcglynn-king.example/benjamin.ebert", + "label": "Mahtan" }, { - "href": "http://kuhlman.example/geraldo", - "label": "Ingwë" + "href": "http://weimann-leuschke.example/harold", + "label": "William" }, { - "href": "http://wuckert.test/mendy.donnelly", - "label": "Írildë" + "href": "http://torp.example/morris_rau", + "label": "Andróg" } ], "value_checks": null, @@ -3357,37 +3357,37 @@ "type": "rule" }, { - "id": "232dc5ba-8819-4007-a67c-935c71dd3977", - "ref_id": "xccdf_org.ssgproject.content_rule_85054be6aedd5347fc415ae2969584b4", - "title": "Illo voluptatem est quam.", - "rationale": "Asperiores aliquam quo. Odio nostrum praesentium. Dolor odio aliquid.", - "description": "Quo velit officiis. Sit hic et. Asperiores sapiente ut.", - "severity": "medium", - "precedence": 9991, + "id": "19dc0e91-a2c5-40a5-b927-e9fbd748feaf", + "ref_id": "xccdf_org.ssgproject.content_rule_de1b7690b04151b59c8d4567d0d94225", + "title": "Magni natus animi aperiam.", + "rationale": "Asperiores rerum beatae. Suscipit a numquam. Sit sit in.", + "description": "Sit recusandae autem. Aut amet ut. Saepe qui dolores.", + "severity": "high", + "precedence": 5503, "identifier": { - "href": "http://marvin-moen.test/shanel_feil", - "label": "Amarië" + "href": "http://abbott-maggio.example/pamella", + "label": "Donnamira Took" }, "references": [ { - "href": "http://kub.test/jackson", - "label": "Elenwë" + "href": "http://franecki.example/goldie.medhurst", + "label": "Amaranth Brandybuck" }, { - "href": "http://bernier-west.example/vincenzo_breitenberg", - "label": "Mosco Burrows" + "href": "http://hintz.test/quyen", + "label": "Dervorin" }, { - "href": "http://lynch.example/derek", - "label": "Herubrand" + "href": "http://frami-lowe.example/lai_hudson", + "label": "Amrod" }, { - "href": "http://hoppe.example/jc.jenkins", - "label": "Bifur" + "href": "http://jast.test/tanisha_swaniawski", + "label": "Inzilbêth" }, { - "href": "http://williamson.test/brett", - "label": "Helm" + "href": "http://gerhold.test/tish_sporer", + "label": "Ar-Adûnakhôr" } ], "value_checks": null, @@ -3395,37 +3395,37 @@ "type": "rule" }, { - "id": "29751926-ab65-43b5-94f6-0a48b5e267a6", - "ref_id": "xccdf_org.ssgproject.content_rule_8f177657a1e96516ea78ac1b105a5fb3", - "title": "Ut autem quis aliquid.", - "rationale": "Cupiditate ut eius. Et accusamus voluptatem. Voluptatem ut quos.", - "description": "Aut qui voluptas. Quasi a repellat. Illum ullam officia.", - "severity": "low", - "precedence": 1466, + "id": "19e3b829-1c02-4ca9-93ef-a0e6bc9e1995", + "ref_id": "xccdf_org.ssgproject.content_rule_8778bed7d6cabee36ab74890facce862", + "title": "Voluptatem sint placeat delectus.", + "rationale": "Architecto adipisci dicta. Esse maxime doloremque. Impedit non optio.", + "description": "Sed assumenda sit. Est esse earum. Autem vitae ex.", + "severity": "medium", + "precedence": 4713, "identifier": { - "href": "http://kirlin-stanton.example/robert.wiegand", - "label": "Nori" + "href": "http://schimmel-hermiston.test/olin.kihn", + "label": "Pansy Baggins" }, "references": [ { - "href": "http://kiehn-erdman.test/fletcher_beatty", - "label": "Araphant" + "href": "http://barrows.example/marge", + "label": "Amlach" }, { - "href": "http://sawayn.test/lyndon", - "label": "Witch-king" + "href": "http://ward.example/reita_ryan", + "label": "Minardil" }, { - "href": "http://lehner.test/deon_huel", - "label": "Merry Gardner" + "href": "http://kunde.test/kandy_bailey", + "label": "Tar-Elendil" }, { - "href": "http://oconner.example/hiram.collins", - "label": "Bifur" + "href": "http://cruickshank.example/charley", + "label": "Vidugavia" }, { - "href": "http://douglas-rohan.test/virgina.christiansen", - "label": "Arminas" + "href": "http://cummerata.example/richard", + "label": "Dís" } ], "value_checks": null, @@ -3433,37 +3433,37 @@ "type": "rule" }, { - "id": "50a022f2-4e12-45b9-9e32-4f50c48fa366", - "ref_id": "xccdf_org.ssgproject.content_rule_6bdff856e0b0c82de24c47d845e09c32", - "title": "Id quidem voluptate aut.", - "rationale": "Eos alias nihil. A nihil quia. Amet omnis est.", - "description": "Qui est natus. Ullam non doloribus. Sint dicta facilis.", - "severity": "medium", - "precedence": 5390, + "id": "21b1e2a3-7c35-442e-a5fa-15e169f4cb5c", + "ref_id": "xccdf_org.ssgproject.content_rule_4c4006ba610112bbebd610e01360b9f3", + "title": "Officiis aperiam in quaerat.", + "rationale": "Et recusandae et. Quia et id. Consequatur corporis provident.", + "description": "Rerum laudantium eveniet. Enim dignissimos quo. Odit reprehenderit distinctio.", + "severity": "high", + "precedence": 9322, "identifier": { - "href": "http://white.test/alex_waelchi", - "label": "Aglahad" + "href": "http://hintz.example/rosaura_ziemann", + "label": "Thrór" }, "references": [ { - "href": "http://dietrich-gislason.example/eugene.jaskolski", - "label": "Hending" + "href": "http://waelchi.example/cleveland.harber", + "label": "Hiril" }, { - "href": "http://ohara.example/belen_ward", - "label": "Ungoliant" + "href": "http://casper.test/zachary", + "label": "Sigismond Took" }, { - "href": "http://block-abernathy.example/jolanda.kertzmann", - "label": "Pengolodh" + "href": "http://douglas-schuster.example/delicia", + "label": "Mithrellas" }, { - "href": "http://sauer-jacobi.example/horace_ledner", - "label": "Targon" + "href": "http://reichel.example/humberto", + "label": "Ban" }, { - "href": "http://littel-walker.test/doug", - "label": "Rufus Burrows" + "href": "http://king.example/arden_balistreri", + "label": "Ebor" } ], "value_checks": null, @@ -3471,37 +3471,37 @@ "type": "rule" }, { - "id": "54399fb7-7e2a-4f9f-93fd-e36d3dade9e6", - "ref_id": "xccdf_org.ssgproject.content_rule_41952ee10a4b6bab61a8dfe04dbaca07", - "title": "Quia possimus et eos.", - "rationale": "Facilis ad delectus. Labore quae sed. Consequatur adipisci magni.", - "description": "Maiores sit corrupti. Dolore voluptatem minus. Consequuntur deleniti eligendi.", + "id": "224d7005-6ac9-40f8-b003-acd211fd3951", + "ref_id": "xccdf_org.ssgproject.content_rule_9bb26ce72d039cf62c8c7150c66ec53b", + "title": "Earum optio ut omnis.", + "rationale": "Officiis et commodi. Facilis eius suscipit. Eligendi et possimus.", + "description": "Ut delectus omnis. Qui corrupti possimus. Incidunt eveniet vitae.", "severity": "low", - "precedence": 8955, + "precedence": 9895, "identifier": { - "href": "http://schuppe.example/stefan", - "label": "Donnamira Took" + "href": "http://carter.test/lemuel_walker", + "label": "Hildigrim Took" }, "references": [ { - "href": "http://gerlach.example/kirby.schulist", - "label": "Salvia Brandybuck" + "href": "http://harber.example/ching", + "label": "Saeros" }, { - "href": "http://wehner.example/beverly", - "label": "Borthand" + "href": "http://yost.test/ignacio.nader", + "label": "Thorin" }, { - "href": "http://schultz.test/carli_turner", - "label": "Halfred of Overhill" + "href": "http://nolan-beier.test/marty", + "label": "Fréawine" }, { - "href": "http://towne.example/joan", - "label": "Annael" + "href": "http://cremin.example/lucius", + "label": "Farin" }, { - "href": "http://rodriguez-swaniawski.example/roderick", - "label": "Haldad" + "href": "http://nikolaus.test/malik", + "label": "Eradan" } ], "value_checks": null, @@ -3509,37 +3509,37 @@ "type": "rule" }, { - "id": "686c7e24-2778-4929-98e4-2a02672852ba", - "ref_id": "xccdf_org.ssgproject.content_rule_ed09cdba79821f88232d0cc70e21fb14", - "title": "Delectus alias dolorem consequatur.", - "rationale": "Nihil asperiores voluptates. Qui quidem est. Voluptatem laborum sed.", - "description": "Quod sit voluptas. Molestiae doloribus nesciunt. Exercitationem nobis illum.", - "severity": "high", - "precedence": 9444, + "id": "3bf4e7ea-95a7-448e-8550-488328cd9982", + "ref_id": "xccdf_org.ssgproject.content_rule_1aabae9b1da050c72451537aa3b97d84", + "title": "Sed tenetur et reprehenderit.", + "rationale": "Beatae ratione esse. Aliquam dignissimos cum. Dolor eum eligendi.", + "description": "Voluptates accusamus tenetur. Pariatur voluptas dicta. Esse laborum exercitationem.", + "severity": "low", + "precedence": 4318, "identifier": { - "href": "http://wisoky-reilly.test/matt", - "label": "Marmadoc Brandybuck" + "href": "http://cole.test/isaac", + "label": "Morwen Steelsheen" }, "references": [ { - "href": "http://flatley.example/lyndon_koelpin", - "label": "Gruffo Boffin" + "href": "http://hilll-rempel.example/jenee", + "label": "Rufus Burrows" }, { - "href": "http://gutkowski-parisian.test/clarita", - "label": "Gálmód" + "href": "http://wintheiser.example/oscar_murphy", + "label": "Glóin" }, { - "href": "http://mohr.example/fransisca.ernser", - "label": "Lily Baggins" + "href": "http://quigley.example/elmo", + "label": "Tarondor" }, { - "href": "http://wolf.test/daria", - "label": "Finwë" + "href": "http://lang-muller.example/venus_lockman", + "label": "Quickbeam" }, { - "href": "http://towne.test/james.parisian", - "label": "Marhwini" + "href": "http://weber.test/eryn_kerluke", + "label": "Saradoc Brandybuck" } ], "value_checks": null, @@ -3547,37 +3547,37 @@ "type": "rule" }, { - "id": "717bdd05-f6f7-48ae-acb0-ac20c0fcb2ba", - "ref_id": "xccdf_org.ssgproject.content_rule_7b247f4107e75cb92950db84a72646bf", - "title": "Cumque numquam vel fugiat.", - "rationale": "Aliquid porro doloribus. Sed nemo qui. Ea quas est.", - "description": "Sed assumenda tenetur. Hic explicabo incidunt. Consequatur ab eaque.", - "severity": "low", - "precedence": 8960, + "id": "3e4acd8a-60f3-44f0-88de-68558eb2db03", + "ref_id": "xccdf_org.ssgproject.content_rule_7ee86e116c3f1413c1f118e49fb6f22c", + "title": "Repudiandae sed voluptatem provident.", + "rationale": "Numquam quam iure. Illum sint est. Iusto omnis sed.", + "description": "Perspiciatis magnam molestiae. Quasi qui omnis. Provident molestiae odit.", + "severity": "medium", + "precedence": 8544, "identifier": { - "href": "http://spencer.example/kennith", - "label": "Estella Bolger" + "href": "http://tillman-bogan.test/fritz.jerde", + "label": "Hamfast Gardner" }, "references": [ { - "href": "http://price.example/dustin", - "label": "Argonui" + "href": "http://little.test/timothy_thompson", + "label": "Beren" }, { - "href": "http://kozey-muller.test/dong_stehr", - "label": "Hugo Bracegirdle" + "href": "http://macejkovic-cassin.test/liza", + "label": "Ponto Baggins" }, { - "href": "http://cartwright.test/arnold.mills", - "label": "Harding" + "href": "http://daniel.example/normand.mitchell", + "label": "Algund" }, { - "href": "http://shanahan-friesen.example/brittaney", - "label": "Ingold" + "href": "http://stracke.test/dalene", + "label": "Folcwine" }, { - "href": "http://langworth.test/rachelle", - "label": "Girion" + "href": "http://stamm.test/evan.connelly", + "label": "Elemmírë" } ], "value_checks": null, @@ -3591,9 +3591,9 @@ "offset": 0 }, "links": { - "first": "/api/compliance/v2/security_guides/625634ec-69e8-4f50-9f90-b7af3caa1300/rules?limit=10&offset=0", - "last": "/api/compliance/v2/security_guides/625634ec-69e8-4f50-9f90-b7af3caa1300/rules?limit=10&offset=20", - "next": "/api/compliance/v2/security_guides/625634ec-69e8-4f50-9f90-b7af3caa1300/rules?limit=10&offset=10" + "first": "/api/compliance/v2/security_guides/5db6983a-3da5-48ef-b472-cbc58788a2b0/rules?limit=10&offset=0", + "last": "/api/compliance/v2/security_guides/5db6983a-3da5-48ef-b472-cbc58788a2b0/rules?limit=10&offset=20", + "next": "/api/compliance/v2/security_guides/5db6983a-3da5-48ef-b472-cbc58788a2b0/rules?limit=10&offset=10" } }, "summary": "", @@ -3603,37 +3603,37 @@ "value": { "data": [ { - "id": "16ab6417-d539-43d4-bdef-474f95b2ff35", - "ref_id": "xccdf_org.ssgproject.content_rule_0aaa56c7b0a530cdbfad959a4ccaf20e", - "title": "Quos corrupti rerum quis.", - "rationale": "Placeat dolorem et. Blanditiis nihil asperiores. Rerum voluptate inventore.", - "description": "Asperiores quos dolorem. Enim tenetur quos. Fugiat praesentium qui.", + "id": "6083cc3c-583a-4a05-87d9-ca5575104368", + "ref_id": "xccdf_org.ssgproject.content_rule_49aa87fb8ac33713ccf4a4e29e527c80", + "title": "Et consequatur aperiam quam.", + "rationale": "Iste officiis nisi. Fugiat autem ut. Porro eos sed.", + "description": "Quisquam dolor velit. Voluptatem ut sapiente. Culpa rem tempora.", "severity": "low", - "precedence": 238, + "precedence": 776, "identifier": { - "href": "http://bergnaum-haag.test/otto", - "label": "Arveleg" + "href": "http://abbott.example/archie", + "label": "Mithrellas" }, "references": [ { - "href": "http://paucek-schneider.test/josh_schultz", - "label": "Peregrin Took" + "href": "http://gottlieb.example/maryrose", + "label": "Zimrahin" }, { - "href": "http://jakubowski-prohaska.test/claude.douglas", - "label": "Mîm" + "href": "http://rath.example/lourie_roob", + "label": "Hirgon" }, { - "href": "http://rodriguez.example/larita", - "label": "Shelob" + "href": "http://prohaska.example/rudy_schaden", + "label": "Beldis" }, { - "href": "http://pouros.test/lillie", - "label": "Tar-Amandil" + "href": "http://hoeger.example/ilene", + "label": "Hugo Boffin" }, { - "href": "http://hoppe.test/tisa.fadel", - "label": "Tar-Ardamin" + "href": "http://runolfsdottir-mohr.example/fallon", + "label": "Aldor" } ], "value_checks": null, @@ -3641,37 +3641,37 @@ "type": "rule" }, { - "id": "e23bf103-90ae-4a6f-b0c2-17bf8499d357", - "ref_id": "xccdf_org.ssgproject.content_rule_4c016b9f4a2a69668aef92c895bf49f1", - "title": "Dolorem earum eius iure.", - "rationale": "Tenetur rem non. Distinctio qui qui. Tempora modi consequatur.", - "description": "Impedit architecto unde. Officia sed sint. Sed quos maxime.", - "severity": "high", - "precedence": 711, + "id": "9db1eb31-f594-4402-bdda-1adc66c67de8", + "ref_id": "xccdf_org.ssgproject.content_rule_04119d27e1714699a64aba24db8e3a3b", + "title": "Magnam magni quis deserunt.", + "rationale": "Doloribus ut exercitationem. Architecto omnis recusandae. Provident quasi omnis.", + "description": "Nostrum neque ea. Ut accusantium harum. Aspernatur error modi.", + "severity": "low", + "precedence": 2054, "identifier": { - "href": "http://little.example/bette", - "label": "Amethyst Hornblower" + "href": "http://feest.test/shane", + "label": "Éothain" }, "references": [ { - "href": "http://lindgren.test/yasmin.strosin", - "label": "Narmacil" + "href": "http://kutch.test/charita.cummerata", + "label": "Otto Boffin" }, { - "href": "http://koch-roob.example/hank.sauer", - "label": "Minto Burrows" + "href": "http://wilkinson.example/toney", + "label": "Elatan" }, { - "href": "http://davis.test/malik", - "label": "Írimon" + "href": "http://schmidt.example/faustina_bartoletti", + "label": "Pengolodh" }, { - "href": "http://howe.test/patrica_harvey", - "label": "Mungo Baggins" + "href": "http://klocko.test/elias_jenkins", + "label": "Adanel" }, { - "href": "http://schneider-harber.test/sharan", - "label": "Atanalcar" + "href": "http://roob.example/jude", + "label": "Aegnor" } ], "value_checks": null, @@ -3679,37 +3679,37 @@ "type": "rule" }, { - "id": "74528847-6c7c-4afb-bfff-292ae8771812", - "ref_id": "xccdf_org.ssgproject.content_rule_f6f2f9ca3deb79a56556f8b02a9b273b", - "title": "Dolor voluptatem enim earum.", - "rationale": "Exercitationem dolor est. Similique voluptatem deleniti. Quo molestiae facere.", - "description": "Nisi eos et. Illo hic eos. Veniam sunt adipisci.", - "severity": "low", - "precedence": 920, + "id": "0b839231-87e5-49b5-96b2-fdc0b18ae972", + "ref_id": "xccdf_org.ssgproject.content_rule_1dceaf6432495a21ed110c7ffcac6ad2", + "title": "Mollitia voluptatibus eaque nostrum.", + "rationale": "Totam ut molestiae. Porro nobis vel. Deleniti doloremque assumenda.", + "description": "Dolorum facilis ut. Aut quaerat error. Quia et doloremque.", + "severity": "high", + "precedence": 2084, "identifier": { - "href": "http://harvey.example/colton", - "label": "Glóredhel" + "href": "http://hermiston-kirlin.example/raymond", + "label": "Rose Gardner" }, "references": [ { - "href": "http://hickle-erdman.test/damon", - "label": "Gilbarad" + "href": "http://crona-marquardt.example/marcel.bernhard", + "label": "Déor" }, { - "href": "http://streich-crona.test/darryl", - "label": "Nolondil" + "href": "http://gleichner.example/rosalind", + "label": "Haldad" }, { - "href": "http://bruen.example/tammi", - "label": "Gorgol" + "href": "http://rodriguez.example/arnold", + "label": "Gram" }, { - "href": "http://lehner.test/shelton", - "label": "Finbor" + "href": "http://heathcote.example/ebony", + "label": "Beldir" }, { - "href": "http://rowe.test/harley", - "label": "Urthel" + "href": "http://wisoky.example/mario.muller", + "label": "Cirion" } ], "value_checks": null, @@ -3717,37 +3717,37 @@ "type": "rule" }, { - "id": "518c328f-1768-49fb-9cd9-fc0d18a347b8", - "ref_id": "xccdf_org.ssgproject.content_rule_1fa551caf4b89bdfc78b1f253ae4c1bc", - "title": "Consequuntur minima quas dolorem.", - "rationale": "Et sapiente officiis. Eos itaque adipisci. Molestiae quos nostrum.", - "description": "Nihil similique necessitatibus. Quis ex voluptatibus. Voluptas velit nihil.", - "severity": "low", - "precedence": 1288, + "id": "c89759a1-fd6b-4268-9b00-56296655f016", + "ref_id": "xccdf_org.ssgproject.content_rule_83e7ff6c1e1d3a6e756a6ca11288d844", + "title": "Delectus officiis omnis atque.", + "rationale": "Quo laborum et. Incidunt aliquam officia. Iste eum cupiditate.", + "description": "Illo at molestiae. Maiores quod aut. Et dolorem quis.", + "severity": "high", + "precedence": 2136, "identifier": { - "href": "http://kemmer.example/sanjuanita", - "label": "Flói" + "href": "http://larkin-strosin.test/charley.gutkowski", + "label": "Atanalcar" }, "references": [ { - "href": "http://conn.example/vito", - "label": "Gilly Brownlock" + "href": "http://stehr.example/michel.gulgowski", + "label": "Erestor" }, { - "href": "http://fahey-jacobson.example/carl_pfeffer", - "label": "Farmer Cotton" + "href": "http://rohan.test/donnette", + "label": "Leaflock" }, { - "href": "http://bayer-will.example/isabelle", - "label": "Artamir" + "href": "http://brown.test/ludie", + "label": "Vorondil" }, { - "href": "http://kling-osinski.example/jerald", - "label": "Herubrand" + "href": "http://reilly.test/dion", + "label": "Fëanor" }, { - "href": "http://haag.test/teodora", - "label": "Aerin" + "href": "http://ryan.example/augustine.hamill", + "label": "Angrim" } ], "value_checks": null, @@ -3755,37 +3755,37 @@ "type": "rule" }, { - "id": "d7940712-714f-4ab3-8511-c116eb6cb725", - "ref_id": "xccdf_org.ssgproject.content_rule_27bb8f8578f61b965b79a4d7b293a8e2", - "title": "Voluptas qui officia id.", - "rationale": "Quia eligendi asperiores. Iste ut ullam. Porro qui rerum.", - "description": "Et suscipit est. Quia nemo ea. Quis laboriosam ducimus.", - "severity": "low", - "precedence": 1591, + "id": "40befd70-2ecd-4a94-ba5b-2b31b084b72d", + "ref_id": "xccdf_org.ssgproject.content_rule_2ef10982a983ac035b55c6c4000549af", + "title": "Explicabo illo illum iusto.", + "rationale": "Est nemo iusto. Et nobis consequatur. Excepturi sunt adipisci.", + "description": "Possimus et rem. Animi non eveniet. A nobis nemo.", + "severity": "medium", + "precedence": 2893, "identifier": { - "href": "http://hegmann.example/madalyn_kilback", - "label": "Wilcome" + "href": "http://hudson-morar.example/rogelio_frami", + "label": "Elmar" }, "references": [ { - "href": "http://gutkowski.example/xavier", - "label": "Primula Brandybuck" + "href": "http://terry.example/janel", + "label": "Adaldrida Bolger" }, { - "href": "http://abbott.example/refugio.braun", - "label": "Voronwë" + "href": "http://johnson.test/rodrick.okon", + "label": "Turgon" }, { - "href": "http://kling-feeney.test/carmelia", - "label": "Griffo Boffin" + "href": "http://lang.test/luther", + "label": "Hathaldir" }, { - "href": "http://gutmann-sipes.test/marketta_marquardt", - "label": "Adalgar Bolger" + "href": "http://bayer-lang.example/waneta", + "label": "Gerda Boffin" }, { - "href": "http://fisher.example/lewis", - "label": "Adanel" + "href": "http://macejkovic.test/leonel.erdman", + "label": "Elfstan Fairbairn" } ], "value_checks": null, @@ -3793,37 +3793,37 @@ "type": "rule" }, { - "id": "64ecaa60-b6f7-4597-a51b-1942c28ca993", - "ref_id": "xccdf_org.ssgproject.content_rule_acea88fa7215ad1ca19d0428a4e7956a", - "title": "Vero est quae magnam.", - "rationale": "Non quas ipsum. Ratione cupiditate aliquam. Aut est eligendi.", - "description": "Eius quam sit. Quia possimus tempora. Ad fugiat maxime.", - "severity": "high", - "precedence": 2378, + "id": "a22d051c-98ab-49e9-9bb8-2500cce4aae9", + "ref_id": "xccdf_org.ssgproject.content_rule_5b8bbbd10b47b87f8d81ade610b5df5d", + "title": "Officiis repudiandae qui nam.", + "rationale": "Labore quaerat velit. Qui maxime reiciendis. Nobis illo rem.", + "description": "Minima rerum voluptatem. Aut ex nihil. Adipisci et rerum.", + "severity": "low", + "precedence": 2910, "identifier": { - "href": "http://heller.example/porfirio.medhurst", - "label": "Lalaith" + "href": "http://grimes.test/arthur_ferry", + "label": "Silmariën" }, "references": [ { - "href": "http://nolan-torp.example/larae_mcdermott", - "label": "Hugo Bracegirdle" + "href": "http://rau-kessler.example/kim", + "label": "Elladan" }, { - "href": "http://nolan.test/naomi_bergstrom", - "label": "Gorgol" + "href": "http://parker.test/dionna.jaskolski", + "label": "Muzgash" }, { - "href": "http://collier.test/elliott", - "label": "Nolondil" + "href": "http://hamill.test/bryant", + "label": "Fëanor" }, { - "href": "http://parker.example/chassidy", - "label": "Elentir" + "href": "http://prohaska.test/sena", + "label": "Angrim" }, { - "href": "http://funk-lockman.example/von", - "label": "Ivriniel" + "href": "http://rohan-davis.example/jazmine.mckenzie", + "label": "Valacar" } ], "value_checks": null, @@ -3831,37 +3831,37 @@ "type": "rule" }, { - "id": "646e2b70-2693-4241-9196-4653af6079e5", - "ref_id": "xccdf_org.ssgproject.content_rule_e7be556d9153fe99c0af09a68fb1d4ac", - "title": "Et a minus nostrum.", - "rationale": "Odio in qui. Architecto vero dolores. Quidem non ut.", - "description": "Aut consequatur facere. Magnam aut velit. Magnam aut cum.", - "severity": "low", - "precedence": 2553, + "id": "583594d6-d39a-46db-a057-1f220bcaa615", + "ref_id": "xccdf_org.ssgproject.content_rule_2664ab46c01afe95a0538644892ee038", + "title": "Ut eligendi doloremque magnam.", + "rationale": "Id itaque optio. Ut explicabo nemo. Soluta quia occaecati.", + "description": "Voluptas velit qui. Eos ut officiis. Tempora tempore et.", + "severity": "high", + "precedence": 3512, "identifier": { - "href": "http://considine-murazik.example/merrill.welch", - "label": "Gorgol" + "href": "http://mills.test/lyndia", + "label": "Arminas" }, "references": [ { - "href": "http://swaniawski.test/carter", - "label": "Tar-Minastir" + "href": "http://koelpin.test/marilou.larson", + "label": "Eärnil" }, { - "href": "http://krajcik-mcclure.test/apryl.nienow", - "label": "Hirgon" + "href": "http://kunze.test/delmy", + "label": "Rorimac Brandybuck" }, { - "href": "http://adams-konopelski.test/richie_williamson", - "label": "Rowlie Appledore" + "href": "http://daniel.example/gerda", + "label": "Éowyn" }, { - "href": "http://adams-swift.test/jude.ankunding", - "label": "Angbor" + "href": "http://ritchie.test/mel_stokes", + "label": "Eöl" }, { - "href": "http://friesen.test/cher_nolan", - "label": "Ted Sandyman" + "href": "http://rempel-nader.example/penny", + "label": "Goldilocks Gardner" } ], "value_checks": null, @@ -3869,37 +3869,37 @@ "type": "rule" }, { - "id": "32b89b90-5ed1-4f48-a3c0-4474c9ae4ace", - "ref_id": "xccdf_org.ssgproject.content_rule_9df18b46c455382e31206325a520a8e4", - "title": "Cumque deleniti vel saepe.", - "rationale": "Esse repellendus et. Ut repellat non. Qui nihil magni.", - "description": "Repellat eveniet iure. Autem rerum temporibus. Dicta at nihil.", + "id": "01e891b6-a7fe-4f8f-a529-d08976dcbcde", + "ref_id": "xccdf_org.ssgproject.content_rule_6445ac05470e4e1168ff0a525acba762", + "title": "Dicta eligendi amet porro.", + "rationale": "Tempore dolorem minus. Nihil asperiores in. Necessitatibus vitae expedita.", + "description": "At sint iure. Nostrum architecto praesentium. Et quaerat qui.", "severity": "low", - "precedence": 2912, + "precedence": 3553, "identifier": { - "href": "http://bergstrom.example/thurman", - "label": "Algund" + "href": "http://metz.test/sam", + "label": "Tar-Meneldur" }, "references": [ { - "href": "http://beatty.example/kendrick", - "label": "Elboron" + "href": "http://okuneva.test/yolando.lehner", + "label": "Diamond of Long Cleeve" }, { - "href": "http://gleichner.example/eldridge", - "label": "Ilberic Brandybuck" + "href": "http://littel.example/cleo", + "label": "Galdor of the Havens" }, { - "href": "http://breitenberg-rempel.example/judson", - "label": "Lalaith" + "href": "http://greenholt.test/humberto_lesch", + "label": "Hamfast Gardner" }, { - "href": "http://bahringer.example/glenn", - "label": "Thorondor" + "href": "http://jast.example/johnathon", + "label": "Núneth" }, { - "href": "http://stoltenberg.example/harry_collier", - "label": "Olwë" + "href": "http://beier.test/cherelle", + "label": "Draugluin" } ], "value_checks": null, @@ -3907,37 +3907,37 @@ "type": "rule" }, { - "id": "35393f60-0d40-4932-8995-03129ffe0401", - "ref_id": "xccdf_org.ssgproject.content_rule_365394fa89c198771dbcd123fd342153", - "title": "Nulla ipsam odit dolorum.", - "rationale": "Est non ut. Non sint qui. Ratione mollitia est.", - "description": "Rem repellat commodi. Molestias rerum quos. Repellat laborum quos.", - "severity": "medium", - "precedence": 3003, + "id": "12ca1c50-3db3-411c-9040-38ba2830c885", + "ref_id": "xccdf_org.ssgproject.content_rule_170336ce186bb968b98d6a2afeb825f3", + "title": "Ratione veritatis aut harum.", + "rationale": "Quod voluptatem sunt. Ut et nesciunt. Esse ut et.", + "description": "Nesciunt repellat dolores. Consequatur omnis error. Nihil provident natus.", + "severity": "high", + "precedence": 3923, "identifier": { - "href": "http://halvorson.example/melinda.muller", - "label": "Voronwë" + "href": "http://batz-bogan.example/jewel.conroy", + "label": "Anborn" }, "references": [ { - "href": "http://corkery.example/alex", - "label": "Morwen Steelsheen" + "href": "http://trantow.test/cassaundra.ward", + "label": "Farmer Maggot" }, { - "href": "http://mante-legros.example/ken_torphy", - "label": "Bruno Bracegirdle" + "href": "http://macgyver-powlowski.test/milo", + "label": "Marmadas Brandybuck" }, { - "href": "http://huels-jacobson.example/chandra", - "label": "Anborn" + "href": "http://lehner.test/francis_jakubowski", + "label": "Erestor" }, { - "href": "http://harvey-schultz.test/dominique_kihn", - "label": "Vidumavi" + "href": "http://mueller.example/jonelle", + "label": "Tar-Telemmaitë" }, { - "href": "http://schinner.example/nancy_rogahn", - "label": "Merimac Brandybuck" + "href": "http://grant-corwin.example/chanell_tremblay", + "label": "Dúnhere" } ], "value_checks": null, @@ -3945,37 +3945,37 @@ "type": "rule" }, { - "id": "bbe07c30-9612-4ca0-926f-0b84c6d9f9c8", - "ref_id": "xccdf_org.ssgproject.content_rule_a30e8026e9192be121af7424306737c4", - "title": "Dolorem quia illo sed.", - "rationale": "Animi illum laborum. Aut similique ab. Impedit adipisci perspiciatis.", - "description": "Sapiente dignissimos veniam. Ducimus et odio. Quia sit dolores.", - "severity": "medium", - "precedence": 3467, + "id": "2b4d9be5-ac3b-4d08-ba51-4150707a23fd", + "ref_id": "xccdf_org.ssgproject.content_rule_eb984d92b9d435798d84bcbcf2ec041f", + "title": "Tenetur repellat qui et.", + "rationale": "Ea ut dolorum. Qui id nam. Esse minima quia.", + "description": "Ipsum ea qui. Nisi occaecati doloribus. Dolores enim et.", + "severity": "low", + "precedence": 4583, "identifier": { - "href": "http://pagac.test/danille", - "label": "Bandobras Took" + "href": "http://mohr-vonrueden.test/jammie_vonrueden", + "label": "Huor" }, "references": [ { - "href": "http://barrows-considine.test/jordon.mueller", - "label": "Rowan" + "href": "http://stanton-witting.test/rachelle", + "label": "Linda Baggins" }, { - "href": "http://botsford.example/dudley", - "label": "Sapphira Brockhouse" + "href": "http://hegmann-satterfield.example/keith", + "label": "Gríma" }, { - "href": "http://batz.example/cherrie", - "label": "Sapphira Brockhouse" + "href": "http://weber-steuber.example/sammie", + "label": "Hardang" }, { - "href": "http://bayer-willms.example/onie", - "label": "Dírhaval" + "href": "http://kiehn-purdy.test/gerald.hoeger", + "label": "Maglor" }, { - "href": "http://metz.test/kelli", - "label": "Adalgar Bolger" + "href": "http://leuschke.example/meggan", + "label": "Poldor" } ], "value_checks": null, @@ -3990,9 +3990,9 @@ "sort_by": "precedence" }, "links": { - "first": "/api/compliance/v2/security_guides/2b4c750a-6162-4c75-a8d0-132e6cd17e37/rules?limit=10&offset=0&sort_by=precedence", - "last": "/api/compliance/v2/security_guides/2b4c750a-6162-4c75-a8d0-132e6cd17e37/rules?limit=10&offset=20&sort_by=precedence", - "next": "/api/compliance/v2/security_guides/2b4c750a-6162-4c75-a8d0-132e6cd17e37/rules?limit=10&offset=10&sort_by=precedence" + "first": "/api/compliance/v2/security_guides/3aa5de07-4a26-44bb-b887-f575f3e910a9/rules?limit=10&offset=0&sort_by=precedence", + "last": "/api/compliance/v2/security_guides/3aa5de07-4a26-44bb-b887-f575f3e910a9/rules?limit=10&offset=20&sort_by=precedence", + "next": "/api/compliance/v2/security_guides/3aa5de07-4a26-44bb-b887-f575f3e910a9/rules?limit=10&offset=10&sort_by=precedence" } }, "summary": "", @@ -4100,37 +4100,37 @@ "Returns a Rule": { "value": { "data": { - "id": "cdcca43f-dfce-4cf8-a286-a1a219b79e01", - "ref_id": "xccdf_org.ssgproject.content_rule_d984343cd8f940f938a567801256dacf", - "title": "Rem quia et aut.", - "rationale": "Sed sed illo. Ut hic velit. Consequatur dignissimos voluptatem.", - "description": "Nihil voluptatem quaerat. Sequi sit enim. Voluptas asperiores libero.", - "severity": "high", - "precedence": 4672, + "id": "37931837-9f51-41d3-a51f-fba3cfcf6694", + "ref_id": "xccdf_org.ssgproject.content_rule_b7155425d2b591b9fabec5d68d43b0af", + "title": "Et est porro aut.", + "rationale": "Omnis aut maxime. Repudiandae sunt est. Accusantium consectetur consequatur.", + "description": "Ut corrupti voluptatem. Rem vel dolores. Autem quo quibusdam.", + "severity": "medium", + "precedence": 8813, "identifier": { - "href": "http://abshire.test/refugio.rowe", - "label": "Finbor" + "href": "http://denesik-rogahn.example/horace", + "label": "Orodreth" }, "references": [ { - "href": "http://douglas.example/wallace_stoltenberg", - "label": "Brandir" + "href": "http://lowe-rippin.test/carie_kub", + "label": "Galdor of the Havens" }, { - "href": "http://hahn.example/darleen", - "label": "Bifur" + "href": "http://stark-hackett.test/mimi.kunze", + "label": "Éomund" }, { - "href": "http://deckow-parker.test/karl", - "label": "Ithilbor" + "href": "http://hermiston.example/lanie_zulauf", + "label": "Bofur" }, { - "href": "http://fadel-olson.test/sammie.harris", - "label": "Amrod" + "href": "http://wilderman.test/afton", + "label": "Bodo Proudfoot" }, { - "href": "http://legros.test/frances", - "label": "Hatholdir" + "href": "http://hane.test/cora", + "label": "Fíriel" } ], "value_checks": null, @@ -4166,7 +4166,7 @@ "Description of an error when requesting a non-existing Rule": { "value": { "errors": [ - "V2::Rule not found with ID 708798db-9fc9-4edf-8681-d20da0f2625f" + "V2::Rule not found with ID ad114e36-17a5-4f15-8deb-dba3a05ef4f8" ] }, "summary": "", @@ -4283,37 +4283,37 @@ "value": { "data": [ { - "id": "05a05a55-b281-4ca6-b492-616addfb1eaa", - "ref_id": "xccdf_org.ssgproject.content_rule_d5d39b2b40b50524ce33470ac0a3288b", - "title": "Dolorem ullam soluta distinctio.", - "rationale": "Maxime impedit dolores. Est officia quis. Fuga asperiores assumenda.", - "description": "Molestiae sint ab. Consequatur sint corrupti. In qui enim.", + "id": "01ad1381-a974-42c6-9025-3d3d516b7896", + "ref_id": "xccdf_org.ssgproject.content_rule_35174c1a51f80941b02832ae64056ca8", + "title": "Dolores quis saepe aliquam.", + "rationale": "Suscipit quo corrupti. Nesciunt odit perspiciatis. Quisquam blanditiis esse.", + "description": "Officia ullam sunt. Quia reiciendis quaerat. Necessitatibus deserunt accusamus.", "severity": "high", - "precedence": 3015, + "precedence": 1910, "identifier": { - "href": "http://miller.test/philip_dickinson", - "label": "Will Whitfoot" + "href": "http://williamson.test/emanuel_conroy", + "label": "Nazgûl" }, "references": [ { - "href": "http://blick.test/liberty", - "label": "Galadhon" + "href": "http://shields.test/lina.heaney", + "label": "Calimehtar" }, { - "href": "http://frami.example/moses.dicki", - "label": "Estella Bolger" + "href": "http://stanton.example/louis", + "label": "Ragnor" }, { - "href": "http://pfannerstill.test/xavier_jacobs", - "label": "Galador" + "href": "http://balistreri.example/tad.emmerich", + "label": "Bodruith" }, { - "href": "http://champlin.test/dannielle", - "label": "Lobelia Sackville-Baggins" + "href": "http://champlin.example/stephine.blick", + "label": "Eärwen" }, { - "href": "http://bradtke.test/shelton", - "label": "Quickbeam" + "href": "http://harvey.example/wes", + "label": "Wilibald Bolger" } ], "value_checks": null, @@ -4322,37 +4322,37 @@ "remediation_issue_id": null }, { - "id": "28b05f2f-50ac-4920-b83d-19ffa568a7a6", - "ref_id": "xccdf_org.ssgproject.content_rule_f5387324993ac8761759a9950cae3abf", - "title": "Aut ad dolores corporis.", - "rationale": "Numquam laudantium rerum. Laboriosam aspernatur ea. Autem veniam laudantium.", - "description": "Nisi et magnam. Officiis veniam inventore. Quia ea nihil.", - "severity": "low", - "precedence": 7130, + "id": "1200f514-0d28-4c45-b659-c199e380912f", + "ref_id": "xccdf_org.ssgproject.content_rule_bf9ac12bca4db78269e2f90561e6506c", + "title": "Dolorum sed non numquam.", + "rationale": "Aliquam sed eum. Autem nisi id. Fuga eos alias.", + "description": "Maxime repellat odio. Et inventore ipsum. Enim praesentium sit.", + "severity": "high", + "precedence": 8460, "identifier": { - "href": "http://ryan.example/russell.dubuque", - "label": "Posco Baggins" + "href": "http://brekke-roob.test/karlene", + "label": "Frodo Gardner" }, "references": [ { - "href": "http://parisian.example/marylee.mante", - "label": "Hildifons Took" + "href": "http://stroman.example/james.schiller", + "label": "Írildë" }, { - "href": "http://parisian.test/brock", - "label": "Odo Proudfoot" + "href": "http://kassulke-medhurst.test/jarod_conn", + "label": "Rudolph Bolger" }, { - "href": "http://zemlak.example/ruthanne.berge", - "label": "Torhir Ifant" + "href": "http://considine.example/franchesca_volkman", + "label": "Idis" }, { - "href": "http://dubuque.test/boyce", - "label": "Morwen Steelsheen" + "href": "http://sauer-collins.test/alfred", + "label": "Dinodas Brandybuck" }, { - "href": "http://heidenreich.example/sierra_bayer", - "label": "Orodreth" + "href": "http://bartell.test/doyle", + "label": "Tar-Telperiën" } ], "value_checks": null, @@ -4361,37 +4361,37 @@ "remediation_issue_id": null }, { - "id": "2c585c1d-69af-4e7a-b447-6613aba1f567", - "ref_id": "xccdf_org.ssgproject.content_rule_1832236aa426241d72b447367ed9cec1", - "title": "Vel sequi iure rerum.", - "rationale": "Impedit tenetur soluta. Quo voluptatem omnis. Voluptatum dignissimos inventore.", - "description": "Ipsam doloremque minima. Sed soluta est. Et dolores rerum.", + "id": "219017ee-abbd-4e6e-845d-d4dd14a7548b", + "ref_id": "xccdf_org.ssgproject.content_rule_96c792495daca7b83de4d8f5ae659592", + "title": "Modi quia voluptatem hic.", + "rationale": "Iste exercitationem sed. Deserunt possimus qui. Amet labore commodi.", + "description": "Consequatur aut in. A quasi voluptatem. Possimus aliquam ullam.", "severity": "medium", - "precedence": 1144, + "precedence": 8061, "identifier": { - "href": "http://jenkins.example/raymundo_schmidt", - "label": "Nar" + "href": "http://jaskolski.test/gerard_okuneva", + "label": "Marhwini" }, "references": [ { - "href": "http://haley-shanahan.example/daniella_weber", - "label": "Fëanor" + "href": "http://daniel.example/virgilio", + "label": "Húrin" }, { - "href": "http://wiza.example/donnell_parker", - "label": "Aegnor" + "href": "http://schamberger-mayer.example/lashay", + "label": "Nora Bolger" }, { - "href": "http://dietrich.example/anya.dicki", - "label": "Radbug" + "href": "http://fahey.test/arlen", + "label": "Saelon" }, { - "href": "http://harber.example/jeramy_friesen", - "label": "Amaranth Brandybuck" + "href": "http://huels-erdman.example/josefine", + "label": "Hildigard Took" }, { - "href": "http://fadel-kunde.example/krysten_zemlak", - "label": "Freca" + "href": "http://dietrich.example/toby_daugherty", + "label": "Erien" } ], "value_checks": null, @@ -4400,37 +4400,37 @@ "remediation_issue_id": null }, { - "id": "541831fb-8ab3-447c-9822-e315ad0882b3", - "ref_id": "xccdf_org.ssgproject.content_rule_db83910fdace28b57f69028f65e8c096", - "title": "Voluptatum illum consequuntur eum.", - "rationale": "Sequi expedita et. Rerum dolorem odio. Sunt ducimus aut.", - "description": "Facere dolores quam. Aut pariatur omnis. Quia quas dicta.", + "id": "32e32e31-fd0c-4d23-8d18-1d568fd1d146", + "ref_id": "xccdf_org.ssgproject.content_rule_3c85a349a4c88dd46a6f6c9714ae61dd", + "title": "Hic et enim debitis.", + "rationale": "Autem id optio. Est architecto qui. Minima et qui.", + "description": "Reiciendis cumque provident. Excepturi distinctio placeat. Amet ut alias.", "severity": "high", - "precedence": 548, + "precedence": 2612, "identifier": { - "href": "http://kuhn.test/johnathon.ebert", - "label": "Aghan" + "href": "http://bernier.example/drew", + "label": "Henderch" }, "references": [ { - "href": "http://nienow.example/loreta", - "label": "Flambard Took" + "href": "http://hoeger.test/elbert", + "label": "Tar-Súrion" }, { - "href": "http://corwin.example/moon_bahringer", - "label": "Eradan" + "href": "http://hammes.test/demetrice_bernier", + "label": "Arahael" }, { - "href": "http://olson-krajcik.example/maddie", - "label": "Fingon" + "href": "http://lowe.test/jennette", + "label": "Fortinbras Took" }, { - "href": "http://smitham.test/lavada_hessel", - "label": "Aldamir" + "href": "http://wiza.example/sanda_cartwright", + "label": "Eärendil" }, { - "href": "http://douglas-bogisich.test/shay", - "label": "Angelimir" + "href": "http://considine-leuschke.test/rudolf.schneider", + "label": "Polo Baggins" } ], "value_checks": null, @@ -4439,37 +4439,37 @@ "remediation_issue_id": null }, { - "id": "5439a2db-b8ed-4a8b-ae35-a13c60c9a0e9", - "ref_id": "xccdf_org.ssgproject.content_rule_5ae133d36c450a8120ed0432757827a9", - "title": "Labore dolor tempora voluptas.", - "rationale": "Suscipit nobis aliquid. Accusamus quia error. Repellendus voluptatum enim.", - "description": "Officia qui optio. Quod et iure. Libero ut aut.", + "id": "4abe24fa-c899-47e1-ad2e-20936a28e5bc", + "ref_id": "xccdf_org.ssgproject.content_rule_1b5444bba81ade745b2f32fd6efdd337", + "title": "Veniam ut libero fugit.", + "rationale": "Porro deleniti nam. Consequatur eaque nobis. Iusto qui nisi.", + "description": "Dolor non et. Magni rerum aut. Qui ea harum.", "severity": "low", - "precedence": 5623, + "precedence": 4596, "identifier": { - "href": "http://greenfelder-fahey.test/caterina_damore", - "label": "Elros" + "href": "http://hoppe.test/misti", + "label": "Déorwine" }, "references": [ { - "href": "http://turcotte.test/mai.hilpert", - "label": "Belemir" + "href": "http://tillman.example/rosa", + "label": "Legolas" }, { - "href": "http://brown.test/harriett_bartell", - "label": "Mithrellas" + "href": "http://lesch.example/korey.zemlak", + "label": "Míriel" }, { - "href": "http://kiehn.test/felix", - "label": "Bofur" + "href": "http://casper.test/ha_satterfield", + "label": "Morwen" }, { - "href": "http://wehner.example/ardell", - "label": "Eöl" + "href": "http://keeling.example/ilda", + "label": "Déor" }, { - "href": "http://reichert-marks.test/shemika_keebler", - "label": "Marroc Brandybuck" + "href": "http://reynolds.example/velvet", + "label": "Enel" } ], "value_checks": null, @@ -4478,37 +4478,37 @@ "remediation_issue_id": null }, { - "id": "5fd3eb76-22ee-4a62-a767-31aec40faf13", - "ref_id": "xccdf_org.ssgproject.content_rule_345994e27a4b9a511f5360ba44609cb8", - "title": "Eos officia ipsam soluta.", - "rationale": "Dolorem rerum aut. Amet consectetur voluptatibus. Facilis et dolor.", - "description": "Temporibus et molestiae. Mollitia quo aut. Est commodi atque.", - "severity": "medium", - "precedence": 2238, + "id": "51d1ed31-d72f-47b3-a714-383c69023c3e", + "ref_id": "xccdf_org.ssgproject.content_rule_5a9bfe24d298fd39078ad15acb8bb8d7", + "title": "Aspernatur voluptas laudantium earum.", + "rationale": "At alias fugiat. Sed nesciunt ea. Nostrum fugiat esse.", + "description": "Est minima est. Id harum ipsa. Nesciunt soluta assumenda.", + "severity": "low", + "precedence": 78, "identifier": { - "href": "http://feil.example/ehtel.upton", - "label": "Holfast Gardner" + "href": "http://wintheiser-ebert.example/soo", + "label": "Nazgûl" }, "references": [ { - "href": "http://tremblay.test/bridget_hamill", - "label": "Adalbert Bolger" + "href": "http://reynolds-turner.test/duane", + "label": "Hildifons Took" }, { - "href": "http://pollich.test/gustavo.rutherford", - "label": "Guilin" + "href": "http://hackett-greenholt.test/deandre.turner", + "label": "Draugluin" }, { - "href": "http://bins.test/morgan", - "label": "Maglor" + "href": "http://johnson-hamill.test/delicia", + "label": "Axantur" }, { - "href": "http://kunze.test/shera_heathcote", - "label": "Drogo Baggins" + "href": "http://thiel.example/joel_schimmel", + "label": "Aghan" }, { - "href": "http://bergstrom.example/elayne", - "label": "Marhwini" + "href": "http://hammes.test/stephan_green", + "label": "Atanatar" } ], "value_checks": null, @@ -4517,37 +4517,37 @@ "remediation_issue_id": null }, { - "id": "654a6dc2-5cde-47f9-bf21-144474a6f0a2", - "ref_id": "xccdf_org.ssgproject.content_rule_2639e946a860a2b04657138a93386f45", - "title": "Velit ex vel dolor.", - "rationale": "Et ad velit. Non inventore distinctio. Ipsa quod nulla.", - "description": "Laborum veniam architecto. Voluptatem voluptatem voluptatem. Est voluptatibus quis.", + "id": "6abb05bf-661c-425d-8506-d450a8b35de7", + "ref_id": "xccdf_org.ssgproject.content_rule_601c830788c7a6b1687e53b256296e40", + "title": "Expedita odit est aliquam.", + "rationale": "Ducimus enim cupiditate. Voluptatem velit ea. Ut sit cum.", + "description": "Nisi saepe corporis. Vel cumque tempora. A tempora impedit.", "severity": "medium", - "precedence": 1707, + "precedence": 8957, "identifier": { - "href": "http://altenwerth.example/lewis.mills", - "label": "Artamir" + "href": "http://kihn.test/dong", + "label": "Andróg" }, "references": [ { - "href": "http://lueilwitz.example/eddy", - "label": "Fréa" + "href": "http://ortiz.test/angel_swaniawski", + "label": "Tar-Palantir" }, { - "href": "http://sawayn.example/teresa.goodwin", - "label": "Gundahar Bolger" + "href": "http://torphy.test/edwina", + "label": "Ceorl" }, { - "href": "http://oconner-dooley.test/raphael", - "label": "Robin Gardner" + "href": "http://donnelly.example/jim", + "label": "Roäc" }, { - "href": "http://senger.test/lorenza", - "label": "Tarcil" + "href": "http://cartwright-doyle.test/raven", + "label": "Folca" }, { - "href": "http://schaefer.example/britni.hahn", - "label": "Tuor" + "href": "http://orn-mccullough.test/jose", + "label": "Náli" } ], "value_checks": null, @@ -4556,37 +4556,37 @@ "remediation_issue_id": null }, { - "id": "6ac9ae62-ccd6-4a0d-8884-9f8fc236c7c4", - "ref_id": "xccdf_org.ssgproject.content_rule_b9b5819598035268d266842cb0d5319f", - "title": "Atque sit cum laboriosam.", - "rationale": "Voluptatum sit mollitia. Quasi et laudantium. Quidem laborum assumenda.", - "description": "Ut officia fuga. Nobis amet est. Minus fuga eum.", + "id": "728b5f95-87eb-483b-b4ad-e3f5e36a489a", + "ref_id": "xccdf_org.ssgproject.content_rule_9fe8b785943f955aa5c7fb2e724f0213", + "title": "Nobis laboriosam tempore dolores.", + "rationale": "Ut porro et. Aperiam ex reiciendis. Provident dolorum sapiente.", + "description": "Voluptas unde hic. Perspiciatis eum quis. Eius consequatur iste.", "severity": "high", - "precedence": 3397, + "precedence": 7028, "identifier": { - "href": "http://jacobi.test/darlena_koepp", - "label": "Mallor" + "href": "http://nitzsche.test/bernardo.parisian", + "label": "Inziladûn" }, "references": [ { - "href": "http://veum-gleichner.example/ina.gusikowski", - "label": "Marmadas Brandybuck" + "href": "http://bogisich.example/cleora", + "label": "Herendil" }, { - "href": "http://lakin.test/adrien", - "label": "Ivy Goodenough" + "href": "http://goyette.test/kermit", + "label": "Anardil" }, { - "href": "http://goyette.example/nicholle", - "label": "Wilcome" + "href": "http://wintheiser.example/frieda", + "label": "Galdor of the Havens" }, { - "href": "http://ullrich-kuvalis.test/randolph.morissette", - "label": "Fréaláf" + "href": "http://abshire.test/marisol", + "label": "Brodda" }, { - "href": "http://damore.test/giovanni", - "label": "Belegor" + "href": "http://walsh-macejkovic.test/ollie.vonrueden", + "label": "Jago Boffin" } ], "value_checks": null, @@ -4595,37 +4595,37 @@ "remediation_issue_id": null }, { - "id": "6bfbfb5b-fba1-49af-8cf5-49a51bc5a8e6", - "ref_id": "xccdf_org.ssgproject.content_rule_22d08d7a2873eca99a4a3ee8f5628050", - "title": "Qui soluta laborum excepturi.", - "rationale": "Sit in qui. Dolorem eum sit. Voluptatem saepe qui.", - "description": "Ea et vel. Iusto ipsum cupiditate. Occaecati voluptas ut.", - "severity": "low", - "precedence": 9043, + "id": "73b32c0a-371a-4367-a1f4-aef2416cd0d9", + "ref_id": "xccdf_org.ssgproject.content_rule_65899e558fe7ef98eca694078355543c", + "title": "Amet iste illo et.", + "rationale": "Velit illum sed. Velit quas distinctio. Exercitationem cumque tenetur.", + "description": "Aut doloribus dicta. Ab dolores non. Itaque odit repellendus.", + "severity": "medium", + "precedence": 6574, "identifier": { - "href": "http://gutmann.test/loralee", - "label": "Baranor" + "href": "http://orn-wolff.example/elinor", + "label": "Brego" }, "references": [ { - "href": "http://parisian.example/erna", - "label": "Mablung" + "href": "http://weber.test/juliana", + "label": "Peony Baggins" }, { - "href": "http://koelpin.example/rupert", - "label": "Druda Burrows" + "href": "http://luettgen.example/remona_blick", + "label": "Eluréd" }, { - "href": "http://mcdermott.test/kathlyn", - "label": "Fredegar Bolger" + "href": "http://wyman-nader.test/natalya.sanford", + "label": "Amras" }, { - "href": "http://mertz-cremin.test/debrah.schuppe", - "label": "Elanor Gardner" + "href": "http://kunze-wuckert.example/julian", + "label": "Wídfara" }, { - "href": "http://baumbach.test/justine", - "label": "Beren" + "href": "http://rogahn.example/renaldo", + "label": "Aravir" } ], "value_checks": null, @@ -4634,37 +4634,37 @@ "remediation_issue_id": null }, { - "id": "6d07cd23-96f3-4659-a80e-0ab3d2b58fe0", - "ref_id": "xccdf_org.ssgproject.content_rule_33079307d3c95819128b39f1fd8b34ca", - "title": "Quia qui dolor enim.", - "rationale": "Ad enim laudantium. Magnam voluptas maiores. Ut et aut.", - "description": "Corporis perferendis itaque. Commodi velit dignissimos. Necessitatibus eveniet sed.", + "id": "7c3c3c28-6353-4255-9b5e-10307f09db18", + "ref_id": "xccdf_org.ssgproject.content_rule_f92f7692609a6d7afa4041c2bc32cdf9", + "title": "Laboriosam aperiam nesciunt ex.", + "rationale": "Repellat sapiente est. Omnis est unde. Qui ratione iusto.", + "description": "Cupiditate unde nostrum. Eligendi consequatur sit. Corporis adipisci eligendi.", "severity": "medium", - "precedence": 7783, + "precedence": 1431, "identifier": { - "href": "http://oconner-schuppe.test/zackary.corwin", - "label": "Gollum" + "href": "http://konopelski.example/weston_witting", + "label": "Pervinca Took" }, "references": [ { - "href": "http://gutkowski.test/lawerence", - "label": "Herumor" + "href": "http://heidenreich-sauer.example/fredia", + "label": "Pott the Mayor" }, { - "href": "http://barrows.test/kenny", - "label": "Fram" + "href": "http://oreilly-moore.example/ellen", + "label": "Calimehtar" }, { - "href": "http://carter.example/alec_murazik", - "label": "Mîm" + "href": "http://powlowski-casper.example/tyree_beer", + "label": "Ar-Pharazôn" }, { - "href": "http://hoeger.test/larraine", - "label": "Fortinbras Took" + "href": "http://kulas.test/iesha", + "label": "Sador" }, { - "href": "http://boyle-schowalter.test/hillary.kub", - "label": "Folco Burrowes" + "href": "http://kshlerin-pfeffer.example/jimmy_bayer", + "label": "Mogru" } ], "value_checks": null, @@ -4679,9 +4679,9 @@ "offset": 0 }, "links": { - "first": "/api/compliance/v2/security_guides/d98117ee-00b9-4441-943e-5b961b2f336a/profiles/021b2f74-0dac-489f-8beb-977dab3f14d2/rules?limit=10&offset=0", - "last": "/api/compliance/v2/security_guides/d98117ee-00b9-4441-943e-5b961b2f336a/profiles/021b2f74-0dac-489f-8beb-977dab3f14d2/rules?limit=10&offset=20", - "next": "/api/compliance/v2/security_guides/d98117ee-00b9-4441-943e-5b961b2f336a/profiles/021b2f74-0dac-489f-8beb-977dab3f14d2/rules?limit=10&offset=10" + "first": "/api/compliance/v2/security_guides/7a87f4db-8dfa-4c95-b3c1-fe60f19a6ffb/profiles/10ec4aeb-d961-4f52-a352-6a3e27128a16/rules?limit=10&offset=0", + "last": "/api/compliance/v2/security_guides/7a87f4db-8dfa-4c95-b3c1-fe60f19a6ffb/profiles/10ec4aeb-d961-4f52-a352-6a3e27128a16/rules?limit=10&offset=20", + "next": "/api/compliance/v2/security_guides/7a87f4db-8dfa-4c95-b3c1-fe60f19a6ffb/profiles/10ec4aeb-d961-4f52-a352-6a3e27128a16/rules?limit=10&offset=10" } }, "summary": "", @@ -4691,37 +4691,37 @@ "value": { "data": [ { - "id": "45d54818-31f3-4015-be75-e1f238aab3e1", - "ref_id": "xccdf_org.ssgproject.content_rule_ee2d830417e6c81eb06d555603165f49", - "title": "Magnam consequatur rerum maiores.", - "rationale": "Et itaque deserunt. Eos error perspiciatis. Saepe non et.", - "description": "Suscipit cum corporis. Maiores maxime consequatur. Eaque aliquam et.", + "id": "bcdb88cb-7133-41f6-8027-46b98cce70f9", + "ref_id": "xccdf_org.ssgproject.content_rule_e20a744bf909f11db429f37b5d05c179", + "title": "Cupiditate repellat fuga at.", + "rationale": "Nostrum tenetur vel. Tempora ipsam molestiae. Impedit est sed.", + "description": "Officiis animi quo. Pariatur dolore est. Et totam ab.", "severity": "high", - "precedence": 543, + "precedence": 220, "identifier": { - "href": "http://zulauf-graham.test/ettie.tillman", - "label": "Marroc Brandybuck" + "href": "http://beier.example/deshawn", + "label": "Frodo Baggins" }, "references": [ { - "href": "http://kemmer.example/luciano.koss", - "label": "Baranor" + "href": "http://hansen.example/laverne", + "label": "Azog" }, { - "href": "http://hackett.example/hugh_abernathy", - "label": "Posco Baggins" + "href": "http://hodkiewicz-langworth.example/gerald", + "label": "Grór" }, { - "href": "http://gusikowski.example/kelli.sporer", - "label": "Cirion" + "href": "http://rogahn.test/princess", + "label": "Finarfin" }, { - "href": "http://crona-denesik.example/tim", - "label": "Zamîn" + "href": "http://reichert.example/heriberto", + "label": "Borlas" }, { - "href": "http://senger-hodkiewicz.test/julian", - "label": "Lalaith" + "href": "http://bergnaum-davis.example/laurene", + "label": "Írimon" } ], "value_checks": null, @@ -4730,37 +4730,37 @@ "remediation_issue_id": null }, { - "id": "12644c75-dc32-464a-aea6-6aecb2212721", - "ref_id": "xccdf_org.ssgproject.content_rule_f2f438a8aeee7388ff4730729570761c", - "title": "Dolor quidem libero optio.", - "rationale": "Omnis ut recusandae. Vitae consequatur qui. Excepturi tempore cum.", - "description": "Quas assumenda dignissimos. Nemo nostrum repellat. Doloremque ullam corrupti.", - "severity": "high", - "precedence": 1078, + "id": "16a5e949-cfe6-45c2-9443-7fb7271e093b", + "ref_id": "xccdf_org.ssgproject.content_rule_5a21477572ca99ce42f3b2bd79d875f1", + "title": "Libero molestiae veniam ad.", + "rationale": "Doloribus consequatur minus. Molestias sed suscipit. Consequatur voluptatem beatae.", + "description": "Quibusdam et voluptates. Et consequatur quia. Aspernatur et nesciunt.", + "severity": "low", + "precedence": 667, "identifier": { - "href": "http://feeney.example/jacqui", - "label": "Bill Butcher" + "href": "http://koelpin.example/erin_haley", + "label": "Filibert Bolger" }, "references": [ { - "href": "http://wintheiser-dare.example/linwood", - "label": "Muzgash" + "href": "http://senger-stokes.test/collin", + "label": "Marmadoc Brandybuck" }, { - "href": "http://prosacco.example/louie", - "label": "Griffo Boffin" + "href": "http://raynor-durgan.example/emerson.gleason", + "label": "Falco Chubb-Baggins" }, { - "href": "http://muller-hand.test/cecil", - "label": "Borin" + "href": "http://reichert.test/nilda_osinski", + "label": "Thorin Stonehelm" }, { - "href": "http://marquardt.example/helaine.willms", - "label": "Aranwë" + "href": "http://barrows.test/ila", + "label": "Lofar" }, { - "href": "http://hoeger-greenholt.example/mabelle", - "label": "Isumbras" + "href": "http://boyer.test/cecila", + "label": "Elrohir" } ], "value_checks": null, @@ -4769,37 +4769,37 @@ "remediation_issue_id": null }, { - "id": "a3a5802f-4a54-4a8a-8069-94d6c33ef907", - "ref_id": "xccdf_org.ssgproject.content_rule_c8e74217a5e5ca4576d6cbdab0982ed8", - "title": "Eveniet non et laboriosam.", - "rationale": "Neque pariatur soluta. Veritatis rerum sed. Voluptatibus in dolor.", - "description": "Autem assumenda suscipit. Aut ratione architecto. Inventore commodi illo.", - "severity": "high", - "precedence": 1768, + "id": "e071236f-1bf3-4e73-89cc-f0835b1265a7", + "ref_id": "xccdf_org.ssgproject.content_rule_2af6ab143d29821c65b5438e7412ac50", + "title": "Sunt qui provident deserunt.", + "rationale": "Ut perspiciatis ut. Doloremque modi aut. Quis illum fugit.", + "description": "Voluptatem praesentium officiis. Numquam sit in. Totam quia error.", + "severity": "low", + "precedence": 801, "identifier": { - "href": "http://schultz.test/barrett_gerlach", - "label": "Amlaith" + "href": "http://hackett-murphy.example/boyd_kling", + "label": "Malach" }, "references": [ { - "href": "http://adams-morar.test/richie_mcdermott", - "label": "Hobson" + "href": "http://fadel-barrows.example/frankie", + "label": "Tar-Ancalimon" }, { - "href": "http://mcclure-jacobs.example/dale", - "label": "Indis" + "href": "http://hilll-quitzon.test/jerry.greenholt", + "label": "Flambard Took" }, { - "href": "http://buckridge.example/jonah", - "label": "Asphodel Brandybuck" + "href": "http://raynor-collins.example/cleveland", + "label": "Azog" }, { - "href": "http://purdy-maggio.test/karlyn_larkin", - "label": "Fëanor" + "href": "http://morissette.example/mose", + "label": "Seredic Brandybuck" }, { - "href": "http://oconnell.example/logan_cummings", - "label": "Handir" + "href": "http://hayes-satterfield.example/tambra.powlowski", + "label": "Galdor" } ], "value_checks": null, @@ -4808,37 +4808,37 @@ "remediation_issue_id": null }, { - "id": "4646c314-5038-43d8-94d6-0cf436c00758", - "ref_id": "xccdf_org.ssgproject.content_rule_4cde74f29749b4f96c23fc5ae27da9e4", - "title": "Cumque debitis eum eveniet.", - "rationale": "Enim mollitia ducimus. Ut dicta dolor. Et itaque explicabo.", - "description": "In exercitationem quod. Aliquam sed laboriosam. Nobis quo qui.", - "severity": "low", - "precedence": 2284, + "id": "b45ae0a3-42bd-4ad7-8851-a99fdefa8873", + "ref_id": "xccdf_org.ssgproject.content_rule_4feb3dd0e19171b8d87e73ccef288815", + "title": "Inventore exercitationem nam soluta.", + "rationale": "Est consequatur enim. Sed aut sunt. Laudantium aut ea.", + "description": "Fugiat id quam. Facere quasi et. Rerum velit facere.", + "severity": "medium", + "precedence": 1307, "identifier": { - "href": "http://jacobs.example/virgil.nikolaus", - "label": "Sagroth" + "href": "http://nienow.example/kaylee", + "label": "Huan" }, "references": [ { - "href": "http://heaney.example/daine.watsica", - "label": "Ivy Goodenough" + "href": "http://wuckert.example/salina.dietrich", + "label": "Carc" }, { - "href": "http://feeney-little.example/hortense.jenkins", - "label": "Pengolodh" + "href": "http://reinger.test/chauncey", + "label": "Déor" }, { - "href": "http://konopelski.test/katelynn", - "label": "Maedhros" + "href": "http://bechtelar.example/salvatore", + "label": "Dírhael" }, { - "href": "http://kihn.test/demarcus_spencer", - "label": "Dáin Ironfoot" + "href": "http://jaskolski-willms.test/dianne_fadel", + "label": "Aerin" }, { - "href": "http://gulgowski.test/herb.predovic", - "label": "Tar-Ancalimë" + "href": "http://barrows.test/annalisa", + "label": "Henderch" } ], "value_checks": null, @@ -4847,37 +4847,37 @@ "remediation_issue_id": null }, { - "id": "e5a87301-b5ff-4ba8-89b3-d603058a22b0", - "ref_id": "xccdf_org.ssgproject.content_rule_92c244ad869f01abc1dc7c4372768fce", - "title": "Qui dolorum sapiente sequi.", - "rationale": "Exercitationem ullam incidunt. Consectetur eos consequuntur. Aliquid eos modi.", - "description": "Quisquam nulla sit. Aut sit dolores. Et sit cum.", - "severity": "high", - "precedence": 2878, + "id": "67ed953d-3510-4013-bd57-d9d7b21203cf", + "ref_id": "xccdf_org.ssgproject.content_rule_98f6c77114db61558ac0286be4876ba4", + "title": "Nemo animi cumque occaecati.", + "rationale": "Atque facere cumque. Quod cum consequatur. Mollitia veritatis voluptatibus.", + "description": "Ut sed optio. Sapiente error id. Voluptatibus est suscipit.", + "severity": "low", + "precedence": 1401, "identifier": { - "href": "http://bogan.test/julienne.ruecker", - "label": "Fengel" + "href": "http://ullrich-olson.example/ahmad", + "label": "Arahael" }, "references": [ { - "href": "http://heaney-tremblay.test/dwight", - "label": "Hending" + "href": "http://rippin-boyle.example/gertha", + "label": "Silmariën" }, { - "href": "http://shanahan.test/lewis.macejkovic", - "label": "Írimon" + "href": "http://cartwright-goldner.example/gale_yost", + "label": "Ar-Zimrathôn" }, { - "href": "http://botsford.test/ramiro.oconnell", - "label": "Avranc" + "href": "http://mills-hamill.test/brittni.boyle", + "label": "Gorlim" }, { - "href": "http://kirlin-ferry.example/chrystal", - "label": "Seredic Brandybuck" + "href": "http://heller.test/hermila", + "label": "Finbor" }, { - "href": "http://cummings-mclaughlin.example/nilsa_koelpin", - "label": "Dori" + "href": "http://olson.test/tonda.stamm", + "label": "Minardil" } ], "value_checks": null, @@ -4886,37 +4886,37 @@ "remediation_issue_id": null }, { - "id": "4d3ae715-bae6-4a33-9ba4-efd554f10fb8", - "ref_id": "xccdf_org.ssgproject.content_rule_c855d31959b72435385cbeabfb0e43ed", - "title": "Doloremque autem fugit temporibus.", - "rationale": "Iure recusandae ut. Quo accusantium sit. Laboriosam quod ut.", - "description": "Voluptatibus ut fugit. Facilis quis cumque. Dolor culpa praesentium.", + "id": "516622fc-f23f-4260-8678-f3e5edf04e2a", + "ref_id": "xccdf_org.ssgproject.content_rule_d9c02ccb4b9fe5ea975c130ed2be76c8", + "title": "Aut non ea quis.", + "rationale": "Quasi earum deserunt. At cumque dolore. Vero sapiente deserunt.", + "description": "Ut quas est. Laboriosam rem accusamus. Qui et aperiam.", "severity": "medium", - "precedence": 3052, + "precedence": 1596, "identifier": { - "href": "http://hyatt.test/margit", - "label": "Ferumbras Took" + "href": "http://walker.example/marquis.robel", + "label": "Denethor" }, "references": [ { - "href": "http://friesen.test/rosie", - "label": "Ragnor" + "href": "http://gutmann-langosh.test/otha", + "label": "Amroth" }, { - "href": "http://bednar.test/alda", - "label": "Faramir Took" + "href": "http://jerde-casper.test/azzie", + "label": "Imin" }, { - "href": "http://keebler.example/ezequiel", - "label": "Adrahil" + "href": "http://jacobi.example/issac", + "label": "Meneldor" }, { - "href": "http://collins-runolfsdottir.test/chung", - "label": "Lenwë" + "href": "http://champlin.example/mauro", + "label": "Isembold Took" }, { - "href": "http://bergstrom.test/nathaniel.shanahan", - "label": "Ungoliant" + "href": "http://ondricka.example/trevor", + "label": "Grithnir" } ], "value_checks": null, @@ -4925,37 +4925,37 @@ "remediation_issue_id": null }, { - "id": "4a0507fb-577e-4704-be40-5bee9c5e82bc", - "ref_id": "xccdf_org.ssgproject.content_rule_6f29cf0ff2b33d34d840573c5886f26f", - "title": "Nesciunt exercitationem quisquam vero.", - "rationale": "Et repellat praesentium. Explicabo quasi expedita. Minima ipsa architecto.", - "description": "Architecto accusamus magnam. Nam aspernatur sunt. Eius quasi eaque.", - "severity": "high", - "precedence": 3430, + "id": "02df11f1-9cd5-447f-baa3-399cb1a94d07", + "ref_id": "xccdf_org.ssgproject.content_rule_dcc6ebc6f33751ac9a6db9a5862942b2", + "title": "Nobis qui aperiam atque.", + "rationale": "Qui aut dignissimos. Placeat possimus blanditiis. Illo laborum architecto.", + "description": "Aliquid et autem. Accusantium voluptas qui. Qui error quis.", + "severity": "medium", + "precedence": 1968, "identifier": { - "href": "http://conroy.test/tamie.wunsch", - "label": "Déorwine" + "href": "http://koepp.test/jae.schiller", + "label": "Ferumbras Took" }, "references": [ { - "href": "http://orn.test/gaston", - "label": "Haleth" + "href": "http://boyle.test/jovan", + "label": "Gothmog" }, { - "href": "http://davis.example/chrissy.volkman", - "label": "Rorimac Brandybuck" + "href": "http://windler-predovic.test/darius.herzog", + "label": "Fréawine" }, { - "href": "http://homenick-hirthe.test/miki", - "label": "Tindómiel" + "href": "http://king-cummings.test/zena_oconnell", + "label": "Avranc" }, { - "href": "http://fahey.test/saul", - "label": "Bilbo Baggins" + "href": "http://kertzmann.example/chet", + "label": "Ponto Baggins" }, { - "href": "http://kutch.example/shanell", - "label": "Daisy Gardner" + "href": "http://russel-flatley.test/kenneth_balistreri", + "label": "Nar" } ], "value_checks": null, @@ -4964,37 +4964,37 @@ "remediation_issue_id": null }, { - "id": "9cea9bf1-800f-485d-9107-84ef61862a72", - "ref_id": "xccdf_org.ssgproject.content_rule_2b7a5d9b9c4cdd95fb8d09f17ea2e9ba", - "title": "Et quibusdam ducimus odit.", - "rationale": "Nemo ipsum porro. Nihil ut commodi. Rerum ex nesciunt.", - "description": "Eum at quis. Et aut dignissimos. Rerum corrupti sit.", - "severity": "medium", - "precedence": 3717, + "id": "278dbba1-4c88-49c4-9053-2c1c85165e2b", + "ref_id": "xccdf_org.ssgproject.content_rule_52793c4e84c01e04e5fea13fb9f229be", + "title": "Enim quam dolorem dolorem.", + "rationale": "Nobis harum voluptate. Non et enim. Alias rerum magni.", + "description": "Animi cum est. Rerum eligendi adipisci. Exercitationem consectetur et.", + "severity": "high", + "precedence": 2316, "identifier": { - "href": "http://jakubowski.example/lili.mueller", - "label": "Nazgûl" + "href": "http://hahn.example/wendie", + "label": "Isembard Took" }, "references": [ { - "href": "http://kshlerin.test/geralyn", - "label": "Malach" + "href": "http://lang.example/elisa", + "label": "Daeron" }, { - "href": "http://goyette-pfeffer.test/millie.cormier", - "label": "Treebeard" + "href": "http://mcclure.example/sunny", + "label": "Belegor" }, { - "href": "http://herman.example/shandra_dicki", - "label": "Amandil" + "href": "http://fay-tromp.test/cynthia", + "label": "Goldberry" }, { - "href": "http://hintz.example/derick", - "label": "Vardilmë" + "href": "http://roberts-sawayn.test/lashunda", + "label": "Nazgûl" }, { - "href": "http://powlowski.example/lane", - "label": "Aragost" + "href": "http://swaniawski.example/kaylee_casper", + "label": "Magor" } ], "value_checks": null, @@ -5003,37 +5003,37 @@ "remediation_issue_id": null }, { - "id": "e0abeb10-4e33-47c8-b725-ba5c809124b2", - "ref_id": "xccdf_org.ssgproject.content_rule_1edd6546a13b658ef6ede12110553df9", - "title": "Quis aut repellendus aut.", - "rationale": "Eos qui corporis. Et qui magnam. Sapiente vel molestiae.", - "description": "Eveniet quia et. Repellendus at repellat. Omnis ea dolorem.", - "severity": "high", - "precedence": 3997, + "id": "54db34d4-ed10-4532-9f54-708956631408", + "ref_id": "xccdf_org.ssgproject.content_rule_6f2d928774fd24856c4614a5536fdb5a", + "title": "Sit qui et quaerat.", + "rationale": "Dignissimos alias sint. Harum dignissimos et. Sint similique accusamus.", + "description": "In voluptate qui. Omnis repudiandae ut. Voluptates vero asperiores.", + "severity": "medium", + "precedence": 2772, "identifier": { - "href": "http://wilkinson.example/galen", - "label": "Bucca of the Marish" + "href": "http://zemlak.example/june.abernathy", + "label": "Saruman" }, "references": [ { - "href": "http://langworth.example/dawn", - "label": "Wiseman Gamwich" + "href": "http://dubuque.example/lina.gislason", + "label": "Grithnir" }, { - "href": "http://pollich.test/jaime.sipes", - "label": "Gorbulas Brandybuck" + "href": "http://lesch.example/dudley", + "label": "Rorimac Brandybuck" }, { - "href": "http://mckenzie.example/clay_jakubowski", - "label": "Dernhelm" + "href": "http://waelchi.test/andrew.bode", + "label": "Ardamir" }, { - "href": "http://rippin.test/ernie", - "label": "Aredhel" + "href": "http://altenwerth-moore.example/gail.terry", + "label": "Elenwë" }, { - "href": "http://hilll.example/lucille_carter", - "label": "Hamfast Gardner" + "href": "http://boyle.example/cathleen.oberbrunner", + "label": "Amandil" } ], "value_checks": null, @@ -5042,37 +5042,37 @@ "remediation_issue_id": null }, { - "id": "e15ad6e3-7d64-4fe7-8c31-b0b7dee44dfe", - "ref_id": "xccdf_org.ssgproject.content_rule_6109eaebbdd7d02049ec6f2f8de19897", - "title": "Assumenda necessitatibus explicabo cumque.", - "rationale": "Fugit quis cum. Iure aspernatur fugiat. Possimus et quia.", - "description": "Quidem unde sit. Recusandae neque id. Doloribus rerum modi.", - "severity": "high", - "precedence": 4838, + "id": "159b5b92-c52f-4507-b9fc-1bb1ae53e718", + "ref_id": "xccdf_org.ssgproject.content_rule_774c9b7a188d4e53d55cefb6d7eefb49", + "title": "Quis dolorem quidem eveniet.", + "rationale": "Aliquid omnis rem. Voluptates nulla culpa. Saepe quisquam iure.", + "description": "Magni temporibus tenetur. Voluptas asperiores vel. Amet pariatur ratione.", + "severity": "low", + "precedence": 3726, "identifier": { - "href": "http://gusikowski.test/efrain_price", - "label": "Hallacar" + "href": "http://jacobson-pfannerstill.example/mckinley", + "label": "Posco Baggins" }, "references": [ { - "href": "http://johns-skiles.test/jarrett", - "label": "Fréaláf" + "href": "http://toy.test/ted", + "label": "Bucca of the Marish" }, { - "href": "http://brekke-wunsch.test/doloris.greenholt", - "label": "Aldor" + "href": "http://weber.example/art", + "label": "Primula Brandybuck" }, { - "href": "http://reinger.test/belinda", - "label": "Targon" + "href": "http://feeney-aufderhar.test/nettie.sawayn", + "label": "Folco Boffin" }, { - "href": "http://emmerich-boehm.test/kathrin.lynch", - "label": "Ulrad" + "href": "http://bruen-bins.test/kati", + "label": "Menegilda Goold" }, { - "href": "http://ruecker.example/korey", - "label": "Indis" + "href": "http://lynch-lynch.example/alena", + "label": "Tar-Ancalimon" } ], "value_checks": null, @@ -5088,9 +5088,9 @@ "sort_by": "precedence" }, "links": { - "first": "/api/compliance/v2/security_guides/d3dd37da-1179-4a01-91dc-be4889cbe315/profiles/4d0a0f27-e63a-4165-ad83-a3424364d76e/rules?limit=10&offset=0&sort_by=precedence", - "last": "/api/compliance/v2/security_guides/d3dd37da-1179-4a01-91dc-be4889cbe315/profiles/4d0a0f27-e63a-4165-ad83-a3424364d76e/rules?limit=10&offset=20&sort_by=precedence", - "next": "/api/compliance/v2/security_guides/d3dd37da-1179-4a01-91dc-be4889cbe315/profiles/4d0a0f27-e63a-4165-ad83-a3424364d76e/rules?limit=10&offset=10&sort_by=precedence" + "first": "/api/compliance/v2/security_guides/5b4c1a87-cb97-42a1-8f68-3dfc6f9492d0/profiles/8930e404-e8ad-4a15-b129-9e022b79b3de/rules?limit=10&offset=0&sort_by=precedence", + "last": "/api/compliance/v2/security_guides/5b4c1a87-cb97-42a1-8f68-3dfc6f9492d0/profiles/8930e404-e8ad-4a15-b129-9e022b79b3de/rules?limit=10&offset=20&sort_by=precedence", + "next": "/api/compliance/v2/security_guides/5b4c1a87-cb97-42a1-8f68-3dfc6f9492d0/profiles/8930e404-e8ad-4a15-b129-9e022b79b3de/rules?limit=10&offset=10&sort_by=precedence" } }, "summary": "", @@ -5206,37 +5206,37 @@ "Returns a Rule": { "value": { "data": { - "id": "d636dc41-fb81-41b9-93b7-f52b0260417f", - "ref_id": "xccdf_org.ssgproject.content_rule_17fb001daf8927345af66ad58dc02779", - "title": "Similique harum cupiditate non.", - "rationale": "Tempore dolor facilis. Vitae aut veniam. Ut ipsam ut.", - "description": "Est ad accusamus. Occaecati beatae cupiditate. Dolorem illo enim.", - "severity": "low", - "precedence": 9155, + "id": "0e15e26d-c355-4d22-b770-141f14223fe5", + "ref_id": "xccdf_org.ssgproject.content_rule_88e9b6ebb1267828c7365a1585a678c3", + "title": "Consequatur est cupiditate unde.", + "rationale": "A exercitationem ex. Quis quas eum. Ut aut laudantium.", + "description": "Et ut cupiditate. Nobis asperiores id. Omnis voluptatem adipisci.", + "severity": "high", + "precedence": 9372, "identifier": { - "href": "http://hammes-jerde.example/candyce_davis", - "label": "Artamir" + "href": "http://olson.example/yvonne_jones", + "label": "Aragost" }, "references": [ { - "href": "http://labadie.example/edmond.kuvalis", - "label": "Irolas" + "href": "http://goodwin.example/keneth", + "label": "Pansy Baggins" }, { - "href": "http://gulgowski.example/edison.kshlerin", - "label": "Beechbone" + "href": "http://wilkinson.test/rupert", + "label": "Robin Smallburrow" }, { - "href": "http://cormier-kautzer.test/chance.schulist", - "label": "Peregrin Took" + "href": "http://windler.test/alphonso", + "label": "Adrahil" }, { - "href": "http://tillman.test/juli", - "label": "Bifur" + "href": "http://bode.example/alberto_hane", + "label": "Poppy Chubb-Baggins" }, { - "href": "http://hartmann.test/laverne.feil", - "label": "Mimosa Bunce" + "href": "http://gorczany.test/calvin_watsica", + "label": "Théoden" } ], "value_checks": null, @@ -5273,7 +5273,7 @@ "Description of an error when requesting a non-existing Rule": { "value": { "errors": [ - "V2::Rule not found with ID 386ee691-410b-4470-9c70-1ac1620d0805" + "V2::Rule not found with ID 7cfb2333-5af7-4dc7-bceb-32dfd003a8fc" ] }, "summary": "", @@ -5390,37 +5390,37 @@ "value": { "data": [ { - "id": "8babc3df-f927-4776-84b0-78bcdc82f02b", - "ref_id": "xccdf_org.ssgproject.content_rule_511b0c529a876aa61c2d5f60774ed733", - "title": "Ab doloremque velit aut.", - "rationale": "Qui non et. Vitae distinctio sapiente. Aliquid odit itaque.", - "description": "Placeat quas recusandae. Expedita id temporibus. Eius at illo.", - "severity": "medium", - "precedence": 4527, + "id": "c93c8a6c-b3f8-4581-ae95-9adcf3de3194", + "ref_id": "xccdf_org.ssgproject.content_rule_6b4f6afae12a056a3329875aa6d19078", + "title": "Molestiae blanditiis culpa rerum.", + "rationale": "Non quaerat accusamus. Quia mollitia amet. Magni beatae quam.", + "description": "Dolorum velit voluptas. Et consequatur qui. Distinctio numquam qui.", + "severity": "low", + "precedence": 2546, "identifier": { - "href": "http://walter.test/edwardo_mante", - "label": "Elulindo" + "href": "http://spinka-bruen.example/tommie", + "label": "Angbor" }, "references": [ { - "href": "http://price-cummings.test/percy", - "label": "Nolondil" + "href": "http://hermiston-weissnat.test/colton", + "label": "Hunthor" }, { - "href": "http://dietrich.test/paula.price", - "label": "Basso Boffin" + "href": "http://leannon.example/anthony_spinka", + "label": "Girion" }, { - "href": "http://maggio.test/karl", - "label": "Lotho Sackville-Baggins" + "href": "http://von-shanahan.test/charlene.batz", + "label": "Finarfin" }, { - "href": "http://christiansen.example/marilyn.boehm", - "label": "Aulendil" + "href": "http://kihn.test/deon", + "label": "Finbor" }, { - "href": "http://boyer.example/fidel_crona", - "label": "Larnach" + "href": "http://west.example/rick", + "label": "Great Eagle" } ], "value_checks": null, @@ -5434,8 +5434,8 @@ "offset": 0 }, "links": { - "first": "/api/compliance/v2/policies/909fbc3c-6e3a-4005-914a-75b9f83ca5f2/tailorings/83ca1a80-d56a-4250-be45-9062a918d588/rules?limit=10&offset=0", - "last": "/api/compliance/v2/policies/909fbc3c-6e3a-4005-914a-75b9f83ca5f2/tailorings/83ca1a80-d56a-4250-be45-9062a918d588/rules?limit=10&offset=0" + "first": "/api/compliance/v2/policies/9df32787-6e7f-4927-a2f5-a74192291230/tailorings/2a71714a-c16a-413c-a8d2-0e7523dd710b/rules?limit=10&offset=0", + "last": "/api/compliance/v2/policies/9df32787-6e7f-4927-a2f5-a74192291230/tailorings/2a71714a-c16a-413c-a8d2-0e7523dd710b/rules?limit=10&offset=0" } }, "summary": "", @@ -5445,37 +5445,37 @@ "value": { "data": [ { - "id": "80b91ae2-bfad-4cfc-a0cf-2d500d783c04", - "ref_id": "xccdf_org.ssgproject.content_rule_535a2f2c1c0df8a3f769748a9ffd2a1b", - "title": "Laborum et dicta molestias.", - "rationale": "Porro rerum fugit. Enim eos at. Atque velit blanditiis.", - "description": "Incidunt rerum ullam. Commodi rerum reiciendis. Architecto sit nihil.", + "id": "1f80635f-d083-4c17-9745-f2a475b362d4", + "ref_id": "xccdf_org.ssgproject.content_rule_3463ab192d42da494d52b749364b615f", + "title": "Repudiandae vel magnam iste.", + "rationale": "Sunt dolores enim. Saepe sunt debitis. Qui omnis consequatur.", + "description": "Vel ipsam autem. Vitae deserunt qui. Quisquam nihil fugit.", "severity": "high", - "precedence": 137, + "precedence": 34, "identifier": { - "href": "http://schiller-champlin.test/reginald", - "label": "Gelmir" + "href": "http://connelly.test/jerome", + "label": "Poppy Chubb-Baggins" }, "references": [ { - "href": "http://huel-weimann.example/lakenya", - "label": "Bregolas" + "href": "http://kassulke-rippin.example/reggie", + "label": "Glóredhel" }, { - "href": "http://wiegand.test/fausto.lowe", - "label": "Mrs. Maggot" + "href": "http://armstrong-batz.test/jamila.konopelski", + "label": "Gimilkhâd" }, { - "href": "http://reichel.example/elroy.stiedemann", - "label": "Grór" + "href": "http://batz.test/fidel", + "label": "Enelyë" }, { - "href": "http://will.test/teodoro.weber", - "label": "Smaug" + "href": "http://witting-rogahn.example/yasmine.rosenbaum", + "label": "Barach" }, { - "href": "http://yost.example/keren.fisher", - "label": "Léod" + "href": "http://crist-mcglynn.test/lon.bergstrom", + "label": "Morwen Steelsheen" } ], "value_checks": null, @@ -5490,8 +5490,8 @@ "sort_by": "precedence" }, "links": { - "first": "/api/compliance/v2/policies/84fd2cf5-ee93-4a10-aa30-c2c7a7ab04f9/tailorings/db802f34-d196-4e56-819a-b2412c73915f/rules?limit=10&offset=0&sort_by=precedence", - "last": "/api/compliance/v2/policies/84fd2cf5-ee93-4a10-aa30-c2c7a7ab04f9/tailorings/db802f34-d196-4e56-819a-b2412c73915f/rules?limit=10&offset=0&sort_by=precedence" + "first": "/api/compliance/v2/policies/a075974b-06bb-4452-bfb4-77de69a6a8c7/tailorings/cf299f20-75fc-4cbe-896d-c992610e90af/rules?limit=10&offset=0&sort_by=precedence", + "last": "/api/compliance/v2/policies/a075974b-06bb-4452-bfb4-77de69a6a8c7/tailorings/cf299f20-75fc-4cbe-896d-c992610e90af/rules?limit=10&offset=0&sort_by=precedence" } }, "summary": "", @@ -5598,37 +5598,37 @@ "value": { "data": [ { - "id": "02aa12f5-1284-4917-8066-b779f51ac602", - "ref_id": "xccdf_org.ssgproject.content_rule_d43b5e18058dc836ec154f714ab8057e", - "title": "Sint modi occaecati quam.", - "rationale": "Fugit quis debitis. Aut nam porro. Aut consequatur dolorem.", - "description": "Dolor quia aut. Ducimus illum quia. Perspiciatis quae amet.", - "severity": "medium", - "precedence": 2277, + "id": "0f7517ca-bab4-4a92-9bb7-219ec3b753ab", + "ref_id": "xccdf_org.ssgproject.content_rule_9f5059c51fc887daf3bfa4f9620b3ffd", + "title": "Nam sunt aperiam dolorem.", + "rationale": "Aliquid quo eligendi. Maiores modi perferendis. Eligendi aut enim.", + "description": "Rerum explicabo ut. Debitis esse distinctio. Vero atque corporis.", + "severity": "low", + "precedence": 3874, "identifier": { - "href": "http://kuphal.example/nakita", - "label": "Herumor" + "href": "http://christiansen-turcotte.test/carmine", + "label": "Tar-Elendil" }, "references": [ { - "href": "http://thompson.example/jason", - "label": "Angelica Baggins" + "href": "http://jenkins-weber.example/rueben", + "label": "Buffo Boffin" }, { - "href": "http://keeling.example/roosevelt", - "label": "Zimrahin" + "href": "http://ritchie.example/nanci", + "label": "Anardil" }, { - "href": "http://price.example/art.mcglynn", - "label": "Ancalagon" + "href": "http://wehner.example/dortha.johns", + "label": "Lalaith" }, { - "href": "http://langworth-kuhn.test/devorah_kautzer", - "label": "Falco Chubb-Baggins" + "href": "http://kris.example/silas", + "label": "Rorimac Brandybuck" }, { - "href": "http://ritchie.example/ulysses.becker", - "label": "Frár" + "href": "http://lemke-hagenes.example/ivonne.reichert", + "label": "Falco Chubb-Baggins" } ], "value_checks": null, @@ -5636,37 +5636,37 @@ "type": "rule" }, { - "id": "0d0997bb-77fd-40e4-bf9b-d4eddf39bbaa", - "ref_id": "xccdf_org.ssgproject.content_rule_fa23f0d7f6838eb7b7288708b277f308", - "title": "Enim recusandae at perspiciatis.", - "rationale": "Et error aliquam. Expedita sit nulla. Nemo quis quo.", - "description": "Commodi rem voluptatibus. Necessitatibus tenetur sunt. Enim aut fugiat.", + "id": "10ee238b-c626-4076-b75f-0f6db256da4e", + "ref_id": "xccdf_org.ssgproject.content_rule_ca8de208db997112e8663ea578bbcfb8", + "title": "Ut dolorem ut tempora.", + "rationale": "Necessitatibus tenetur et. Tempore beatae aspernatur. Asperiores dolores quia.", + "description": "Incidunt illum dolorum. Dolorum doloribus nemo. Magnam a non.", "severity": "low", - "precedence": 2235, + "precedence": 5030, "identifier": { - "href": "http://batz.example/numbers", - "label": "Elendur" + "href": "http://lueilwitz-crooks.example/buford_barton", + "label": "Bombur" }, "references": [ { - "href": "http://walker.example/russel", - "label": "Tosto Boffin" + "href": "http://gusikowski-kunze.test/rodger", + "label": "Théodred" }, { - "href": "http://watsica.example/tammera.rempel", - "label": "Minardil" + "href": "http://klocko-hermiston.example/debby", + "label": "Egalmoth" }, { - "href": "http://stokes.example/blair_johnston", - "label": "Aravorn" + "href": "http://shields.test/reynaldo", + "label": "Thorin Stonehelm" }, { - "href": "http://kihn.test/milton.grant", - "label": "Finbor" + "href": "http://ondricka.test/mac_luettgen", + "label": "Elphir" }, { - "href": "http://morissette.test/gene_senger", - "label": "Borthand" + "href": "http://waters.example/hector", + "label": "Haldan" } ], "value_checks": null, @@ -5674,37 +5674,37 @@ "type": "rule" }, { - "id": "11f11fcb-019b-4536-ba17-9a5055069d61", - "ref_id": "xccdf_org.ssgproject.content_rule_15727d481805a46a0cae7bce1e5c045f", - "title": "Magni animi sunt ea.", - "rationale": "Incidunt nihil est. Accusantium delectus et. Quod necessitatibus dolorem.", - "description": "Qui sapiente eum. Cupiditate corrupti dicta. Asperiores consequatur consectetur.", + "id": "1ca56acf-9db7-4115-8784-0b9f9b456528", + "ref_id": "xccdf_org.ssgproject.content_rule_ebd52707bab0209a846a0f9d66d540e7", + "title": "Excepturi dolores eum aut.", + "rationale": "Alias ut qui. Aut ad voluptate. Soluta animi modi.", + "description": "Optio consequatur dolores. Veritatis omnis culpa. Aperiam distinctio ea.", "severity": "medium", - "precedence": 5750, + "precedence": 2790, "identifier": { - "href": "http://langworth.test/arnulfo_konopelski", - "label": "Tar-Calmacil" + "href": "http://osinski-bergstrom.example/howard", + "label": "Berilac Brandybuck" }, "references": [ { - "href": "http://damore-sipes.example/keiko_sanford", - "label": "Bregolas" + "href": "http://weber.test/aleida.dach", + "label": "Telumehtar Umbardacil" }, { - "href": "http://barton.test/carlo_morissette", - "label": "Arciryas" + "href": "http://bartell.example/brain", + "label": "Fingon" }, { - "href": "http://cruickshank-kerluke.test/glynda_runolfsdottir", - "label": "Ailinel" + "href": "http://vonrueden.example/errol", + "label": "Amaranth Brandybuck" }, { - "href": "http://oconner-doyle.test/tyesha_mueller", - "label": "Forweg" + "href": "http://lynch.example/ricardo.lowe", + "label": "Finduilas" }, { - "href": "http://okon.example/laverna_wolf", - "label": "Vardilmë" + "href": "http://bradtke-roob.example/edelmira.wisoky", + "label": "Radhruin" } ], "value_checks": null, @@ -5712,37 +5712,37 @@ "type": "rule" }, { - "id": "132b5739-7672-4008-a113-e7961c921c34", - "ref_id": "xccdf_org.ssgproject.content_rule_510a905bb03b132d964fd16ebef0d1b1", - "title": "Dolor nobis et maiores.", - "rationale": "Aperiam a expedita. Numquam explicabo sed. Aut praesentium vero.", - "description": "Eveniet explicabo enim. Quasi eos tempore. Totam reiciendis voluptates.", - "severity": "medium", - "precedence": 7091, + "id": "20653112-937b-4e1b-9116-2b6bfc49e039", + "ref_id": "xccdf_org.ssgproject.content_rule_8f341a4ff7fd864ce73c890fac069727", + "title": "Dolorum deleniti nesciunt exercitationem.", + "rationale": "Quas asperiores ea. Ea quia quod. Minus voluptate officiis.", + "description": "Incidunt sit dolores. Commodi est recusandae. Quisquam quos distinctio.", + "severity": "low", + "precedence": 2928, "identifier": { - "href": "http://larson.example/shayne_schumm", - "label": "Beorn" + "href": "http://bailey-corwin.example/gregorio", + "label": "Ungoliant" }, "references": [ { - "href": "http://little.example/ronny.bergstrom", - "label": "Hirwen" + "href": "http://sipes-casper.example/vernon.rowe", + "label": "Zamîn" }, { - "href": "http://marks-reichel.test/deon.schuster", - "label": "Elendil" + "href": "http://volkman.test/denisha", + "label": "Isilmë" }, { - "href": "http://bruen.test/benny", - "label": "Tata" + "href": "http://kshlerin.test/grace", + "label": "Beregar" }, { - "href": "http://will.example/gayle_borer", - "label": "Targon" + "href": "http://heller-lindgren.test/zachery_larkin", + "label": "Aulendil" }, { - "href": "http://bednar.test/keven", - "label": "Mrs. Bunce" + "href": "http://mraz-olson.example/raymond_schulist", + "label": "Isildur" } ], "value_checks": null, @@ -5750,37 +5750,37 @@ "type": "rule" }, { - "id": "1ce9b822-d7cf-4c96-b606-ef7d09267a9b", - "ref_id": "xccdf_org.ssgproject.content_rule_108a6a92ab0714ddc1ac475aebd79886", - "title": "Dolorem voluptas aut et.", - "rationale": "Iusto et et. Illo veritatis odio. Itaque nihil eos.", - "description": "Et deleniti ipsum. Totam ut nulla. Aut vero et.", - "severity": "medium", - "precedence": 7202, + "id": "2fdd11d2-0c22-4c79-8570-f333ba374dff", + "ref_id": "xccdf_org.ssgproject.content_rule_15926c0d701af3aaf2729ee73cd65ed2", + "title": "Omnis saepe itaque possimus.", + "rationale": "Et et est. Impedit suscipit voluptatem. Autem enim ipsa.", + "description": "Omnis voluptas et. Sit dicta fuga. Tenetur dolorem voluptate.", + "severity": "high", + "precedence": 4981, "identifier": { - "href": "http://rogahn.test/tamra.bednar", - "label": "Alfrida of the Yale" + "href": "http://lind-romaguera.example/yan_douglas", + "label": "Théodwyn" }, "references": [ { - "href": "http://braun.test/letitia", - "label": "Cora Goodbody" + "href": "http://murazik-willms.test/nelle", + "label": "Ebor" }, { - "href": "http://mcdermott.test/candis", - "label": "Hatholdir" + "href": "http://predovic.test/darrin_kohler", + "label": "Sador" }, { - "href": "http://spinka-oreilly.example/digna", - "label": "Araglas" + "href": "http://jones.example/sindy.cormier", + "label": "Findegil" }, { - "href": "http://hodkiewicz.test/erik.willms", - "label": "Narmacil" + "href": "http://stark-block.example/berry", + "label": "Radbug" }, { - "href": "http://lebsack.example/alvina", - "label": "Golfimbul" + "href": "http://heidenreich-raynor.test/pinkie_gislason", + "label": "Rudibert Bolger" } ], "value_checks": null, @@ -5788,37 +5788,37 @@ "type": "rule" }, { - "id": "1e98a461-7c73-4d9a-8d1a-a90c7a0e39c1", - "ref_id": "xccdf_org.ssgproject.content_rule_466f9daea2ade765ab3dcd5270a54162", - "title": "Aspernatur nihil dicta nobis.", - "rationale": "Doloribus placeat amet. Eum itaque non. Possimus magnam id.", - "description": "Dolorem itaque fuga. In quis dolores. Voluptate qui esse.", - "severity": "low", - "precedence": 8495, + "id": "3ac75e16-393a-4237-b003-ed3269ce4e14", + "ref_id": "xccdf_org.ssgproject.content_rule_2d3e0e37591ac51360fbc52218e201d4", + "title": "Hic assumenda quaerat unde.", + "rationale": "Vel aliquid soluta. Esse pariatur adipisci. Voluptatem nam illum.", + "description": "Inventore sunt ea. Quia et esse. Rerum enim eveniet.", + "severity": "high", + "precedence": 678, "identifier": { - "href": "http://zemlak.test/vicente_johnson", - "label": "Goldilocks Gardner" + "href": "http://wilderman.test/loyce", + "label": "Ruby Bolger" }, "references": [ { - "href": "http://herman-denesik.example/justin_considine", - "label": "Araglas" + "href": "http://stiedemann-welch.test/wilfred", + "label": "Dírhael" }, { - "href": "http://toy-rogahn.test/waldo.luettgen", - "label": "Calimehtar" + "href": "http://dickinson.example/syreeta", + "label": "Idril" }, { - "href": "http://macejkovic.example/samuel", - "label": "Ulbar" + "href": "http://franecki-abernathy.example/corrie", + "label": "Celebrindor" }, { - "href": "http://dach-witting.test/yong", - "label": "Éomund" + "href": "http://howe.test/lawerence", + "label": "Marigold Gamgee" }, { - "href": "http://bayer-kihn.example/elli", - "label": "Gilraen" + "href": "http://crooks.test/maurice.effertz", + "label": "Saradoc Brandybuck" } ], "value_checks": null, @@ -5826,37 +5826,37 @@ "type": "rule" }, { - "id": "2794e9c2-db30-42a6-9dcb-e6c37c90b87c", - "ref_id": "xccdf_org.ssgproject.content_rule_2ca8e3569e813cf90e06fa63aa7e43f6", - "title": "Incidunt nihil corrupti sunt.", - "rationale": "Saepe recusandae velit. Aut labore tempore. Unde minima nam.", - "description": "Inventore nostrum harum. Soluta omnis eius. Iusto ipsum quis.", - "severity": "low", - "precedence": 6111, + "id": "41cf19a7-af69-4003-bd0f-171a697697ad", + "ref_id": "xccdf_org.ssgproject.content_rule_a086c2e9263ba99c85dd24d72f0deb9f", + "title": "Incidunt qui dolorem est.", + "rationale": "Veritatis quis aut. Quos nihil temporibus. Et ut aperiam.", + "description": "Sit saepe autem. Ut facere ducimus. Sunt dolore ut.", + "severity": "medium", + "precedence": 62, "identifier": { - "href": "http://dach.example/brittaney", - "label": "Aratan" + "href": "http://bernier.test/antone", + "label": "Posco Baggins" }, "references": [ { - "href": "http://beatty.example/retha.marks", - "label": "Narvi" + "href": "http://klein.example/felix_stark", + "label": "Orodreth" }, { - "href": "http://cruickshank-ferry.test/tameika.feeney", - "label": "Frerin" + "href": "http://schroeder.test/susannah_rau", + "label": "Hanna Goldworthy" }, { - "href": "http://hahn-bergstrom.test/alane", - "label": "Ted Sandyman" + "href": "http://murphy-kemmer.test/michaela", + "label": "Ragnor" }, { - "href": "http://murray-rau.example/rolland", - "label": "Grithnir" + "href": "http://crist-dubuque.example/fatima", + "label": "Éothéod" }, { - "href": "http://macejkovic-hamill.test/robin", - "label": "Marigold Gamgee" + "href": "http://murazik-wuckert.example/yuonne", + "label": "Andróg" } ], "value_checks": null, @@ -5864,37 +5864,37 @@ "type": "rule" }, { - "id": "307dfaf9-8fb9-4906-986f-cde183d86836", - "ref_id": "xccdf_org.ssgproject.content_rule_246b4e1ab9e92e32579333caaf818b84", - "title": "Rerum corporis optio sunt.", - "rationale": "Et recusandae iusto. Id nisi et. Dolores occaecati qui.", - "description": "Ea pariatur et. Nisi quia eligendi. Sunt fugiat numquam.", + "id": "4d303a40-f1d8-44c2-a981-3c59f787a3e8", + "ref_id": "xccdf_org.ssgproject.content_rule_b7cce0de4eefcdc637db0b4614348fff", + "title": "Voluptatem et quasi id.", + "rationale": "Minima aut in. Sint qui vel. In molestiae nulla.", + "description": "Excepturi repudiandae molestiae. Reiciendis eaque soluta. Tenetur reiciendis aut.", "severity": "low", - "precedence": 6662, + "precedence": 3314, "identifier": { - "href": "http://rohan-upton.test/orville.jacobson", - "label": "Orgulas Brandybuck" + "href": "http://conroy.test/ed_klocko", + "label": "Gundolpho Bolger" }, "references": [ { - "href": "http://hilpert.test/angelika", - "label": "Calimmacil" + "href": "http://bashirian-maggio.test/francis", + "label": "Ivriniel" }, { - "href": "http://thompson-crona.test/leon.harber", - "label": "Belegor" + "href": "http://casper.test/dudley_collins", + "label": "Reginard Took" }, { - "href": "http://lebsack.example/carmine_murray", - "label": "Daisy Gardner" + "href": "http://strosin.test/elizebeth", + "label": "Isengar Took" }, { - "href": "http://rohan.example/rodney", - "label": "Atanatar" + "href": "http://corwin-luettgen.example/trey.effertz", + "label": "William" }, { - "href": "http://bogan.example/cortez", - "label": "Morwen" + "href": "http://moore.example/tressa.cruickshank", + "label": "Witch-king" } ], "value_checks": null, @@ -5902,37 +5902,37 @@ "type": "rule" }, { - "id": "3cbbd2a3-1473-4543-913d-776403d1f3e7", - "ref_id": "xccdf_org.ssgproject.content_rule_2b28f8acf3c0479b655ca68818070787", - "title": "Aut vel voluptatem cupiditate.", - "rationale": "Soluta necessitatibus provident. Qui occaecati consequuntur. Consequuntur quaerat blanditiis.", - "description": "Aperiam consequatur optio. Amet magnam temporibus. Tenetur a quae.", - "severity": "high", - "precedence": 8499, + "id": "4f5c8140-d011-4b02-8f1c-951166819605", + "ref_id": "xccdf_org.ssgproject.content_rule_f47f81be2d0c4067af24457a3bc23bd9", + "title": "Asperiores sunt fugiat quaerat.", + "rationale": "Enim sint voluptas. Libero blanditiis natus. Labore sunt maxime.", + "description": "Quae ut voluptas. Sint quae amet. Modi et sit.", + "severity": "low", + "precedence": 2542, "identifier": { - "href": "http://huels.example/meghan_trantow", - "label": "Tom Bombadil" + "href": "http://daugherty.example/raven_cassin", + "label": "Borthand" }, "references": [ { - "href": "http://ziemann.example/julio", - "label": "Nora Bolger" + "href": "http://walker.example/eboni", + "label": "Bodo Proudfoot" }, { - "href": "http://graham-stracke.test/ellamae", - "label": "Fréaláf" + "href": "http://rau.example/brant", + "label": "Ornil" }, { - "href": "http://runolfsson.example/estelle.kuvalis", - "label": "Nerdanel" + "href": "http://wolf.example/clyde", + "label": "Daisy Gardner" }, { - "href": "http://bogan-zulauf.test/donnetta_bergnaum", - "label": "Mimosa Bunce" + "href": "http://farrell.example/shea", + "label": "Tar-Alcarin" }, { - "href": "http://jerde-deckow.test/carman", - "label": "Rose Gardner" + "href": "http://doyle.example/lyle.fisher", + "label": "Baranor" } ], "value_checks": null, @@ -5940,37 +5940,37 @@ "type": "rule" }, { - "id": "4fb519a3-0980-4e6a-90f3-203c4e4f6f87", - "ref_id": "xccdf_org.ssgproject.content_rule_9cdace0c5750bccf492bd98664b67a14", - "title": "Harum nemo dolorem aut.", - "rationale": "Aut qui ipsum. Qui iure ea. Itaque est rerum.", - "description": "Iusto autem amet. Ex voluptates placeat. Accusantium laborum vitae.", - "severity": "low", - "precedence": 962, + "id": "5ce3eef5-72e3-42b7-89a7-aa99517d3eda", + "ref_id": "xccdf_org.ssgproject.content_rule_bbe2589a23d77e7d1f2234249a3769d5", + "title": "Sed commodi enim ut.", + "rationale": "Voluptatum fuga blanditiis. Exercitationem aut odio. Et sint ut.", + "description": "Sunt qui quia. Voluptas similique ab. Nisi doloribus qui.", + "severity": "medium", + "precedence": 1435, "identifier": { - "href": "http://champlin-ratke.example/percy_rice", - "label": "Bruno Bracegirdle" + "href": "http://heaney.test/sun", + "label": "Fréawine" }, "references": [ { - "href": "http://bailey-barrows.test/genia", - "label": "Erling" + "href": "http://ortiz-block.test/colton", + "label": "Frodo Baggins" }, { - "href": "http://cremin.test/beryl.kovacek", - "label": "Ufthak" + "href": "http://mante-rosenbaum.test/paulene", + "label": "Odovacar Bolger" }, { - "href": "http://rowe.test/andrew", - "label": "Arvegil" + "href": "http://braun.test/russel", + "label": "Ciryon" }, { - "href": "http://padberg.example/colby_schultz", - "label": "Grithnir" + "href": "http://schneider.test/scott", + "label": "Dori" }, { - "href": "http://crooks.example/travis", - "label": "Andwise Roper" + "href": "http://wilkinson-skiles.test/mike", + "label": "Nina Lightfoot" } ], "value_checks": null, @@ -5984,9 +5984,9 @@ "offset": 0 }, "links": { - "first": "/api/compliance/v2/policies/6610912f-b34a-471a-9625-6fe0e59b9fd1/tailorings/769a8ae3-cd99-4116-85d7-75cac2856962/rules?limit=10&offset=0", - "last": "/api/compliance/v2/policies/6610912f-b34a-471a-9625-6fe0e59b9fd1/tailorings/769a8ae3-cd99-4116-85d7-75cac2856962/rules?limit=10&offset=20", - "next": "/api/compliance/v2/policies/6610912f-b34a-471a-9625-6fe0e59b9fd1/tailorings/769a8ae3-cd99-4116-85d7-75cac2856962/rules?limit=10&offset=10" + "first": "/api/compliance/v2/policies/1b878e33-294e-4090-a46f-4f2e421b087c/tailorings/b359566f-efd4-4294-8475-12443f3fb176/rules?limit=10&offset=0", + "last": "/api/compliance/v2/policies/1b878e33-294e-4090-a46f-4f2e421b087c/tailorings/b359566f-efd4-4294-8475-12443f3fb176/rules?limit=10&offset=20", + "next": "/api/compliance/v2/policies/1b878e33-294e-4090-a46f-4f2e421b087c/tailorings/b359566f-efd4-4294-8475-12443f3fb176/rules?limit=10&offset=10" } }, "summary": "", @@ -6089,37 +6089,37 @@ "Assigns a Rule to a Tailoring": { "value": { "data": { - "id": "685070e5-8624-4151-bd46-6eb98124d6f1", - "ref_id": "xccdf_org.ssgproject.content_rule_0cf45f1c8bc53b3b6e2187dd473157da", - "title": "Voluptas voluptatem autem laborum.", - "rationale": "Sed non earum. Saepe tenetur et. Architecto commodi eveniet.", - "description": "A iure corrupti. Recusandae hic facilis. Corrupti possimus libero.", - "severity": "medium", - "precedence": 4157, + "id": "74a98057-82e0-41b5-8743-dcd684defa73", + "ref_id": "xccdf_org.ssgproject.content_rule_fe809febd8fbf438b60c9383ba0aae3c", + "title": "Illo est quis iusto.", + "rationale": "Facilis alias iusto. Corrupti aut in. Reiciendis quia aut.", + "description": "Nisi vero a. Distinctio harum officia. Fugit accusantium amet.", + "severity": "high", + "precedence": 3892, "identifier": { - "href": "http://gusikowski.test/edward", - "label": "Ar-Zimrathôn" + "href": "http://schroeder-medhurst.example/modesto", + "label": "Arvegil" }, "references": [ { - "href": "http://borer.example/millie_harber", - "label": "Dora Baggins" + "href": "http://murphy.test/julio", + "label": "Uffo Boffin" }, { - "href": "http://ziemann-schoen.test/stefanie_frami", - "label": "Walda" + "href": "http://marks-blick.test/analisa_mcdermott", + "label": "Tata" }, { - "href": "http://kuhic.example/charles", - "label": "Bór" + "href": "http://ratke.test/elliot_willms", + "label": "Hildigrim Took" }, { - "href": "http://murray-hintz.example/justin", - "label": "Peeping Jack" + "href": "http://flatley.example/charlie_heaney", + "label": "Aredhel" }, { - "href": "http://gulgowski-hartmann.test/lewis_dickens", - "label": "Pippin Gardner" + "href": "http://parisian-zulauf.example/mardell", + "label": "Ferdinand Took" } ], "value_checks": null, @@ -6142,7 +6142,7 @@ "Returns with Not found": { "value": { "errors": [ - "V2::Rule not found with ID ed70f893-8b80-4aff-9c07-92c39f3e9e2e" + "V2::Rule not found with ID 121a210f-4fd6-4815-a5ec-dbc7937e77d8" ] }, "summary": "", @@ -6205,37 +6205,37 @@ "Unassigns a Rule from a Tailoring": { "value": { "data": { - "id": "2f4a1a6b-8055-4a80-9cc4-401eaedf8658", - "ref_id": "xccdf_org.ssgproject.content_rule_5f64df9f5c68ad2cf797650aa5385201", - "title": "Recusandae culpa quasi architecto.", - "rationale": "Dicta rerum ut. Est inventore consequatur. Omnis vel placeat.", - "description": "Amet voluptate qui. Numquam similique tenetur. Et consequuntur nihil.", + "id": "1406e058-ac00-4db8-a127-7ba265d8fe70", + "ref_id": "xccdf_org.ssgproject.content_rule_785e2a5c133d2775dd95a9704f914be2", + "title": "Quis voluptatem mollitia delectus.", + "rationale": "Quod exercitationem qui. Nemo ab quam. Soluta omnis autem.", + "description": "Eaque sapiente mollitia. Eos sunt sed. Assumenda quis incidunt.", "severity": "low", - "precedence": 7495, + "precedence": 1800, "identifier": { - "href": "http://simonis.example/brandi_bartell", - "label": "Elfhild" + "href": "http://sawayn.example/torri_crooks", + "label": "Angrim" }, "references": [ { - "href": "http://fahey.test/walter.koss", - "label": "Írildë" + "href": "http://harber-wisoky.example/orval", + "label": "Ailinel" }, { - "href": "http://reichel-volkman.test/norman", - "label": "Frór" + "href": "http://johnston.test/lindsay", + "label": "Azaghâl" }, { - "href": "http://kshlerin-grant.example/coletta_cole", - "label": "Hob Gammidge" + "href": "http://schoen-senger.example/samual", + "label": "Galadriel" }, { - "href": "http://gerlach.test/robbie_kshlerin", - "label": "Ivriniel" + "href": "http://kling.test/alysha_dickens", + "label": "Adam Hornblower" }, { - "href": "http://wisozk-okuneva.example/liz", - "label": "Araphor" + "href": "http://conn-dibbert.example/vincenza", + "label": "Balbo Baggins" } ], "value_checks": null, @@ -6258,7 +6258,7 @@ "Description of an error when unassigning a non-existing Rule": { "value": { "errors": [ - "V2::Rule not found with ID 76c2ee96-dcdb-4463-a8b0-0ec4f83a204a" + "V2::Rule not found with ID bf1ba30c-c3b7-4c74-b65c-5997b4a266e5" ] }, "summary": "", @@ -6353,92 +6353,92 @@ "value": { "data": [ { - "id": "081147d7-4576-4aa0-b5a3-8432bde95fa7", + "id": "058a34d1-5e23-4361-8297-583833498450", "ref_id": "xccdf_org.ssgproject.content_benchmark_RHEL-7", - "title": "Sed suscipit quam delectus.", - "version": "100.80.48", - "description": "Et libero eum. A impedit rerum. Eveniet incidunt necessitatibus.", + "title": "Et et placeat explicabo.", + "version": "100.82.7", + "description": "Eius quas tenetur. Quibusdam numquam quo. Rerum ut amet.", "os_major_version": 7, "type": "security_guide" }, { - "id": "0f11359f-06db-43a9-934f-89b40f521641", + "id": "10a13d16-f0ab-48eb-9349-0e51c1456908", "ref_id": "xccdf_org.ssgproject.content_benchmark_RHEL-7", - "title": "Ut error et qui.", - "version": "100.80.49", - "description": "Sed ut temporibus. Qui quam mollitia. Maxime facilis at.", + "title": "Iusto blanditiis nostrum et.", + "version": "100.82.23", + "description": "Sed rerum recusandae. Sapiente reiciendis veritatis. Fuga aut aspernatur.", "os_major_version": 7, "type": "security_guide" }, { - "id": "0f3f0c36-26ab-49c4-b00f-e9a0173f816c", + "id": "11a844dd-ccd6-4b7b-bc0a-12886faff37b", "ref_id": "xccdf_org.ssgproject.content_benchmark_RHEL-7", - "title": "Odio deserunt optio minima.", - "version": "100.81.1", - "description": "Earum fugiat est. Esse ut est. Et modi natus.", + "title": "Nisi dolor maxime ex.", + "version": "100.82.13", + "description": "Iste reprehenderit velit. Atque labore necessitatibus. Quis voluptas et.", "os_major_version": 7, "type": "security_guide" }, { - "id": "27196dfd-96ce-4630-a8fa-0dd28a413cb9", + "id": "179c6745-4505-4550-926b-81fed6193c9f", "ref_id": "xccdf_org.ssgproject.content_benchmark_RHEL-7", - "title": "Autem ipsa accusantium aut.", - "version": "100.81.9", - "description": "Ea dolor fuga. Est qui reiciendis. Voluptatem quo amet.", + "title": "Molestiae dicta dolores quidem.", + "version": "100.82.20", + "description": "Tenetur et dolor. Ut autem expedita. Occaecati aut vel.", "os_major_version": 7, "type": "security_guide" }, { - "id": "27d2b24f-85eb-4ab2-a61f-4b9b9016e370", + "id": "19dc8e99-9d28-4da5-8e66-0b4593daff6b", "ref_id": "xccdf_org.ssgproject.content_benchmark_RHEL-7", - "title": "Non consequatur dolores ad.", - "version": "100.81.6", - "description": "Est aut consequatur. Aut et deleniti. Impedit at iste.", + "title": "Aspernatur laboriosam veritatis quia.", + "version": "100.82.1", + "description": "Quo ipsam corrupti. Laboriosam tenetur ullam. Modi iste perferendis.", "os_major_version": 7, "type": "security_guide" }, { - "id": "3498feec-e63c-4a85-9eb5-4cc337e90aee", + "id": "2093baa7-29ec-4952-a236-865a6e75c78a", "ref_id": "xccdf_org.ssgproject.content_benchmark_RHEL-7", - "title": "Fugit et sed rerum.", - "version": "100.81.19", - "description": "Beatae id in. Quidem amet esse. Nemo sunt deleniti.", + "title": "Quam excepturi illo ex.", + "version": "100.82.8", + "description": "Iure quia reiciendis. Placeat vel aspernatur. Id maiores atque.", "os_major_version": 7, "type": "security_guide" }, { - "id": "3f1e27d8-cdb0-4bde-ac12-168a49e41e15", + "id": "284ff1e0-ef52-4293-879e-1a92b90bb36f", "ref_id": "xccdf_org.ssgproject.content_benchmark_RHEL-7", - "title": "Occaecati incidunt vero blanditiis.", - "version": "100.81.3", - "description": "Voluptates sed consequatur. Ut pariatur quo. Quibusdam eius est.", + "title": "Aut at quas temporibus.", + "version": "100.82.12", + "description": "Enim ut ut. Ducimus laboriosam est. Sed officia qui.", "os_major_version": 7, "type": "security_guide" }, { - "id": "3f4f2732-2d6d-47b5-8a6a-1ffd44d732ef", + "id": "30b2304f-033b-4a1f-81ba-5ae80baa9891", "ref_id": "xccdf_org.ssgproject.content_benchmark_RHEL-7", - "title": "Reiciendis fuga omnis laudantium.", - "version": "100.81.10", - "description": "Eaque dolor ipsa. Voluptatem minima dolor. Sunt ad dolorum.", + "title": "Et ut praesentium ut.", + "version": "100.82.21", + "description": "Iure ipsam est. Ipsum ut quia. Expedita eum veniam.", "os_major_version": 7, "type": "security_guide" }, { - "id": "42fe11f2-19ca-485e-927d-3a5bc439912b", + "id": "3a1b1b40-0be9-4a9e-83eb-d8014c1d7e64", "ref_id": "xccdf_org.ssgproject.content_benchmark_RHEL-7", - "title": "Repellendus eveniet iste quis.", - "version": "100.81.16", - "description": "Voluptatibus distinctio excepturi. Et omnis possimus. Nostrum et fugiat.", + "title": "Voluptatem quo in repudiandae.", + "version": "100.82.15", + "description": "Occaecati dicta eos. Eveniet nobis molestias. Corrupti quia laudantium.", "os_major_version": 7, "type": "security_guide" }, { - "id": "45cf4776-0cfc-4bfc-9d6c-032bf542736b", + "id": "4bc86d3b-8e08-4a39-8fcf-ddc213ee7239", "ref_id": "xccdf_org.ssgproject.content_benchmark_RHEL-7", - "title": "Placeat sed assumenda quae.", - "version": "100.81.4", - "description": "Aspernatur veritatis blanditiis. Doloribus fuga maxime. Perferendis quisquam nostrum.", + "title": "Qui voluptatem impedit eum.", + "version": "100.82.0", + "description": "Ut non esse. Molestiae autem temporibus. Sint nisi necessitatibus.", "os_major_version": 7, "type": "security_guide" } @@ -6461,92 +6461,92 @@ "value": { "data": [ { - "id": "151b2342-62b0-4fd1-b559-f99055b9d5dd", + "id": "068c26d5-da0d-4fcb-bfc2-bb9ea0264d66", "ref_id": "xccdf_org.ssgproject.content_benchmark_RHEL-7", - "title": "Ut voluptatem fuga praesentium.", - "version": "100.81.29", - "description": "Ut magnam et. Sed perspiciatis aliquam. Assumenda sunt odit.", + "title": "Error unde rerum ea.", + "version": "100.82.44", + "description": "Itaque et ea. Vel minus neque. Sit aut voluptatem.", "os_major_version": 7, "type": "security_guide" }, { - "id": "1c4c99fd-6049-4693-bf65-a4396e3100df", + "id": "0e3d2a67-852f-4026-a2e1-9164195c50a3", "ref_id": "xccdf_org.ssgproject.content_benchmark_RHEL-7", - "title": "Molestiae qui a dolorem.", - "version": "100.81.31", - "description": "Modi officiis placeat. Voluptatem aut non. Et ut sed.", + "title": "Dignissimos aliquid consequatur perspiciatis.", + "version": "100.82.43", + "description": "Voluptates eius quod. In corrupti non. Optio voluptatem quibusdam.", "os_major_version": 7, "type": "security_guide" }, { - "id": "24ce302c-75cb-4076-bac6-6414d12548fc", + "id": "307fd6da-541e-4068-99e6-bf3f9a13d9ca", "ref_id": "xccdf_org.ssgproject.content_benchmark_RHEL-7", - "title": "Accusamus ex voluptate tenetur.", - "version": "100.81.41", - "description": "Excepturi consequatur placeat. Excepturi qui rerum. Exercitationem deleniti harum.", + "title": "Consequatur omnis provident ab.", + "version": "100.82.27", + "description": "Cumque dolore quos. Occaecati est sed. Eveniet eos et.", "os_major_version": 7, "type": "security_guide" }, { - "id": "3aef9ed2-230d-4be7-be8e-8100d0314eab", + "id": "3ca3b1f0-6934-4407-a43d-19464b04f23d", "ref_id": "xccdf_org.ssgproject.content_benchmark_RHEL-7", - "title": "Rem aperiam facilis in.", - "version": "100.81.37", - "description": "Et quidem qui. Laborum repellendus fugiat. Quia quos quia.", + "title": "Id est quas qui.", + "version": "100.82.38", + "description": "Ut nam rem. Voluptas dolorem excepturi. Dolores omnis officiis.", "os_major_version": 7, "type": "security_guide" }, { - "id": "41fe37aa-7754-4897-b7d3-55b91dbd5ba0", + "id": "42217cc4-bcc8-4f10-824a-1b36fc2c47eb", "ref_id": "xccdf_org.ssgproject.content_benchmark_RHEL-7", - "title": "Autem id quis sunt.", - "version": "100.81.38", - "description": "Sed quo voluptatem. In aut molestiae. Ea aut voluptatem.", + "title": "Placeat exercitationem soluta ullam.", + "version": "100.82.40", + "description": "Voluptatum ducimus aperiam. Facilis suscipit atque. Non unde excepturi.", "os_major_version": 7, "type": "security_guide" }, { - "id": "44a0bccd-05e3-4827-93a5-869ac2803f59", + "id": "4cfcf7d9-f7e1-4692-bc11-3d05f79082da", "ref_id": "xccdf_org.ssgproject.content_benchmark_RHEL-7", - "title": "Quae et voluptatem ratione.", - "version": "100.81.47", - "description": "Rerum aut aut. Quae aperiam eos. Reprehenderit nobis necessitatibus.", + "title": "Deserunt non aut dolor.", + "version": "100.82.42", + "description": "Aut qui sed. Dolor qui quasi. Eius blanditiis sit.", "os_major_version": 7, "type": "security_guide" }, { - "id": "474fc1f1-7e16-4527-8e74-f1afa1fd5ec0", + "id": "582a82a2-e8ee-4a13-98fb-77f7f70e23f4", "ref_id": "xccdf_org.ssgproject.content_benchmark_RHEL-7", - "title": "Qui libero sapiente voluptatibus.", - "version": "100.81.44", - "description": "Et officiis saepe. Omnis quia et. Odit quis atque.", + "title": "Perspiciatis fuga dolor dolores.", + "version": "100.82.45", + "description": "Veniam sunt commodi. Voluptatibus ipsam et. Incidunt cum excepturi.", "os_major_version": 7, "type": "security_guide" }, { - "id": "4b619546-7933-4b00-83da-2d072ee8ce74", + "id": "5d9e0c87-8fcb-4e80-a97e-b7e8591b897e", "ref_id": "xccdf_org.ssgproject.content_benchmark_RHEL-7", - "title": "Saepe et quia rerum.", - "version": "100.81.30", - "description": "Eum libero doloribus. Earum deserunt aperiam. Explicabo est ducimus.", + "title": "Fuga itaque voluptas consequatur.", + "version": "100.82.28", + "description": "Placeat sed voluptatem. Itaque non fugit. Atque non sed.", "os_major_version": 7, "type": "security_guide" }, { - "id": "561d99f4-8050-4d42-9ec8-22b152606f55", + "id": "63aa754f-eb61-4058-b374-dddc0dfd4e63", "ref_id": "xccdf_org.ssgproject.content_benchmark_RHEL-7", - "title": "Asperiores est earum totam.", - "version": "100.81.42", - "description": "Et est quo. Maiores odit sunt. Laudantium qui dolorum.", + "title": "Sed amet est nihil.", + "version": "100.82.25", + "description": "Molestiae dolor commodi. Aut non et. Magni et dolores.", "os_major_version": 7, "type": "security_guide" }, { - "id": "65950ba8-6850-42ab-adb4-16b98b220ccc", + "id": "79912c44-ebfd-4d61-b3a8-ca09359006af", "ref_id": "xccdf_org.ssgproject.content_benchmark_RHEL-7", - "title": "Quasi atque et nostrum.", - "version": "100.81.43", - "description": "Est neque est. Repellendus qui dolor. Ad nihil sed.", + "title": "Quibusdam aut sit sed.", + "version": "100.82.35", + "description": "Aperiam est eligendi. Ut in minus. Ratione similique non.", "os_major_version": 7, "type": "security_guide" } @@ -6730,11 +6730,11 @@ "Returns a Security Guide": { "value": { "data": { - "id": "f4946cac-42e0-4948-a7d0-080ddd55cdba", + "id": "a2db20bc-22bc-4cd8-93df-54fac962703e", "ref_id": "xccdf_org.ssgproject.content_benchmark_RHEL-7", - "title": "Accusantium qui consectetur cum.", - "version": "100.83.48", - "description": "Rerum nam necessitatibus. Aut dolorem vitae. Qui totam reiciendis.", + "title": "Pariatur ducimus et sit.", + "version": "100.84.49", + "description": "Iusto at veniam. Ut est eius. Ea explicabo eius.", "os_major_version": 7, "type": "security_guide" } @@ -6767,7 +6767,7 @@ "Description of an error when requesting a non-existing Security Guide": { "value": { "errors": [ - "V2::SecurityGuide not found with ID 599c7095-2c10-43ee-8cec-46f3a67cb293" + "V2::SecurityGuide not found with ID 550b35a1-9811-4128-8019-79f1a8ea1ce1" ] }, "summary": "", @@ -6818,101 +6818,101 @@ "Returns the Rule Tree of a Security Guide": { "value": [ { - "id": "7824cf89-9069-49e4-bb31-c3f0c41c2dc7", + "id": "e6a2d41c-0a14-480b-b6f2-0cc12e0dfdf6", "type": "rule_group", "children": [ { - "id": "84cad260-9054-444d-91fd-577510f817ae", + "id": "7a9760ae-d4c9-4a66-8fa0-4cd1c5c55d85", "type": "rule" } ] }, { - "id": "af8b7952-d483-47cb-881d-593114735a46", + "id": "2f2c88f3-29df-4c25-ae62-fffb7f11532c", "type": "rule_group", "children": [ { - "id": "d453247b-5f97-430d-ad15-278e8b4b1a09", + "id": "eaf54b0f-5a7e-47d6-9326-adda0c0e5422", "type": "rule" } ] }, { - "id": "5465b369-37ac-489a-963c-2f9016238967", + "id": "40391465-1cc9-4c10-98ce-a967b676bfed", "type": "rule_group", "children": [ { - "id": "58fa7573-a534-4597-9856-3454623bb889", + "id": "eb7e522c-ee17-42fd-af74-c9d060ae2d88", "type": "rule" } ] }, { - "id": "ba40221e-29bc-4adf-9825-9e57ddc91948", + "id": "e3c806c8-3f48-4fdc-bc2e-3b6724b04f14", "type": "rule_group", "children": [ { - "id": "95ba5251-2ce2-42d9-a9ac-556308576866", + "id": "d251f4d7-4221-4fdc-a9fb-f40de8f3bb0c", "type": "rule" } ] }, { - "id": "e6190372-f21e-4cbe-b82d-22e015d406bd", + "id": "4674d399-ac0e-4d8a-bf09-a9ede8c06c20", "type": "rule_group", "children": [ { - "id": "14cbbb0a-a5a1-43db-a406-83f87bc1daf1", + "id": "8bc77801-5405-4194-bbbe-44e1ef5ecb88", "type": "rule" } ] }, { - "id": "1060af87-ac3f-4e87-ae49-c8dd2c946e34", + "id": "bbbb3563-a43a-45e6-aea4-8b5f17303be8", "type": "rule_group", "children": [ { - "id": "90a07cc5-2247-4bf4-b3ce-b4ef1ee8e00a", + "id": "3b421d94-a39b-4347-aada-1059b90208e5", "type": "rule" } ] }, { - "id": "9598750a-87f4-4cd8-a06e-6e55878586f6", + "id": "db3e5804-fab8-4bc7-9a74-2deb62d9632a", "type": "rule_group", "children": [ { - "id": "e83f1105-f7a5-4f65-b888-7283afd86fc4", + "id": "4829fb6b-1d20-4294-a76a-bc0cc3f7bffb", "type": "rule" } ] }, { - "id": "1a18c0c9-fcfd-41fa-a46a-06b4aefc9e37", + "id": "969e7007-0d63-48a5-9642-93d1b79a385e", "type": "rule_group", "children": [ { - "id": "c1460c60-02bf-4b3a-b910-d80c9ac8a9bd", + "id": "c762f677-75d1-4d33-8b1e-cefee1267aeb", "type": "rule" } ] }, { - "id": "508dc980-0485-4837-8203-950c7a10c252", + "id": "c3a95d4b-24f2-420f-bfd5-1c6ef1bf9d44", "type": "rule_group", "children": [ { - "id": "3c1901a5-0a83-4b6a-a5c0-b44a3347a727", + "id": "9590e8ab-32b6-492e-830d-0785e216242a", "type": "rule" } ] }, { - "id": "1e479aba-fcbb-41a3-892d-b3de4d38b7b0", + "id": "7abe2859-f919-40aa-9434-c421a0834749", "type": "rule_group", "children": [ { - "id": "a30466bf-adb5-41d8-8d3f-47c1a50d0746", + "id": "d7ce2100-06d9-47aa-a70a-c895759f21c5", "type": "rule" } ] @@ -6936,7 +6936,7 @@ "Description of an error when requesting a non-existing Security Guide": { "value": { "errors": [ - "V2::SecurityGuide not found with ID 6ed0003a-b96a-4fab-ad80-208ce72193e9" + "V2::SecurityGuide not found with ID e30c36db-b9b3-43d3-a9f4-b99aae46ae2f" ] }, "summary": "", @@ -7034,11 +7034,11 @@ "value": { "data": [ { - "id": "c1f0e643-1f79-42e6-98c6-eb0611d7dc1c", - "title": "Repellendus vero labore quae.", - "ref_id": "xccdf_org.ssgproject.content_profile_1e2ff16739bb732af9981f0443089a4e", - "security_guide_id": "9898c6be-2f35-4c81-adb3-cb653aed98ce", - "security_guide_version": "100.84.26", + "id": "1609eb51-5ad0-49b5-8072-c742d2bbda10", + "title": "Praesentium inventore amet voluptate.", + "ref_id": "xccdf_org.ssgproject.content_profile_450c1f32c00c2c2d09588dbdee02660b", + "security_guide_id": "6c5f9cdc-e6fd-4fca-98ce-6bec51368077", + "security_guide_version": "100.85.30", "os_major_version": 7, "os_minor_versions": [ 3, @@ -7065,11 +7065,11 @@ "value": { "data": [ { - "id": "2cd5600c-3933-404e-a753-b7f11336b44f", - "title": "Numquam ut vel animi.", - "ref_id": "xccdf_org.ssgproject.content_profile_6ca483a7ea171ce939070946f581df2b", - "security_guide_id": "9e335d02-7367-49cb-be5c-b56a0aae0f4b", - "security_guide_version": "100.84.27", + "id": "b0c84a63-1725-4a18-84fa-5d93bbd8af18", + "title": "Ut et tempora et.", + "ref_id": "xccdf_org.ssgproject.content_profile_ada5f31ec0b1a41cc75bce22385ca8a2", + "security_guide_id": "cf0a8232-f77c-4051-988f-cb5ee303a076", + "security_guide_version": "100.85.31", "os_major_version": 7, "os_minor_versions": [ 3, @@ -7253,39 +7253,39 @@ "value": { "data": [ { - "id": "16eb5faf-e751-4905-ad00-29afa9816412", - "display_name": "mueller-romaguera.test", + "id": "06144b89-fff7-4230-b014-89d74b36ba2d", + "display_name": "rath-shanahan.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:02.754Z", - "stale_timestamp": "2034-09-03T05:56:02.754Z", - "stale_warning_timestamp": "2034-09-10T05:56:02.754Z", - "updated": "2024-09-03T05:56:02.754Z", + "culled_timestamp": "2034-09-17T14:24:09.632Z", + "stale_timestamp": "2034-09-03T14:24:09.632Z", + "stale_warning_timestamp": "2034-09-10T14:24:09.632Z", + "updated": "2024-09-03T14:24:09.632Z", "insights_id": null, "tags": [ { - "key": "port", - "value": "optical", - "namespace": "compressing" + "key": "bus", + "value": "haptic", + "namespace": "indexing" }, { - "key": "pixel", - "value": "open-source", - "namespace": "quantifying" + "key": "monitor", + "value": "neural", + "namespace": "synthesizing" }, { - "key": "transmitter", - "value": "virtual", + "key": "driver", + "value": "redundant", "namespace": "indexing" }, { - "key": "microchip", - "value": "primary", - "namespace": "navigating" + "key": "card", + "value": "wireless", + "namespace": "generating" }, { - "key": "hard drive", - "value": "bluetooth", - "namespace": "calculating" + "key": "panel", + "value": "optical", + "namespace": "transmitting" } ], "type": "system", @@ -7294,39 +7294,39 @@ "policies": [] }, { - "id": "1fc70b8a-c26b-4759-9e35-b445c60ef6fb", - "display_name": "johnson.example", + "id": "09e39fa2-8342-4af7-8e9f-c227c53bc4e2", + "display_name": "skiles.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:02.752Z", - "stale_timestamp": "2034-09-03T05:56:02.752Z", - "stale_warning_timestamp": "2034-09-10T05:56:02.752Z", - "updated": "2024-09-03T05:56:02.752Z", + "culled_timestamp": "2034-09-17T14:24:09.630Z", + "stale_timestamp": "2034-09-03T14:24:09.630Z", + "stale_warning_timestamp": "2034-09-10T14:24:09.630Z", + "updated": "2024-09-03T14:24:09.630Z", "insights_id": null, "tags": [ { - "key": "hard drive", - "value": "neural", - "namespace": "hacking" - }, - { - "key": "card", - "value": "auxiliary", - "namespace": "transmitting" + "key": "driver", + "value": "open-source", + "namespace": "quantifying" }, { - "key": "protocol", - "value": "virtual", + "key": "bandwidth", + "value": "digital", "namespace": "connecting" }, { "key": "microchip", - "value": "virtual", - "namespace": "hacking" + "value": "online", + "namespace": "copying" }, { - "key": "driver", - "value": "solid state", - "namespace": "generating" + "key": "sensor", + "value": "open-source", + "namespace": "bypassing" + }, + { + "key": "system", + "value": "haptic", + "namespace": "compressing" } ], "type": "system", @@ -7335,39 +7335,39 @@ "policies": [] }, { - "id": "2ec743b2-9089-40e5-af9a-a864ebe320a2", - "display_name": "hickle.example", + "id": "0e7577d2-bd6c-41cf-9ea8-0fd37d60d359", + "display_name": "shanahan.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:02.749Z", - "stale_timestamp": "2034-09-03T05:56:02.749Z", - "stale_warning_timestamp": "2034-09-10T05:56:02.749Z", - "updated": "2024-09-03T05:56:02.749Z", + "culled_timestamp": "2034-09-17T14:24:09.638Z", + "stale_timestamp": "2034-09-03T14:24:09.638Z", + "stale_warning_timestamp": "2034-09-10T14:24:09.638Z", + "updated": "2024-09-03T14:24:09.638Z", "insights_id": null, "tags": [ { - "key": "microchip", - "value": "bluetooth", - "namespace": "calculating" + "key": "port", + "value": "back-end", + "namespace": "generating" }, { - "key": "application", - "value": "optical", - "namespace": "overriding" + "key": "matrix", + "value": "neural", + "namespace": "generating" }, { - "key": "card", - "value": "open-source", - "namespace": "hacking" + "key": "capacitor", + "value": "auxiliary", + "namespace": "calculating" }, { - "key": "driver", - "value": "virtual", - "namespace": "transmitting" + "key": "matrix", + "value": "neural", + "namespace": "overriding" }, { - "key": "bus", - "value": "neural", - "namespace": "navigating" + "key": "capacitor", + "value": "redundant", + "namespace": "copying" } ], "type": "system", @@ -7376,39 +7376,39 @@ "policies": [] }, { - "id": "34e4e767-469c-4e07-a513-fe69afe96736", - "display_name": "schinner.example", + "id": "129e57bc-8abf-4925-b1ae-b1a8afcb9c7c", + "display_name": "lang.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:02.745Z", - "stale_timestamp": "2034-09-03T05:56:02.745Z", - "stale_warning_timestamp": "2034-09-10T05:56:02.745Z", - "updated": "2024-09-03T05:56:02.745Z", + "culled_timestamp": "2034-09-17T14:24:09.643Z", + "stale_timestamp": "2034-09-03T14:24:09.643Z", + "stale_warning_timestamp": "2034-09-10T14:24:09.643Z", + "updated": "2024-09-03T14:24:09.643Z", "insights_id": null, "tags": [ { - "key": "program", - "value": "open-source", - "namespace": "indexing" + "key": "interface", + "value": "optical", + "namespace": "parsing" }, { - "key": "alarm", - "value": "neural", - "namespace": "navigating" + "key": "hard drive", + "value": "optical", + "namespace": "overriding" }, { - "key": "capacitor", - "value": "wireless", - "namespace": "copying" + "key": "matrix", + "value": "online", + "namespace": "generating" }, { - "key": "array", - "value": "online", - "namespace": "navigating" + "key": "interface", + "value": "auxiliary", + "namespace": "programming" }, { - "key": "matrix", - "value": "multi-byte", - "namespace": "transmitting" + "key": "driver", + "value": "solid state", + "namespace": "quantifying" } ], "type": "system", @@ -7417,39 +7417,39 @@ "policies": [] }, { - "id": "3f12b5dc-706e-4c48-93f3-f66e00d87875", - "display_name": "jacobs.example", + "id": "23e81700-5340-4f3b-91fd-2d04fe85a477", + "display_name": "swaniawski.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:02.746Z", - "stale_timestamp": "2034-09-03T05:56:02.746Z", - "stale_warning_timestamp": "2034-09-10T05:56:02.746Z", - "updated": "2024-09-03T05:56:02.746Z", + "culled_timestamp": "2034-09-17T14:24:09.632Z", + "stale_timestamp": "2034-09-03T14:24:09.632Z", + "stale_warning_timestamp": "2034-09-10T14:24:09.632Z", + "updated": "2024-09-03T14:24:09.632Z", "insights_id": null, "tags": [ { - "key": "bandwidth", + "key": "interface", + "value": "bluetooth", + "namespace": "calculating" + }, + { + "key": "matrix", "value": "haptic", - "namespace": "overriding" + "namespace": "parsing" }, { - "key": "hard drive", + "key": "firewall", "value": "1080p", - "namespace": "calculating" + "namespace": "backing up" }, { - "key": "monitor", - "value": "multi-byte", - "namespace": "programming" + "key": "sensor", + "value": "digital", + "namespace": "generating" }, { - "key": "monitor", - "value": "wireless", + "key": "feed", + "value": "back-end", "namespace": "overriding" - }, - { - "key": "application", - "value": "multi-byte", - "namespace": "bypassing" } ], "type": "system", @@ -7458,39 +7458,39 @@ "policies": [] }, { - "id": "4895a534-baad-42fc-ae36-92ec8f0ad5b5", - "display_name": "schamberger.test", + "id": "29be2087-5d72-4c1e-bbf3-860a63ea7850", + "display_name": "ritchie.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:02.742Z", - "stale_timestamp": "2034-09-03T05:56:02.742Z", - "stale_warning_timestamp": "2034-09-10T05:56:02.742Z", - "updated": "2024-09-03T05:56:02.742Z", + "culled_timestamp": "2034-09-17T14:24:09.648Z", + "stale_timestamp": "2034-09-03T14:24:09.648Z", + "stale_warning_timestamp": "2034-09-10T14:24:09.648Z", + "updated": "2024-09-03T14:24:09.648Z", "insights_id": null, "tags": [ { - "key": "capacitor", + "key": "bandwidth", "value": "neural", - "namespace": "bypassing" + "namespace": "quantifying" }, { - "key": "alarm", - "value": "online", - "namespace": "overriding" + "key": "transmitter", + "value": "redundant", + "namespace": "indexing" }, { - "key": "port", - "value": "wireless", - "namespace": "generating" + "key": "feed", + "value": "solid state", + "namespace": "parsing" }, { - "key": "port", - "value": "redundant", - "namespace": "calculating" + "key": "program", + "value": "auxiliary", + "namespace": "quantifying" }, { - "key": "circuit", - "value": "back-end", - "namespace": "hacking" + "key": "array", + "value": "multi-byte", + "namespace": "synthesizing" } ], "type": "system", @@ -7499,39 +7499,39 @@ "policies": [] }, { - "id": "53f5bad3-970c-4ed9-8c27-1d7f3e0093b7", - "display_name": "moen-considine.test", + "id": "46879ae3-c425-400a-b92b-94b1d21cd2cd", + "display_name": "leffler-waters.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:02.743Z", - "stale_timestamp": "2034-09-03T05:56:02.743Z", - "stale_warning_timestamp": "2034-09-10T05:56:02.743Z", - "updated": "2024-09-03T05:56:02.743Z", + "culled_timestamp": "2034-09-17T14:24:09.634Z", + "stale_timestamp": "2034-09-03T14:24:09.634Z", + "stale_warning_timestamp": "2034-09-10T14:24:09.634Z", + "updated": "2024-09-03T14:24:09.634Z", "insights_id": null, "tags": [ { - "key": "application", - "value": "wireless", - "namespace": "hacking" + "key": "firewall", + "value": "redundant", + "namespace": "transmitting" }, { - "key": "circuit", - "value": "multi-byte", - "namespace": "hacking" + "key": "capacitor", + "value": "solid state", + "namespace": "copying" }, { - "key": "system", + "key": "interface", + "value": "digital", + "namespace": "compressing" + }, + { + "key": "transmitter", "value": "mobile", "namespace": "calculating" }, { "key": "microchip", - "value": "redundant", - "namespace": "navigating" - }, - { - "key": "sensor", - "value": "bluetooth", - "namespace": "hacking" + "value": "multi-byte", + "namespace": "generating" } ], "type": "system", @@ -7540,39 +7540,39 @@ "policies": [] }, { - "id": "5c905249-80a7-4b39-bb44-0589396d80ad", - "display_name": "schulist.test", + "id": "52668aa1-37c7-47dc-830a-58e2dc034efa", + "display_name": "balistreri-kemmer.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:02.746Z", - "stale_timestamp": "2034-09-03T05:56:02.746Z", - "stale_warning_timestamp": "2034-09-10T05:56:02.746Z", - "updated": "2024-09-03T05:56:02.746Z", + "culled_timestamp": "2034-09-17T14:24:09.640Z", + "stale_timestamp": "2034-09-03T14:24:09.640Z", + "stale_warning_timestamp": "2034-09-10T14:24:09.640Z", + "updated": "2024-09-03T14:24:09.640Z", "insights_id": null, "tags": [ { - "key": "feed", - "value": "wireless", - "namespace": "indexing" + "key": "card", + "value": "cross-platform", + "namespace": "navigating" }, { - "key": "matrix", - "value": "bluetooth", - "namespace": "programming" + "key": "protocol", + "value": "1080p", + "namespace": "bypassing" }, { - "key": "system", + "key": "program", "value": "solid state", - "namespace": "compressing" + "namespace": "programming" }, { - "key": "feed", - "value": "online", - "namespace": "quantifying" + "key": "alarm", + "value": "bluetooth", + "namespace": "bypassing" }, { - "key": "microchip", - "value": "bluetooth", - "namespace": "copying" + "key": "capacitor", + "value": "haptic", + "namespace": "quantifying" } ], "type": "system", @@ -7581,39 +7581,39 @@ "policies": [] }, { - "id": "681d4908-6019-482e-bc4e-5b738fa9c90d", - "display_name": "ziemann.test", + "id": "544245b5-b868-4d59-86ab-92a7d20c7fd2", + "display_name": "gusikowski.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:02.750Z", - "stale_timestamp": "2034-09-03T05:56:02.750Z", - "stale_warning_timestamp": "2034-09-10T05:56:02.750Z", - "updated": "2024-09-03T05:56:02.750Z", + "culled_timestamp": "2034-09-17T14:24:09.639Z", + "stale_timestamp": "2034-09-03T14:24:09.639Z", + "stale_warning_timestamp": "2034-09-10T14:24:09.639Z", + "updated": "2024-09-03T14:24:09.639Z", "insights_id": null, "tags": [ { - "key": "feed", - "value": "neural", - "namespace": "bypassing" + "key": "circuit", + "value": "cross-platform", + "namespace": "compressing" + }, + { + "key": "driver", + "value": "mobile", + "namespace": "synthesizing" }, { "key": "transmitter", - "value": "optical", - "namespace": "parsing" + "value": "multi-byte", + "namespace": "hacking" }, { - "key": "array", - "value": "primary", - "namespace": "transmitting" - }, - { - "key": "circuit", - "value": "cross-platform", - "namespace": "copying" + "key": "bandwidth", + "value": "1080p", + "namespace": "programming" }, { - "key": "hard drive", - "value": "1080p", - "namespace": "backing up" + "key": "microchip", + "value": "mobile", + "namespace": "overriding" } ], "type": "system", @@ -7622,39 +7622,39 @@ "policies": [] }, { - "id": "68207a84-440d-4dce-93b7-d990acc92293", - "display_name": "mayer-aufderhar.test", + "id": "5d936527-a180-4b9b-80d1-639137f63042", + "display_name": "kulas-schaefer.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:02.753Z", - "stale_timestamp": "2034-09-03T05:56:02.753Z", - "stale_warning_timestamp": "2034-09-10T05:56:02.753Z", - "updated": "2024-09-03T05:56:02.753Z", + "culled_timestamp": "2034-09-17T14:24:09.637Z", + "stale_timestamp": "2034-09-03T14:24:09.637Z", + "stale_warning_timestamp": "2034-09-10T14:24:09.637Z", + "updated": "2024-09-03T14:24:09.637Z", "insights_id": null, "tags": [ { - "key": "transmitter", + "key": "monitor", "value": "online", - "namespace": "backing up" - }, - { - "key": "system", - "value": "solid state", "namespace": "indexing" }, { - "key": "pixel", - "value": "neural", + "key": "capacitor", + "value": "primary", "namespace": "programming" }, { - "key": "driver", - "value": "mobile", - "namespace": "transmitting" + "key": "matrix", + "value": "digital", + "namespace": "connecting" }, { - "key": "firewall", + "key": "feed", + "value": "multi-byte", + "namespace": "calculating" + }, + { + "key": "monitor", "value": "solid state", - "namespace": "copying" + "namespace": "calculating" } ], "type": "system", @@ -7682,39 +7682,39 @@ "value": { "data": [ { - "id": "03ead0e3-8f28-4df9-a94d-7a6dd77715c7", - "display_name": "goldner.example", + "id": "0580af14-b489-47c8-ad9f-c47db740b375", + "display_name": "parisian-schoen.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:02.796Z", - "stale_timestamp": "2034-09-03T05:56:02.796Z", - "stale_warning_timestamp": "2034-09-10T05:56:02.796Z", - "updated": "2024-09-03T05:56:02.796Z", + "culled_timestamp": "2034-09-17T14:24:09.689Z", + "stale_timestamp": "2034-09-03T14:24:09.689Z", + "stale_warning_timestamp": "2034-09-10T14:24:09.689Z", + "updated": "2024-09-03T14:24:09.689Z", "insights_id": null, "tags": [ { - "key": "card", - "value": "virtual", - "namespace": "navigating" + "key": "bandwidth", + "value": "redundant", + "namespace": "parsing" }, { - "key": "transmitter", - "value": "multi-byte", - "namespace": "connecting" + "key": "hard drive", + "value": "haptic", + "namespace": "parsing" }, { - "key": "pixel", - "value": "solid state", - "namespace": "copying" + "key": "interface", + "value": "redundant", + "namespace": "calculating" }, { - "key": "sensor", + "key": "transmitter", "value": "back-end", - "namespace": "bypassing" + "namespace": "parsing" }, { - "key": "pixel", - "value": "online", - "namespace": "quantifying" + "key": "transmitter", + "value": "open-source", + "namespace": "overriding" } ], "type": "system", @@ -7723,38 +7723,38 @@ "policies": [] }, { - "id": "107e1d39-d1ed-476e-8412-eb7d39583ce0", - "display_name": "brekke.test", + "id": "099ab92a-d11d-409d-a19c-83ad826858d7", + "display_name": "konopelski.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:02.791Z", - "stale_timestamp": "2034-09-03T05:56:02.791Z", - "stale_warning_timestamp": "2034-09-10T05:56:02.791Z", - "updated": "2024-09-03T05:56:02.791Z", + "culled_timestamp": "2034-09-17T14:24:09.695Z", + "stale_timestamp": "2034-09-03T14:24:09.695Z", + "stale_warning_timestamp": "2034-09-10T14:24:09.695Z", + "updated": "2024-09-03T14:24:09.695Z", "insights_id": null, "tags": [ { - "key": "application", - "value": "digital", - "namespace": "programming" + "key": "program", + "value": "redundant", + "namespace": "calculating" }, { "key": "monitor", "value": "cross-platform", - "namespace": "synthesizing" + "namespace": "navigating" }, { - "key": "capacitor", - "value": "1080p", - "namespace": "copying" + "key": "card", + "value": "optical", + "namespace": "overriding" }, { - "key": "card", - "value": "auxiliary", - "namespace": "indexing" + "key": "circuit", + "value": "cross-platform", + "namespace": "synthesizing" }, { - "key": "pixel", - "value": "digital", + "key": "firewall", + "value": "primary", "namespace": "hacking" } ], @@ -7764,39 +7764,39 @@ "policies": [] }, { - "id": "231588e3-6930-4ca8-a65c-319385a798cc", - "display_name": "denesik-oberbrunner.example", + "id": "11d1ac12-8453-4e04-8259-824c0d13397b", + "display_name": "lehner.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:02.780Z", - "stale_timestamp": "2034-09-03T05:56:02.780Z", - "stale_warning_timestamp": "2034-09-10T05:56:02.780Z", - "updated": "2024-09-03T05:56:02.780Z", + "culled_timestamp": "2034-09-17T14:24:09.685Z", + "stale_timestamp": "2034-09-03T14:24:09.685Z", + "stale_warning_timestamp": "2034-09-10T14:24:09.685Z", + "updated": "2024-09-03T14:24:09.685Z", "insights_id": null, "tags": [ { - "key": "card", - "value": "digital", - "namespace": "bypassing" + "key": "array", + "value": "online", + "namespace": "programming" }, { - "key": "monitor", - "value": "solid state", - "namespace": "bypassing" + "key": "interface", + "value": "wireless", + "namespace": "programming" }, { - "key": "panel", - "value": "bluetooth", - "namespace": "parsing" + "key": "sensor", + "value": "virtual", + "namespace": "indexing" }, { - "key": "bandwidth", - "value": "open-source", - "namespace": "hacking" + "key": "program", + "value": "online", + "namespace": "programming" }, { - "key": "capacitor", - "value": "solid state", - "namespace": "parsing" + "key": "panel", + "value": "optical", + "namespace": "connecting" } ], "type": "system", @@ -7805,39 +7805,39 @@ "policies": [] }, { - "id": "3b4f7804-56c4-4288-ae2f-dce232fced61", - "display_name": "lebsack-walter.test", + "id": "28eb9226-dabc-477b-b40f-0f11eb91371e", + "display_name": "nitzsche-barton.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:02.804Z", - "stale_timestamp": "2034-09-03T05:56:02.804Z", - "stale_warning_timestamp": "2034-09-10T05:56:02.804Z", - "updated": "2024-09-03T05:56:02.804Z", + "culled_timestamp": "2034-09-17T14:24:09.692Z", + "stale_timestamp": "2034-09-03T14:24:09.692Z", + "stale_warning_timestamp": "2034-09-10T14:24:09.692Z", + "updated": "2024-09-03T14:24:09.692Z", "insights_id": null, "tags": [ { - "key": "port", - "value": "back-end", - "namespace": "overriding" + "key": "system", + "value": "auxiliary", + "namespace": "indexing" }, { - "key": "array", - "value": "primary", - "namespace": "navigating" + "key": "hard drive", + "value": "cross-platform", + "namespace": "bypassing" }, { - "key": "microchip", - "value": "haptic", - "namespace": "quantifying" + "key": "system", + "value": "virtual", + "namespace": "parsing" }, { - "key": "microchip", - "value": "cross-platform", - "namespace": "parsing" + "key": "array", + "value": "back-end", + "namespace": "synthesizing" }, { - "key": "program", - "value": "redundant", - "namespace": "parsing" + "key": "alarm", + "value": "wireless", + "namespace": "backing up" } ], "type": "system", @@ -7846,39 +7846,39 @@ "policies": [] }, { - "id": "42ad1592-7a9b-4ccd-8b6b-0e8fb5532803", - "display_name": "funk.test", + "id": "3f2293a4-8124-4ab3-b1f2-06d1c354c6dd", + "display_name": "hudson.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:02.797Z", - "stale_timestamp": "2034-09-03T05:56:02.797Z", - "stale_warning_timestamp": "2034-09-10T05:56:02.797Z", - "updated": "2024-09-03T05:56:02.797Z", + "culled_timestamp": "2034-09-17T14:24:09.676Z", + "stale_timestamp": "2034-09-03T14:24:09.676Z", + "stale_warning_timestamp": "2034-09-10T14:24:09.676Z", + "updated": "2024-09-03T14:24:09.677Z", "insights_id": null, "tags": [ { - "key": "driver", - "value": "bluetooth", - "namespace": "quantifying" + "key": "port", + "value": "digital", + "namespace": "bypassing" }, { - "key": "microchip", - "value": "haptic", - "namespace": "connecting" + "key": "bus", + "value": "redundant", + "namespace": "quantifying" }, { - "key": "circuit", - "value": "bluetooth", - "namespace": "backing up" + "key": "array", + "value": "wireless", + "namespace": "generating" }, { - "key": "pixel", - "value": "virtual", - "namespace": "backing up" + "key": "microchip", + "value": "cross-platform", + "namespace": "overriding" }, { - "key": "hard drive", - "value": "neural", - "namespace": "backing up" + "key": "array", + "value": "primary", + "namespace": "hacking" } ], "type": "system", @@ -7887,39 +7887,39 @@ "policies": [] }, { - "id": "4575f869-a502-4d67-ae5f-0eac2594c418", - "display_name": "wiza.test", + "id": "5361a491-bb4c-425d-9453-04d8a245bddd", + "display_name": "graham-schumm.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:02.804Z", - "stale_timestamp": "2034-09-03T05:56:02.804Z", - "stale_warning_timestamp": "2034-09-10T05:56:02.804Z", - "updated": "2024-09-03T05:56:02.804Z", + "culled_timestamp": "2034-09-17T14:24:09.681Z", + "stale_timestamp": "2034-09-03T14:24:09.681Z", + "stale_warning_timestamp": "2034-09-10T14:24:09.681Z", + "updated": "2024-09-03T14:24:09.681Z", "insights_id": null, "tags": [ { - "key": "port", - "value": "redundant", - "namespace": "connecting" + "key": "microchip", + "value": "haptic", + "namespace": "compressing" }, { - "key": "protocol", - "value": "bluetooth", - "namespace": "compressing" + "key": "matrix", + "value": "haptic", + "namespace": "overriding" }, { - "key": "microchip", - "value": "online", + "key": "array", + "value": "solid state", "namespace": "programming" }, { - "key": "feed", - "value": "online", - "namespace": "generating" + "key": "bandwidth", + "value": "open-source", + "namespace": "navigating" }, { "key": "system", - "value": "wireless", - "namespace": "overriding" + "value": "mobile", + "namespace": "indexing" } ], "type": "system", @@ -7928,39 +7928,39 @@ "policies": [] }, { - "id": "579b6e6e-2150-48a9-b491-d88476ae0b6c", - "display_name": "herzog.example", + "id": "55948ba0-ea9e-49fb-a205-78e23c416e73", + "display_name": "cummerata-moore.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:02.783Z", - "stale_timestamp": "2034-09-03T05:56:02.783Z", - "stale_warning_timestamp": "2034-09-10T05:56:02.783Z", - "updated": "2024-09-03T05:56:02.783Z", + "culled_timestamp": "2034-09-17T14:24:09.689Z", + "stale_timestamp": "2034-09-03T14:24:09.689Z", + "stale_warning_timestamp": "2034-09-10T14:24:09.689Z", + "updated": "2024-09-03T14:24:09.689Z", "insights_id": null, "tags": [ { - "key": "hard drive", + "key": "interface", "value": "open-source", - "namespace": "backing up" + "namespace": "compressing" }, { - "key": "driver", - "value": "optical", - "namespace": "copying" + "key": "port", + "value": "multi-byte", + "namespace": "programming" }, { - "key": "pixel", - "value": "bluetooth", - "namespace": "navigating" + "key": "firewall", + "value": "open-source", + "namespace": "indexing" }, { - "key": "firewall", - "value": "back-end", - "namespace": "compressing" + "key": "hard drive", + "value": "redundant", + "namespace": "backing up" }, { - "key": "bus", - "value": "1080p", - "namespace": "hacking" + "key": "bandwidth", + "value": "solid state", + "namespace": "parsing" } ], "type": "system", @@ -7969,39 +7969,39 @@ "policies": [] }, { - "id": "5fbe4594-084d-4f65-b761-9442acbdcd54", - "display_name": "schimmel.test", + "id": "6854db5f-07ad-48f1-84cb-e851d9fd2460", + "display_name": "adams.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:02.781Z", - "stale_timestamp": "2034-09-03T05:56:02.781Z", - "stale_warning_timestamp": "2034-09-10T05:56:02.781Z", - "updated": "2024-09-03T05:56:02.781Z", + "culled_timestamp": "2034-09-17T14:24:09.697Z", + "stale_timestamp": "2034-09-03T14:24:09.697Z", + "stale_warning_timestamp": "2034-09-10T14:24:09.697Z", + "updated": "2024-09-03T14:24:09.698Z", "insights_id": null, "tags": [ { - "key": "system", - "value": "redundant", - "namespace": "navigating" + "key": "port", + "value": "back-end", + "namespace": "calculating" }, { - "key": "system", - "value": "online", - "namespace": "navigating" + "key": "array", + "value": "wireless", + "namespace": "bypassing" }, { - "key": "matrix", - "value": "virtual", - "namespace": "indexing" + "key": "capacitor", + "value": "wireless", + "namespace": "synthesizing" }, { - "key": "transmitter", + "key": "panel", "value": "optical", - "namespace": "connecting" + "namespace": "generating" }, { - "key": "transmitter", - "value": "back-end", - "namespace": "transmitting" + "key": "pixel", + "value": "cross-platform", + "namespace": "hacking" } ], "type": "system", @@ -8010,39 +8010,39 @@ "policies": [] }, { - "id": "69c77ae3-0536-4820-8725-81f265776c72", - "display_name": "ankunding-bosco.example", + "id": "6b0eb249-4e43-4bbc-ad8c-22f801694da2", + "display_name": "wolf.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:02.784Z", - "stale_timestamp": "2034-09-03T05:56:02.784Z", - "stale_warning_timestamp": "2034-09-10T05:56:02.784Z", - "updated": "2024-09-03T05:56:02.784Z", + "culled_timestamp": "2034-09-17T14:24:09.691Z", + "stale_timestamp": "2034-09-03T14:24:09.691Z", + "stale_warning_timestamp": "2034-09-10T14:24:09.691Z", + "updated": "2024-09-03T14:24:09.691Z", "insights_id": null, "tags": [ { - "key": "circuit", - "value": "1080p", - "namespace": "copying" + "key": "feed", + "value": "virtual", + "namespace": "hacking" }, { - "key": "hard drive", - "value": "primary", - "namespace": "connecting" + "key": "monitor", + "value": "solid state", + "namespace": "backing up" }, { - "key": "program", - "value": "virtual", - "namespace": "quantifying" + "key": "firewall", + "value": "mobile", + "namespace": "generating" }, { - "key": "protocol", - "value": "back-end", - "namespace": "backing up" + "key": "circuit", + "value": "virtual", + "namespace": "overriding" }, { - "key": "microchip", - "value": "primary", - "namespace": "hacking" + "key": "monitor", + "value": "open-source", + "namespace": "synthesizing" } ], "type": "system", @@ -8051,39 +8051,39 @@ "policies": [] }, { - "id": "70de3d42-6b82-4f61-82c1-219c5c2fdd93", - "display_name": "nicolas.example", + "id": "73b0ca97-5cc4-48e8-92c2-665d234d2c5f", + "display_name": "hudson.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:02.794Z", - "stale_timestamp": "2034-09-03T05:56:02.794Z", - "stale_warning_timestamp": "2034-09-10T05:56:02.794Z", - "updated": "2024-09-03T05:56:02.794Z", + "culled_timestamp": "2034-09-17T14:24:09.690Z", + "stale_timestamp": "2034-09-03T14:24:09.690Z", + "stale_warning_timestamp": "2034-09-10T14:24:09.690Z", + "updated": "2024-09-03T14:24:09.690Z", "insights_id": null, "tags": [ { - "key": "bus", - "value": "bluetooth", - "namespace": "transmitting" + "key": "monitor", + "value": "mobile", + "namespace": "copying" }, { - "key": "interface", - "value": "back-end", - "namespace": "parsing" + "key": "monitor", + "value": "cross-platform", + "namespace": "connecting" }, { - "key": "application", - "value": "auxiliary", - "namespace": "generating" + "key": "driver", + "value": "multi-byte", + "namespace": "compressing" }, { - "key": "circuit", - "value": "open-source", - "namespace": "overriding" + "key": "capacitor", + "value": "cross-platform", + "namespace": "programming" }, { - "key": "bandwidth", - "value": "cross-platform", - "namespace": "indexing" + "key": "panel", + "value": "optical", + "namespace": "generating" } ], "type": "system", @@ -8112,39 +8112,39 @@ "value": { "data": [ { - "id": "177cd2b0-9c9c-4e78-9151-e0db0eaefefe", - "display_name": "champlin-schimmel.test", + "id": "052bdeb6-5208-4bb3-9e49-be91bf1d2117", + "display_name": "rau.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:02.838Z", - "stale_timestamp": "2034-09-03T05:56:02.838Z", - "stale_warning_timestamp": "2034-09-10T05:56:02.838Z", - "updated": "2024-09-03T05:56:02.838Z", + "culled_timestamp": "2034-09-17T14:24:09.738Z", + "stale_timestamp": "2034-09-03T14:24:09.738Z", + "stale_warning_timestamp": "2034-09-10T14:24:09.738Z", + "updated": "2024-09-03T14:24:09.738Z", "insights_id": null, "tags": [ { - "key": "array", - "value": "virtual", + "key": "transmitter", + "value": "solid state", "namespace": "compressing" }, { - "key": "transmitter", - "value": "online", - "namespace": "quantifying" + "key": "card", + "value": "redundant", + "namespace": "backing up" }, { - "key": "alarm", - "value": "back-end", - "namespace": "transmitting" + "key": "program", + "value": "optical", + "namespace": "hacking" }, { - "key": "monitor", - "value": "open-source", - "namespace": "compressing" + "key": "card", + "value": "mobile", + "namespace": "programming" }, { - "key": "firewall", - "value": "open-source", - "namespace": "compressing" + "key": "port", + "value": "neural", + "namespace": "navigating" } ], "type": "system", @@ -8153,39 +8153,39 @@ "policies": [] }, { - "id": "18277c18-2ffb-4d45-86db-610977111f02", - "display_name": "willms.example", + "id": "08658310-26de-4b71-b1f0-6ce6423cdaa7", + "display_name": "zulauf-hegmann.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:02.833Z", - "stale_timestamp": "2034-09-03T05:56:02.833Z", - "stale_warning_timestamp": "2034-09-10T05:56:02.833Z", - "updated": "2024-09-03T05:56:02.833Z", + "culled_timestamp": "2034-09-17T14:24:09.729Z", + "stale_timestamp": "2034-09-03T14:24:09.729Z", + "stale_warning_timestamp": "2034-09-10T14:24:09.729Z", + "updated": "2024-09-03T14:24:09.729Z", "insights_id": null, "tags": [ { - "key": "microchip", - "value": "primary", - "namespace": "quantifying" + "key": "interface", + "value": "mobile", + "namespace": "synthesizing" }, { - "key": "protocol", - "value": "primary", - "namespace": "indexing" + "key": "panel", + "value": "redundant", + "namespace": "navigating" }, { - "key": "transmitter", - "value": "multi-byte", - "namespace": "connecting" + "key": "circuit", + "value": "back-end", + "namespace": "navigating" }, { - "key": "system", - "value": "digital", - "namespace": "bypassing" + "key": "sensor", + "value": "auxiliary", + "namespace": "programming" }, { - "key": "protocol", + "key": "card", "value": "cross-platform", - "namespace": "backing up" + "namespace": "synthesizing" } ], "type": "system", @@ -8194,39 +8194,39 @@ "policies": [] }, { - "id": "4192f001-8d92-47b3-84e7-dcef176902b4", - "display_name": "bins.example", + "id": "21ea6b3a-857d-4f64-bfb9-9dff1d64ff16", + "display_name": "torp-hegmann.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:02.826Z", - "stale_timestamp": "2034-09-03T05:56:02.826Z", - "stale_warning_timestamp": "2034-09-10T05:56:02.826Z", - "updated": "2024-09-03T05:56:02.827Z", + "culled_timestamp": "2034-09-17T14:24:09.736Z", + "stale_timestamp": "2034-09-03T14:24:09.736Z", + "stale_warning_timestamp": "2034-09-10T14:24:09.736Z", + "updated": "2024-09-03T14:24:09.736Z", "insights_id": null, "tags": [ - { - "key": "protocol", - "value": "neural", - "namespace": "generating" - }, { "key": "driver", - "value": "neural", - "namespace": "parsing" + "value": "1080p", + "namespace": "programming" }, { - "key": "bus", - "value": "auxiliary", + "key": "monitor", + "value": "virtual", "namespace": "hacking" }, { - "key": "panel", - "value": "solid state", - "namespace": "transmitting" + "key": "port", + "value": "redundant", + "namespace": "indexing" }, { - "key": "transmitter", - "value": "haptic", - "namespace": "programming" + "key": "matrix", + "value": "optical", + "namespace": "parsing" + }, + { + "key": "matrix", + "value": "optical", + "namespace": "indexing" } ], "type": "system", @@ -8235,39 +8235,39 @@ "policies": [] }, { - "id": "47c26b21-5cbd-40a0-a0c8-d89820ef605e", - "display_name": "tremblay-lockman.test", + "id": "317e7a5f-402e-4146-ab7a-23f93f428047", + "display_name": "conroy.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:02.837Z", - "stale_timestamp": "2034-09-03T05:56:02.837Z", - "stale_warning_timestamp": "2034-09-10T05:56:02.837Z", - "updated": "2024-09-03T05:56:02.837Z", + "culled_timestamp": "2034-09-17T14:24:09.728Z", + "stale_timestamp": "2034-09-03T14:24:09.728Z", + "stale_warning_timestamp": "2034-09-10T14:24:09.728Z", + "updated": "2024-09-03T14:24:09.728Z", "insights_id": null, "tags": [ { - "key": "panel", - "value": "open-source", - "namespace": "bypassing" + "key": "sensor", + "value": "haptic", + "namespace": "quantifying" }, { - "key": "monitor", - "value": "redundant", - "namespace": "navigating" + "key": "interface", + "value": "back-end", + "namespace": "backing up" }, { - "key": "application", - "value": "solid state", - "namespace": "programming" + "key": "driver", + "value": "optical", + "namespace": "indexing" }, { - "key": "application", - "value": "neural", - "namespace": "backing up" + "key": "protocol", + "value": "back-end", + "namespace": "compressing" }, { - "key": "port", - "value": "open-source", - "namespace": "quantifying" + "key": "firewall", + "value": "neural", + "namespace": "connecting" } ], "type": "system", @@ -8276,39 +8276,39 @@ "policies": [] }, { - "id": "57939921-d164-4a13-81b9-ed2ed5be7acc", - "display_name": "senger-green.test", + "id": "31f97808-2ef6-42c1-98cb-3447a4ebc076", + "display_name": "baumbach-barrows.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:02.839Z", - "stale_timestamp": "2034-09-03T05:56:02.839Z", - "stale_warning_timestamp": "2034-09-10T05:56:02.839Z", - "updated": "2024-09-03T05:56:02.839Z", + "culled_timestamp": "2034-09-17T14:24:09.721Z", + "stale_timestamp": "2034-09-03T14:24:09.721Z", + "stale_warning_timestamp": "2034-09-10T14:24:09.721Z", + "updated": "2024-09-03T14:24:09.721Z", "insights_id": null, "tags": [ { - "key": "alarm", - "value": "primary", - "namespace": "transmitting" + "key": "interface", + "value": "online", + "namespace": "hacking" }, { - "key": "capacitor", - "value": "wireless", - "namespace": "indexing" + "key": "matrix", + "value": "haptic", + "namespace": "overriding" }, { - "key": "firewall", - "value": "virtual", - "namespace": "connecting" + "key": "bus", + "value": "haptic", + "namespace": "parsing" }, { "key": "interface", - "value": "auxiliary", - "namespace": "transmitting" + "value": "back-end", + "namespace": "backing up" }, { - "key": "hard drive", - "value": "open-source", - "namespace": "copying" + "key": "microchip", + "value": "virtual", + "namespace": "transmitting" } ], "type": "system", @@ -8317,39 +8317,39 @@ "policies": [] }, { - "id": "5d5e3c92-4fe2-44a9-91e7-91be9f89407d", - "display_name": "thiel.example", + "id": "45b2b1e0-5232-47b4-b5cd-8f2d44078ebe", + "display_name": "gulgowski.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:02.836Z", - "stale_timestamp": "2034-09-03T05:56:02.836Z", - "stale_warning_timestamp": "2034-09-10T05:56:02.836Z", - "updated": "2024-09-03T05:56:02.836Z", + "culled_timestamp": "2034-09-17T14:24:09.733Z", + "stale_timestamp": "2034-09-03T14:24:09.733Z", + "stale_warning_timestamp": "2034-09-10T14:24:09.733Z", + "updated": "2024-09-03T14:24:09.733Z", "insights_id": null, "tags": [ { - "key": "port", - "value": "1080p", - "namespace": "generating" + "key": "sensor", + "value": "cross-platform", + "namespace": "copying" }, { - "key": "pixel", - "value": "virtual", - "namespace": "generating" + "key": "circuit", + "value": "optical", + "namespace": "copying" }, { - "key": "pixel", - "value": "open-source", - "namespace": "parsing" + "key": "bandwidth", + "value": "back-end", + "namespace": "compressing" }, { - "key": "panel", - "value": "online", - "namespace": "hacking" + "key": "system", + "value": "neural", + "namespace": "backing up" }, { - "key": "hard drive", - "value": "mobile", - "namespace": "hacking" + "key": "sensor", + "value": "wireless", + "namespace": "connecting" } ], "type": "system", @@ -8358,39 +8358,39 @@ "policies": [] }, { - "id": "636521c6-1078-447e-96fd-36c3674df671", - "display_name": "gusikowski.test", + "id": "579fe8c8-59db-4f62-bd0a-5ca49733fa35", + "display_name": "ernser.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:02.825Z", - "stale_timestamp": "2034-09-03T05:56:02.825Z", - "stale_warning_timestamp": "2034-09-10T05:56:02.825Z", - "updated": "2024-09-03T05:56:02.825Z", + "culled_timestamp": "2034-09-17T14:24:09.725Z", + "stale_timestamp": "2034-09-03T14:24:09.725Z", + "stale_warning_timestamp": "2034-09-10T14:24:09.725Z", + "updated": "2024-09-03T14:24:09.725Z", "insights_id": null, "tags": [ { - "key": "panel", - "value": "optical", - "namespace": "bypassing" - }, - { - "key": "sensor", - "value": "back-end", - "namespace": "transmitting" + "key": "matrix", + "value": "primary", + "namespace": "connecting" }, { - "key": "application", - "value": "optical", - "namespace": "transmitting" + "key": "microchip", + "value": "auxiliary", + "namespace": "navigating" }, { - "key": "program", - "value": "cross-platform", - "namespace": "generating" + "key": "bus", + "value": "auxiliary", + "namespace": "copying" }, { - "key": "matrix", - "value": "auxiliary", - "namespace": "hacking" + "key": "transmitter", + "value": "virtual", + "namespace": "connecting" + }, + { + "key": "program", + "value": "bluetooth", + "namespace": "transmitting" } ], "type": "system", @@ -8399,39 +8399,39 @@ "policies": [] }, { - "id": "63a61e46-8931-44f7-94a3-42cc353debec", - "display_name": "lockman.example", + "id": "5c043657-db01-43f5-8d7b-27539a70c20d", + "display_name": "muller.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:02.831Z", - "stale_timestamp": "2034-09-03T05:56:02.831Z", - "stale_warning_timestamp": "2034-09-10T05:56:02.831Z", - "updated": "2024-09-03T05:56:02.831Z", + "culled_timestamp": "2034-09-17T14:24:09.722Z", + "stale_timestamp": "2034-09-03T14:24:09.722Z", + "stale_warning_timestamp": "2034-09-10T14:24:09.722Z", + "updated": "2024-09-03T14:24:09.722Z", "insights_id": null, "tags": [ { - "key": "monitor", - "value": "mobile", - "namespace": "copying" + "key": "pixel", + "value": "online", + "namespace": "calculating" }, { - "key": "program", - "value": "primary", - "namespace": "calculating" + "key": "panel", + "value": "solid state", + "namespace": "compressing" }, { - "key": "microchip", - "value": "back-end", - "namespace": "navigating" + "key": "application", + "value": "digital", + "namespace": "overriding" }, { - "key": "alarm", - "value": "virtual", + "key": "panel", + "value": "back-end", "namespace": "overriding" }, { - "key": "microchip", - "value": "wireless", - "namespace": "parsing" + "key": "feed", + "value": "1080p", + "namespace": "transmitting" } ], "type": "system", @@ -8440,39 +8440,39 @@ "policies": [] }, { - "id": "667a2ee2-f481-4028-8afb-f747cdeaea21", - "display_name": "bartell.example", + "id": "771f9d68-0bf0-4374-9e0b-e0df56a8c41b", + "display_name": "hyatt.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:02.834Z", - "stale_timestamp": "2034-09-03T05:56:02.834Z", - "stale_warning_timestamp": "2034-09-10T05:56:02.834Z", - "updated": "2024-09-03T05:56:02.834Z", + "culled_timestamp": "2034-09-17T14:24:09.724Z", + "stale_timestamp": "2034-09-03T14:24:09.724Z", + "stale_warning_timestamp": "2034-09-10T14:24:09.724Z", + "updated": "2024-09-03T14:24:09.724Z", "insights_id": null, "tags": [ { - "key": "port", - "value": "multi-byte", - "namespace": "hacking" + "key": "application", + "value": "solid state", + "namespace": "synthesizing" }, { - "key": "matrix", - "value": "virtual", - "namespace": "hacking" + "key": "bandwidth", + "value": "auxiliary", + "namespace": "calculating" }, { - "key": "feed", - "value": "multi-byte", - "namespace": "backing up" + "key": "bandwidth", + "value": "neural", + "namespace": "programming" }, { - "key": "port", - "value": "multi-byte", - "namespace": "synthesizing" + "key": "panel", + "value": "online", + "namespace": "connecting" }, { - "key": "interface", - "value": "optical", - "namespace": "calculating" + "key": "monitor", + "value": "primary", + "namespace": "indexing" } ], "type": "system", @@ -8481,38 +8481,38 @@ "policies": [] }, { - "id": "67773c29-49c0-4aa9-bac4-c3dac44312e6", - "display_name": "shanahan.test", + "id": "78bc7901-e867-4bc8-a487-8d815cebd87c", + "display_name": "dietrich-marvin.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:02.832Z", - "stale_timestamp": "2034-09-03T05:56:02.832Z", - "stale_warning_timestamp": "2034-09-10T05:56:02.832Z", - "updated": "2024-09-03T05:56:02.832Z", + "culled_timestamp": "2034-09-17T14:24:09.737Z", + "stale_timestamp": "2034-09-03T14:24:09.737Z", + "stale_warning_timestamp": "2034-09-10T14:24:09.737Z", + "updated": "2024-09-03T14:24:09.737Z", "insights_id": null, "tags": [ { - "key": "pixel", - "value": "wireless", - "namespace": "quantifying" + "key": "card", + "value": "haptic", + "namespace": "hacking" }, { - "key": "port", - "value": "wireless", - "namespace": "bypassing" + "key": "sensor", + "value": "haptic", + "namespace": "transmitting" }, { - "key": "hard drive", - "value": "bluetooth", - "namespace": "programming" + "key": "monitor", + "value": "auxiliary", + "namespace": "connecting" }, { - "key": "microchip", - "value": "haptic", - "namespace": "generating" + "key": "array", + "value": "mobile", + "namespace": "navigating" }, { "key": "firewall", - "value": "cross-platform", + "value": "redundant", "namespace": "generating" } ], @@ -8685,39 +8685,39 @@ "Returns a System": { "value": { "data": { - "id": "8176f3f8-4c5c-4e89-baa9-4810e61071af", - "display_name": "schumm-armstrong.example", + "id": "2ab0a3bd-1f53-44d7-a19a-86820c767b97", + "display_name": "aufderhar.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:02.982Z", - "stale_timestamp": "2034-09-03T05:56:02.982Z", - "stale_warning_timestamp": "2034-09-10T05:56:02.982Z", - "updated": "2024-09-03T05:56:02.982Z", + "culled_timestamp": "2034-09-17T14:24:09.884Z", + "stale_timestamp": "2034-09-03T14:24:09.884Z", + "stale_warning_timestamp": "2034-09-10T14:24:09.884Z", + "updated": "2024-09-03T14:24:09.884Z", "insights_id": null, "tags": [ { - "key": "sensor", - "value": "solid state", - "namespace": "overriding" + "key": "bus", + "value": "redundant", + "namespace": "programming" }, { - "key": "feed", - "value": "primary", - "namespace": "copying" + "key": "card", + "value": "1080p", + "namespace": "bypassing" }, { - "key": "application", - "value": "multi-byte", - "namespace": "synthesizing" + "key": "program", + "value": "1080p", + "namespace": "compressing" }, { - "key": "bus", - "value": "open-source", + "key": "driver", + "value": "online", "namespace": "parsing" }, { - "key": "card", - "value": "digital", - "namespace": "generating" + "key": "sensor", + "value": "primary", + "namespace": "overriding" } ], "type": "system", @@ -8754,7 +8754,7 @@ "Description of an error when requesting a non-existing System": { "value": { "errors": [ - "V2::System not found with ID e643a528-b40b-4fd4-85e8-84958cda0ee5" + "V2::System not found with ID d2a6ba9e-8e79-444b-a312-230188a2e8a0" ] }, "summary": "", @@ -8863,39 +8863,39 @@ "value": { "data": [ { - "id": "0ede9c26-4d77-42e2-9d8d-bfad813b3920", - "display_name": "zemlak.example", + "id": "0efdbfba-da65-434e-a341-8bd4eb3d99a7", + "display_name": "kutch.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:03.074Z", - "stale_timestamp": "2034-09-03T05:56:03.074Z", - "stale_warning_timestamp": "2034-09-10T05:56:03.074Z", - "updated": "2024-09-03T05:56:03.074Z", + "culled_timestamp": "2034-09-17T14:24:09.949Z", + "stale_timestamp": "2034-09-03T14:24:09.949Z", + "stale_warning_timestamp": "2034-09-10T14:24:09.949Z", + "updated": "2024-09-03T14:24:09.949Z", "insights_id": null, "tags": [ { - "key": "array", - "value": "cross-platform", - "namespace": "navigating" + "key": "sensor", + "value": "bluetooth", + "namespace": "quantifying" }, { - "key": "capacitor", - "value": "online", - "namespace": "parsing" + "key": "alarm", + "value": "cross-platform", + "namespace": "backing up" }, { - "key": "protocol", - "value": "open-source", - "namespace": "parsing" + "key": "circuit", + "value": "multi-byte", + "namespace": "backing up" }, { - "key": "interface", - "value": "neural", - "namespace": "quantifying" + "key": "array", + "value": "optical", + "namespace": "overriding" }, { - "key": "interface", - "value": "back-end", - "namespace": "backing up" + "key": "hard drive", + "value": "1080p", + "namespace": "copying" } ], "type": "system", @@ -8903,39 +8903,39 @@ "os_minor_version": 0 }, { - "id": "16aa8cc0-90ee-4682-90b0-e4193c35d6a1", - "display_name": "murphy-wintheiser.example", + "id": "1bd5bf86-1504-422c-aa2a-69032793dcf0", + "display_name": "paucek-leannon.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:03.024Z", - "stale_timestamp": "2034-09-03T05:56:03.024Z", - "stale_warning_timestamp": "2034-09-10T05:56:03.024Z", - "updated": "2024-09-03T05:56:03.024Z", + "culled_timestamp": "2034-09-17T14:24:09.963Z", + "stale_timestamp": "2034-09-03T14:24:09.963Z", + "stale_warning_timestamp": "2034-09-10T14:24:09.963Z", + "updated": "2024-09-03T14:24:09.963Z", "insights_id": null, "tags": [ { - "key": "card", - "value": "bluetooth", - "namespace": "copying" - }, - { - "key": "firewall", - "value": "back-end", - "namespace": "parsing" + "key": "panel", + "value": "redundant", + "namespace": "bypassing" }, { "key": "circuit", - "value": "neural", + "value": "auxiliary", "namespace": "backing up" }, { - "key": "microchip", - "value": "cross-platform", + "key": "bus", + "value": "auxiliary", + "namespace": "synthesizing" + }, + { + "key": "hard drive", + "value": "virtual", "namespace": "quantifying" }, { - "key": "driver", - "value": "optical", - "namespace": "hacking" + "key": "pixel", + "value": "virtual", + "namespace": "connecting" } ], "type": "system", @@ -8943,39 +8943,39 @@ "os_minor_version": 0 }, { - "id": "1944c267-edf5-45ec-88d8-168cd0a43222", - "display_name": "wolf-koelpin.example", + "id": "5e520d55-97ab-4403-a534-fabf1ae89bac", + "display_name": "pouros-fay.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:03.112Z", - "stale_timestamp": "2034-09-03T05:56:03.112Z", - "stale_warning_timestamp": "2034-09-10T05:56:03.112Z", - "updated": "2024-09-03T05:56:03.112Z", + "culled_timestamp": "2034-09-17T14:24:10.008Z", + "stale_timestamp": "2034-09-03T14:24:10.008Z", + "stale_warning_timestamp": "2034-09-10T14:24:10.008Z", + "updated": "2024-09-03T14:24:10.008Z", "insights_id": null, "tags": [ { - "key": "sensor", - "value": "primary", - "namespace": "generating" + "key": "program", + "value": "virtual", + "namespace": "copying" }, { - "key": "microchip", - "value": "1080p", - "namespace": "connecting" + "key": "program", + "value": "auxiliary", + "namespace": "indexing" }, { - "key": "bus", - "value": "mobile", - "namespace": "synthesizing" + "key": "alarm", + "value": "1080p", + "namespace": "navigating" }, { - "key": "panel", - "value": "digital", - "namespace": "synthesizing" + "key": "sensor", + "value": "online", + "namespace": "copying" }, { - "key": "driver", - "value": "auxiliary", - "namespace": "quantifying" + "key": "bus", + "value": "virtual", + "namespace": "overriding" } ], "type": "system", @@ -8983,39 +8983,39 @@ "os_minor_version": 0 }, { - "id": "27382368-09de-4635-b017-8d9b187a1dcf", - "display_name": "macgyver.test", + "id": "67295ccd-02a0-4ff3-a6ae-52f9a5938994", + "display_name": "rowe-homenick.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:03.087Z", - "stale_timestamp": "2034-09-03T05:56:03.087Z", - "stale_warning_timestamp": "2034-09-10T05:56:03.087Z", - "updated": "2024-09-03T05:56:03.087Z", + "culled_timestamp": "2034-09-17T14:24:10.034Z", + "stale_timestamp": "2034-09-03T14:24:10.034Z", + "stale_warning_timestamp": "2034-09-10T14:24:10.034Z", + "updated": "2024-09-03T14:24:10.034Z", "insights_id": null, "tags": [ { - "key": "application", - "value": "cross-platform", - "namespace": "overriding" + "key": "card", + "value": "haptic", + "namespace": "backing up" }, { - "key": "hard drive", - "value": "virtual", - "namespace": "overriding" + "key": "pixel", + "value": "online", + "namespace": "programming" }, { - "key": "interface", - "value": "mobile", - "namespace": "synthesizing" + "key": "pixel", + "value": "haptic", + "namespace": "generating" }, { - "key": "card", - "value": "1080p", - "namespace": "copying" + "key": "pixel", + "value": "solid state", + "namespace": "transmitting" }, { - "key": "matrix", - "value": "back-end", - "namespace": "calculating" + "key": "feed", + "value": "bluetooth", + "namespace": "backing up" } ], "type": "system", @@ -9023,39 +9023,39 @@ "os_minor_version": 0 }, { - "id": "490b14d4-c9d9-4ef6-bdf7-c6446fe7b8f2", - "display_name": "satterfield.example", + "id": "6d20409d-151e-4319-ad78-8f2eccc1ce50", + "display_name": "schuster.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:03.037Z", - "stale_timestamp": "2034-09-03T05:56:03.037Z", - "stale_warning_timestamp": "2034-09-10T05:56:03.037Z", - "updated": "2024-09-03T05:56:03.037Z", + "culled_timestamp": "2034-09-17T14:24:10.038Z", + "stale_timestamp": "2034-09-03T14:24:10.038Z", + "stale_warning_timestamp": "2034-09-10T14:24:10.038Z", + "updated": "2024-09-03T14:24:10.038Z", "insights_id": null, "tags": [ { - "key": "matrix", - "value": "optical", - "namespace": "programming" + "key": "sensor", + "value": "neural", + "namespace": "indexing" }, { - "key": "transmitter", - "value": "open-source", - "namespace": "parsing" - }, + "key": "array", + "value": "cross-platform", + "namespace": "synthesizing" + }, { - "key": "port", - "value": "haptic", - "namespace": "transmitting" + "key": "monitor", + "value": "wireless", + "namespace": "navigating" }, { - "key": "array", - "value": "solid state", - "namespace": "calculating" + "key": "interface", + "value": "wireless", + "namespace": "navigating" }, { - "key": "feed", - "value": "cross-platform", - "namespace": "backing up" + "key": "firewall", + "value": "auxiliary", + "namespace": "calculating" } ], "type": "system", @@ -9063,39 +9063,39 @@ "os_minor_version": 0 }, { - "id": "4a672888-ae55-4f46-b91a-706ef90598cc", - "display_name": "rice.example", + "id": "703b1bf9-0c38-454f-8bc6-b0e5071c8e80", + "display_name": "cronin.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:03.063Z", - "stale_timestamp": "2034-09-03T05:56:03.063Z", - "stale_warning_timestamp": "2034-09-10T05:56:03.063Z", - "updated": "2024-09-03T05:56:03.063Z", + "culled_timestamp": "2034-09-17T14:24:10.017Z", + "stale_timestamp": "2034-09-03T14:24:10.017Z", + "stale_warning_timestamp": "2034-09-10T14:24:10.017Z", + "updated": "2024-09-03T14:24:10.017Z", "insights_id": null, "tags": [ { - "key": "program", - "value": "redundant", + "key": "system", + "value": "online", "namespace": "hacking" }, { - "key": "program", - "value": "virtual", - "namespace": "parsing" - }, - { - "key": "array", - "value": "cross-platform", + "key": "pixel", + "value": "online", "namespace": "compressing" }, { - "key": "application", - "value": "wireless", + "key": "feed", + "value": "optical", "namespace": "bypassing" }, { - "key": "circuit", - "value": "wireless", - "namespace": "transmitting" + "key": "driver", + "value": "cross-platform", + "namespace": "calculating" + }, + { + "key": "array", + "value": "1080p", + "namespace": "connecting" } ], "type": "system", @@ -9103,39 +9103,39 @@ "os_minor_version": 0 }, { - "id": "4c7db6db-8536-405d-a6fd-4ffa3b399bb9", - "display_name": "rippin.test", + "id": "7376738e-1358-4639-82b1-1cba11f04203", + "display_name": "jakubowski.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:03.124Z", - "stale_timestamp": "2034-09-03T05:56:03.124Z", - "stale_warning_timestamp": "2034-09-10T05:56:03.124Z", - "updated": "2024-09-03T05:56:03.124Z", + "culled_timestamp": "2034-09-17T14:24:09.990Z", + "stale_timestamp": "2034-09-03T14:24:09.990Z", + "stale_warning_timestamp": "2034-09-10T14:24:09.990Z", + "updated": "2024-09-03T14:24:09.990Z", "insights_id": null, "tags": [ { - "key": "monitor", - "value": "mobile", - "namespace": "bypassing" + "key": "transmitter", + "value": "optical", + "namespace": "connecting" }, { - "key": "hard drive", + "key": "transmitter", "value": "bluetooth", - "namespace": "compressing" + "namespace": "hacking" }, { - "key": "protocol", - "value": "solid state", - "namespace": "copying" + "key": "array", + "value": "cross-platform", + "namespace": "compressing" }, { "key": "card", - "value": "auxiliary", - "namespace": "generating" + "value": "redundant", + "namespace": "calculating" }, { - "key": "feed", - "value": "primary", - "namespace": "programming" + "key": "sensor", + "value": "digital", + "namespace": "quantifying" } ], "type": "system", @@ -9143,39 +9143,39 @@ "os_minor_version": 0 }, { - "id": "70b8a20c-55c2-4b5c-bb3c-61f80050ca32", - "display_name": "luettgen.test", + "id": "73b3905a-1b4a-495e-bf38-eed58d8954a5", + "display_name": "cremin.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:03.092Z", - "stale_timestamp": "2034-09-03T05:56:03.092Z", - "stale_warning_timestamp": "2034-09-10T05:56:03.092Z", - "updated": "2024-09-03T05:56:03.092Z", + "culled_timestamp": "2034-09-17T14:24:09.940Z", + "stale_timestamp": "2034-09-03T14:24:09.940Z", + "stale_warning_timestamp": "2034-09-10T14:24:09.940Z", + "updated": "2024-09-03T14:24:09.940Z", "insights_id": null, "tags": [ { - "key": "port", - "value": "mobile", - "namespace": "synthesizing" + "key": "panel", + "value": "back-end", + "namespace": "navigating" }, { - "key": "array", - "value": "open-source", - "namespace": "overriding" + "key": "port", + "value": "primary", + "namespace": "compressing" }, { "key": "system", "value": "cross-platform", - "namespace": "bypassing" + "namespace": "connecting" }, { - "key": "protocol", - "value": "solid state", + "key": "interface", + "value": "back-end", "namespace": "quantifying" }, { - "key": "array", + "key": "panel", "value": "online", - "namespace": "parsing" + "namespace": "calculating" } ], "type": "system", @@ -9183,39 +9183,39 @@ "os_minor_version": 0 }, { - "id": "7d56c897-0f9c-46a6-9584-84901cf4fc25", - "display_name": "blanda-bashirian.test", + "id": "76582e6a-3735-417c-a454-ae290f1c80b4", + "display_name": "rippin.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:03.138Z", - "stale_timestamp": "2034-09-03T05:56:03.138Z", - "stale_warning_timestamp": "2034-09-10T05:56:03.138Z", - "updated": "2024-09-03T05:56:03.138Z", + "culled_timestamp": "2034-09-17T14:24:09.977Z", + "stale_timestamp": "2034-09-03T14:24:09.977Z", + "stale_warning_timestamp": "2034-09-10T14:24:09.977Z", + "updated": "2024-09-03T14:24:09.977Z", "insights_id": null, "tags": [ { - "key": "matrix", - "value": "multi-byte", - "namespace": "synthesizing" - }, - { - "key": "hard drive", - "value": "cross-platform", - "namespace": "indexing" + "key": "port", + "value": "optical", + "namespace": "quantifying" }, { - "key": "panel", + "key": "application", "value": "optical", - "namespace": "indexing" + "namespace": "quantifying" }, { - "key": "microchip", + "key": "protocol", "value": "haptic", - "namespace": "connecting" + "namespace": "hacking" }, { - "key": "monitor", - "value": "multi-byte", - "namespace": "compressing" + "key": "bus", + "value": "solid state", + "namespace": "transmitting" + }, + { + "key": "microchip", + "value": "back-end", + "namespace": "indexing" } ], "type": "system", @@ -9223,39 +9223,39 @@ "os_minor_version": 0 }, { - "id": "9f5ac71d-6f85-4673-b45b-ff1010f4fb58", - "display_name": "pacocha.example", + "id": "885d5ad5-714a-4022-80f4-ed626d7e6d57", + "display_name": "mraz-nikolaus.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:03.059Z", - "stale_timestamp": "2034-09-03T05:56:03.059Z", - "stale_warning_timestamp": "2034-09-10T05:56:03.059Z", - "updated": "2024-09-03T05:56:03.059Z", + "culled_timestamp": "2034-09-17T14:24:09.999Z", + "stale_timestamp": "2034-09-03T14:24:09.999Z", + "stale_warning_timestamp": "2034-09-10T14:24:09.999Z", + "updated": "2024-09-03T14:24:09.999Z", "insights_id": null, "tags": [ { "key": "pixel", - "value": "redundant", - "namespace": "generating" + "value": "digital", + "namespace": "programming" }, { "key": "microchip", - "value": "solid state", - "namespace": "indexing" + "value": "mobile", + "namespace": "backing up" }, { - "key": "system", - "value": "redundant", - "namespace": "calculating" + "key": "port", + "value": "open-source", + "namespace": "bypassing" }, { - "key": "capacitor", - "value": "neural", - "namespace": "connecting" + "key": "application", + "value": "solid state", + "namespace": "transmitting" }, { - "key": "interface", - "value": "open-source", - "namespace": "indexing" + "key": "pixel", + "value": "mobile", + "namespace": "generating" } ], "type": "system", @@ -9270,9 +9270,9 @@ "offset": 0 }, "links": { - "first": "/api/compliance/v2/policies/fd1e8bea-75dc-42a7-93d2-aab5162a641c/systems?limit=10&offset=0", - "last": "/api/compliance/v2/policies/fd1e8bea-75dc-42a7-93d2-aab5162a641c/systems?limit=10&offset=20", - "next": "/api/compliance/v2/policies/fd1e8bea-75dc-42a7-93d2-aab5162a641c/systems?limit=10&offset=10" + "first": "/api/compliance/v2/policies/cb4d09e6-088b-4012-9cf4-04b224752d40/systems?limit=10&offset=0", + "last": "/api/compliance/v2/policies/cb4d09e6-088b-4012-9cf4-04b224752d40/systems?limit=10&offset=20", + "next": "/api/compliance/v2/policies/cb4d09e6-088b-4012-9cf4-04b224752d40/systems?limit=10&offset=10" } }, "summary": "", @@ -9282,39 +9282,39 @@ "value": { "data": [ { - "id": "165dd83f-27fd-4e38-8c5c-67c4a1222181", - "display_name": "marquardt.test", + "id": "127b68a5-bf9e-4884-a18c-126f1bee0537", + "display_name": "dubuque.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:03.248Z", - "stale_timestamp": "2034-09-03T05:56:03.248Z", - "stale_warning_timestamp": "2034-09-10T05:56:03.248Z", - "updated": "2024-09-03T05:56:03.248Z", + "culled_timestamp": "2034-09-17T14:24:10.083Z", + "stale_timestamp": "2034-09-03T14:24:10.083Z", + "stale_warning_timestamp": "2034-09-10T14:24:10.083Z", + "updated": "2024-09-03T14:24:10.083Z", "insights_id": null, "tags": [ { - "key": "panel", - "value": "multi-byte", - "namespace": "navigating" + "key": "program", + "value": "digital", + "namespace": "hacking" }, { - "key": "panel", - "value": "neural", - "namespace": "parsing" + "key": "bandwidth", + "value": "multi-byte", + "namespace": "overriding" }, { - "key": "port", - "value": "optical", - "namespace": "parsing" + "key": "protocol", + "value": "auxiliary", + "namespace": "transmitting" }, { - "key": "pixel", - "value": "auxiliary", - "namespace": "parsing" + "key": "protocol", + "value": "cross-platform", + "namespace": "copying" }, { - "key": "application", - "value": "haptic", - "namespace": "compressing" + "key": "matrix", + "value": "online", + "namespace": "synthesizing" } ], "type": "system", @@ -9322,39 +9322,39 @@ "os_minor_version": 0 }, { - "id": "1d8aac31-717f-436f-baaf-509138bcbbbd", - "display_name": "sipes.test", + "id": "20a056e7-65b2-4a33-ad69-44180c7ed2ab", + "display_name": "leannon.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:03.181Z", - "stale_timestamp": "2034-09-03T05:56:03.181Z", - "stale_warning_timestamp": "2034-09-10T05:56:03.181Z", - "updated": "2024-09-03T05:56:03.181Z", + "culled_timestamp": "2034-09-17T14:24:10.137Z", + "stale_timestamp": "2034-09-03T14:24:10.137Z", + "stale_warning_timestamp": "2034-09-10T14:24:10.137Z", + "updated": "2024-09-03T14:24:10.137Z", "insights_id": null, "tags": [ { - "key": "application", - "value": "auxiliary", - "namespace": "programming" + "key": "firewall", + "value": "neural", + "namespace": "navigating" }, { - "key": "microchip", - "value": "1080p", - "namespace": "programming" + "key": "interface", + "value": "digital", + "namespace": "overriding" }, { - "key": "circuit", - "value": "optical", - "namespace": "calculating" + "key": "capacitor", + "value": "bluetooth", + "namespace": "compressing" }, { - "key": "hard drive", - "value": "auxiliary", - "namespace": "navigating" + "key": "array", + "value": "haptic", + "namespace": "hacking" }, { - "key": "circuit", - "value": "redundant", - "namespace": "navigating" + "key": "interface", + "value": "online", + "namespace": "compressing" } ], "type": "system", @@ -9362,39 +9362,39 @@ "os_minor_version": 0 }, { - "id": "260814c5-73dc-48c0-9aed-f3c1c2bdc94f", - "display_name": "fay.example", + "id": "26fbe050-58e7-4606-8d22-015aa811a0c2", + "display_name": "block.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:03.221Z", - "stale_timestamp": "2034-09-03T05:56:03.221Z", - "stale_warning_timestamp": "2034-09-10T05:56:03.221Z", - "updated": "2024-09-03T05:56:03.221Z", + "culled_timestamp": "2034-09-17T14:24:10.177Z", + "stale_timestamp": "2034-09-03T14:24:10.177Z", + "stale_warning_timestamp": "2034-09-10T14:24:10.177Z", + "updated": "2024-09-03T14:24:10.177Z", "insights_id": null, "tags": [ { - "key": "application", - "value": "virtual", + "key": "array", + "value": "cross-platform", "namespace": "transmitting" }, { - "key": "transmitter", - "value": "primary", - "namespace": "compressing" + "key": "capacitor", + "value": "bluetooth", + "namespace": "programming" }, { "key": "transmitter", - "value": "1080p", - "namespace": "parsing" + "value": "mobile", + "namespace": "indexing" }, { - "key": "bandwidth", - "value": "wireless", - "namespace": "overriding" + "key": "system", + "value": "mobile", + "namespace": "bypassing" }, { - "key": "driver", - "value": "mobile", - "namespace": "programming" + "key": "card", + "value": "wireless", + "namespace": "connecting" } ], "type": "system", @@ -9402,39 +9402,39 @@ "os_minor_version": 0 }, { - "id": "31d71445-74cd-4dcc-ae54-1d50e2113637", - "display_name": "thiel.test", + "id": "2debeabd-7ebd-4aa2-88ca-d04edbe4fcb4", + "display_name": "parisian.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:03.252Z", - "stale_timestamp": "2034-09-03T05:56:03.252Z", - "stale_warning_timestamp": "2034-09-10T05:56:03.252Z", - "updated": "2024-09-03T05:56:03.252Z", + "culled_timestamp": "2034-09-17T14:24:10.148Z", + "stale_timestamp": "2034-09-03T14:24:10.148Z", + "stale_warning_timestamp": "2034-09-10T14:24:10.148Z", + "updated": "2024-09-03T14:24:10.148Z", "insights_id": null, "tags": [ { - "key": "driver", + "key": "alarm", "value": "auxiliary", "namespace": "indexing" }, { - "key": "sensor", - "value": "bluetooth", - "namespace": "transmitting" + "key": "alarm", + "value": "back-end", + "namespace": "generating" }, { - "key": "port", - "value": "virtual", - "namespace": "generating" + "key": "interface", + "value": "wireless", + "namespace": "transmitting" }, { - "key": "array", + "key": "matrix", "value": "virtual", - "namespace": "hacking" + "namespace": "backing up" }, { - "key": "system", - "value": "wireless", - "namespace": "calculating" + "key": "bus", + "value": "neural", + "namespace": "copying" } ], "type": "system", @@ -9442,39 +9442,39 @@ "os_minor_version": 0 }, { - "id": "3e3df677-7d5a-446e-89c8-40a40c7eb003", - "display_name": "macgyver-bechtelar.example", + "id": "39aa3bea-4a7a-4826-98d4-f3d7fe231fd7", + "display_name": "anderson.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:03.265Z", - "stale_timestamp": "2034-09-03T05:56:03.265Z", - "stale_warning_timestamp": "2034-09-10T05:56:03.265Z", - "updated": "2024-09-03T05:56:03.265Z", + "culled_timestamp": "2034-09-17T14:24:10.127Z", + "stale_timestamp": "2034-09-03T14:24:10.127Z", + "stale_warning_timestamp": "2034-09-10T14:24:10.127Z", + "updated": "2024-09-03T14:24:10.127Z", "insights_id": null, "tags": [ { - "key": "capacitor", - "value": "online", - "namespace": "calculating" + "key": "feed", + "value": "multi-byte", + "namespace": "bypassing" }, { - "key": "panel", - "value": "haptic", - "namespace": "navigating" + "key": "alarm", + "value": "solid state", + "namespace": "copying" }, { - "key": "alarm", + "key": "microchip", "value": "haptic", - "namespace": "compressing" + "namespace": "copying" }, { - "key": "program", - "value": "multi-byte", - "namespace": "connecting" + "key": "transmitter", + "value": "optical", + "namespace": "navigating" }, { - "key": "sensor", - "value": "online", - "namespace": "generating" + "key": "interface", + "value": "optical", + "namespace": "connecting" } ], "type": "system", @@ -9482,39 +9482,39 @@ "os_minor_version": 0 }, { - "id": "404690a2-b3b3-42a2-80fb-4d1bde79201f", - "display_name": "watsica.example", + "id": "3cb04c8a-6173-4795-b61b-bfac717d71db", + "display_name": "goodwin.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:03.190Z", - "stale_timestamp": "2034-09-03T05:56:03.190Z", - "stale_warning_timestamp": "2034-09-10T05:56:03.190Z", - "updated": "2024-09-03T05:56:03.190Z", + "culled_timestamp": "2034-09-17T14:24:10.096Z", + "stale_timestamp": "2034-09-03T14:24:10.096Z", + "stale_warning_timestamp": "2034-09-10T14:24:10.096Z", + "updated": "2024-09-03T14:24:10.096Z", "insights_id": null, "tags": [ { - "key": "alarm", - "value": "optical", - "namespace": "hacking" + "key": "transmitter", + "value": "cross-platform", + "namespace": "copying" }, { - "key": "pixel", - "value": "digital", - "namespace": "connecting" + "key": "matrix", + "value": "solid state", + "namespace": "transmitting" }, { - "key": "feed", - "value": "haptic", - "namespace": "synthesizing" + "key": "transmitter", + "value": "primary", + "namespace": "hacking" }, { - "key": "sensor", - "value": "open-source", - "namespace": "parsing" + "key": "array", + "value": "cross-platform", + "namespace": "indexing" }, { - "key": "microchip", + "key": "circuit", "value": "mobile", - "namespace": "backing up" + "namespace": "overriding" } ], "type": "system", @@ -9522,39 +9522,39 @@ "os_minor_version": 0 }, { - "id": "4d2f0342-68e2-4c8b-aacf-4b0c0becad4e", - "display_name": "sporer-willms.test", + "id": "54b18303-a586-4d64-9235-4e2256b41334", + "display_name": "reichert-gutmann.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:03.203Z", - "stale_timestamp": "2034-09-03T05:56:03.203Z", - "stale_warning_timestamp": "2034-09-10T05:56:03.203Z", - "updated": "2024-09-03T05:56:03.203Z", + "culled_timestamp": "2034-09-17T14:24:10.132Z", + "stale_timestamp": "2034-09-03T14:24:10.132Z", + "stale_warning_timestamp": "2034-09-10T14:24:10.132Z", + "updated": "2024-09-03T14:24:10.132Z", "insights_id": null, "tags": [ { - "key": "capacitor", - "value": "cross-platform", + "key": "alarm", + "value": "bluetooth", "namespace": "hacking" }, { - "key": "application", - "value": "mobile", - "namespace": "parsing" + "key": "array", + "value": "redundant", + "namespace": "programming" }, { - "key": "monitor", - "value": "wireless", - "namespace": "overriding" + "key": "circuit", + "value": "1080p", + "namespace": "hacking" }, { - "key": "alarm", - "value": "haptic", - "namespace": "programming" + "key": "monitor", + "value": "digital", + "namespace": "calculating" }, { - "key": "panel", - "value": "redundant", - "namespace": "indexing" + "key": "protocol", + "value": "virtual", + "namespace": "parsing" } ], "type": "system", @@ -9562,39 +9562,39 @@ "os_minor_version": 0 }, { - "id": "51c93a9d-9d1d-4c2d-a110-ed90766fdbb6", - "display_name": "bruen-murray.test", + "id": "64b9e7ea-36c0-4ff1-8afc-ed91a651c4b7", + "display_name": "macejkovic-zboncak.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:03.281Z", - "stale_timestamp": "2034-09-03T05:56:03.281Z", - "stale_warning_timestamp": "2034-09-10T05:56:03.281Z", - "updated": "2024-09-03T05:56:03.281Z", + "culled_timestamp": "2034-09-17T14:24:10.172Z", + "stale_timestamp": "2034-09-03T14:24:10.172Z", + "stale_warning_timestamp": "2034-09-10T14:24:10.172Z", + "updated": "2024-09-03T14:24:10.172Z", "insights_id": null, "tags": [ { - "key": "circuit", - "value": "solid state", - "namespace": "transmitting" + "key": "array", + "value": "1080p", + "namespace": "connecting" }, { - "key": "system", - "value": "mobile", - "namespace": "hacking" + "key": "protocol", + "value": "multi-byte", + "namespace": "navigating" }, { - "key": "microchip", - "value": "digital", - "namespace": "compressing" + "key": "interface", + "value": "optical", + "namespace": "indexing" }, { - "key": "interface", - "value": "wireless", - "namespace": "connecting" + "key": "application", + "value": "redundant", + "namespace": "parsing" }, { - "key": "port", - "value": "wireless", - "namespace": "programming" + "key": "protocol", + "value": "bluetooth", + "namespace": "calculating" } ], "type": "system", @@ -9602,39 +9602,39 @@ "os_minor_version": 0 }, { - "id": "525294f4-e0a5-45ba-b24d-852bac949bdf", - "display_name": "hodkiewicz.test", + "id": "6dd649da-f1df-43f5-a391-98d03fb7016c", + "display_name": "rowe-johnston.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:03.177Z", - "stale_timestamp": "2034-09-03T05:56:03.177Z", - "stale_warning_timestamp": "2034-09-10T05:56:03.177Z", - "updated": "2024-09-03T05:56:03.177Z", + "culled_timestamp": "2034-09-17T14:24:10.105Z", + "stale_timestamp": "2034-09-03T14:24:10.105Z", + "stale_warning_timestamp": "2034-09-10T14:24:10.105Z", + "updated": "2024-09-03T14:24:10.105Z", "insights_id": null, "tags": [ { - "key": "bandwidth", - "value": "back-end", - "namespace": "calculating" - }, - { - "key": "matrix", - "value": "optical", - "namespace": "backing up" + "key": "capacitor", + "value": "auxiliary", + "namespace": "navigating" }, { - "key": "microchip", - "value": "1080p", - "namespace": "compressing" + "key": "array", + "value": "solid state", + "namespace": "generating" }, { "key": "feed", "value": "digital", - "namespace": "programming" + "namespace": "transmitting" }, { - "key": "card", - "value": "online", - "namespace": "connecting" + "key": "hard drive", + "value": "cross-platform", + "namespace": "parsing" + }, + { + "key": "pixel", + "value": "neural", + "namespace": "navigating" } ], "type": "system", @@ -9642,39 +9642,39 @@ "os_minor_version": 0 }, { - "id": "6c700891-1ae5-4e37-836e-f18a9659614f", - "display_name": "carroll-barton.test", + "id": "72252a7b-6d6f-42c7-a97e-8cd43e81b3b6", + "display_name": "bins-ebert.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:03.273Z", - "stale_timestamp": "2034-09-03T05:56:03.273Z", - "stale_warning_timestamp": "2034-09-10T05:56:03.273Z", - "updated": "2024-09-03T05:56:03.273Z", + "culled_timestamp": "2034-09-17T14:24:10.118Z", + "stale_timestamp": "2034-09-03T14:24:10.118Z", + "stale_warning_timestamp": "2034-09-10T14:24:10.118Z", + "updated": "2024-09-03T14:24:10.118Z", "insights_id": null, "tags": [ { - "key": "bandwidth", + "key": "array", "value": "redundant", - "namespace": "programming" + "namespace": "synthesizing" }, { - "key": "program", - "value": "solid state", - "namespace": "transmitting" + "key": "card", + "value": "multi-byte", + "namespace": "generating" }, { - "key": "matrix", - "value": "mobile", - "namespace": "generating" + "key": "alarm", + "value": "neural", + "namespace": "indexing" }, { - "key": "monitor", - "value": "cross-platform", - "namespace": "transmitting" + "key": "array", + "value": "wireless", + "namespace": "synthesizing" }, { - "key": "sensor", - "value": "cross-platform", - "namespace": "calculating" + "key": "protocol", + "value": "solid state", + "namespace": "quantifying" } ], "type": "system", @@ -9690,9 +9690,9 @@ "sort_by": "os_major_version" }, "links": { - "first": "/api/compliance/v2/policies/ad6062c1-b840-4185-af62-241354c10dc0/systems?limit=10&offset=0&sort_by=os_major_version", - "last": "/api/compliance/v2/policies/ad6062c1-b840-4185-af62-241354c10dc0/systems?limit=10&offset=20&sort_by=os_major_version", - "next": "/api/compliance/v2/policies/ad6062c1-b840-4185-af62-241354c10dc0/systems?limit=10&offset=10&sort_by=os_major_version" + "first": "/api/compliance/v2/policies/f25eac72-54df-484d-bb50-7297205525bd/systems?limit=10&offset=0&sort_by=os_major_version", + "last": "/api/compliance/v2/policies/f25eac72-54df-484d-bb50-7297205525bd/systems?limit=10&offset=20&sort_by=os_major_version", + "next": "/api/compliance/v2/policies/f25eac72-54df-484d-bb50-7297205525bd/systems?limit=10&offset=10&sort_by=os_major_version" } }, "summary": "", @@ -9702,39 +9702,39 @@ "value": { "data": [ { - "id": "01985507-0adf-479d-b1e5-132ace75f0e2", - "display_name": "gislason-okuneva.test", + "id": "00961346-1b2a-48ef-9abd-6ee5c52591c0", + "display_name": "walter.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:03.377Z", - "stale_timestamp": "2034-09-03T05:56:03.377Z", - "stale_warning_timestamp": "2034-09-10T05:56:03.377Z", - "updated": "2024-09-03T05:56:03.377Z", + "culled_timestamp": "2034-09-17T14:24:10.304Z", + "stale_timestamp": "2034-09-03T14:24:10.304Z", + "stale_warning_timestamp": "2034-09-10T14:24:10.304Z", + "updated": "2024-09-03T14:24:10.304Z", "insights_id": null, "tags": [ { - "key": "capacitor", - "value": "digital", - "namespace": "calculating" + "key": "feed", + "value": "online", + "namespace": "generating" }, { - "key": "hard drive", - "value": "solid state", - "namespace": "backing up" + "key": "interface", + "value": "digital", + "namespace": "transmitting" }, { - "key": "driver", - "value": "solid state", - "namespace": "synthesizing" + "key": "card", + "value": "digital", + "namespace": "generating" }, { - "key": "hard drive", - "value": "neural", - "namespace": "compressing" + "key": "driver", + "value": "back-end", + "namespace": "hacking" }, { - "key": "pixel", - "value": "haptic", - "namespace": "compressing" + "key": "card", + "value": "primary", + "namespace": "calculating" } ], "type": "system", @@ -9742,39 +9742,39 @@ "os_minor_version": 0 }, { - "id": "05b7783f-b2e8-4488-a1d5-2833dcaacc16", - "display_name": "collins.example", + "id": "0558de62-6193-4301-85d6-75255aec5eb9", + "display_name": "hartmann.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:03.420Z", - "stale_timestamp": "2034-09-03T05:56:03.420Z", - "stale_warning_timestamp": "2034-09-10T05:56:03.420Z", - "updated": "2024-09-03T05:56:03.420Z", + "culled_timestamp": "2034-09-17T14:24:10.312Z", + "stale_timestamp": "2034-09-03T14:24:10.312Z", + "stale_warning_timestamp": "2034-09-10T14:24:10.312Z", + "updated": "2024-09-03T14:24:10.312Z", "insights_id": null, "tags": [ { - "key": "array", - "value": "neural", - "namespace": "quantifying" + "key": "bus", + "value": "open-source", + "namespace": "backing up" }, { - "key": "capacitor", - "value": "cross-platform", - "namespace": "bypassing" + "key": "firewall", + "value": "back-end", + "namespace": "copying" }, { - "key": "program", - "value": "open-source", - "namespace": "synthesizing" + "key": "alarm", + "value": "back-end", + "namespace": "calculating" }, { - "key": "feed", - "value": "mobile", - "namespace": "overriding" + "key": "monitor", + "value": "multi-byte", + "namespace": "hacking" }, { - "key": "bandwidth", - "value": "solid state", - "namespace": "quantifying" + "key": "sensor", + "value": "virtual", + "namespace": "compressing" } ], "type": "system", @@ -9782,39 +9782,39 @@ "os_minor_version": 0 }, { - "id": "0f8e8092-08d8-402e-b42d-1fb727ab1047", - "display_name": "nader.example", + "id": "178e3ee9-f610-4900-826c-4b5d51badffe", + "display_name": "heidenreich-streich.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:03.401Z", - "stale_timestamp": "2034-09-03T05:56:03.401Z", - "stale_warning_timestamp": "2034-09-10T05:56:03.401Z", - "updated": "2024-09-03T05:56:03.401Z", + "culled_timestamp": "2034-09-17T14:24:10.300Z", + "stale_timestamp": "2034-09-03T14:24:10.300Z", + "stale_warning_timestamp": "2034-09-10T14:24:10.300Z", + "updated": "2024-09-03T14:24:10.300Z", "insights_id": null, "tags": [ { - "key": "card", - "value": "virtual", - "namespace": "connecting" + "key": "port", + "value": "mobile", + "namespace": "quantifying" }, { - "key": "application", - "value": "wireless", - "namespace": "connecting" + "key": "bus", + "value": "cross-platform", + "namespace": "overriding" }, { - "key": "program", - "value": "multi-byte", - "namespace": "transmitting" + "key": "feed", + "value": "mobile", + "namespace": "hacking" }, { - "key": "program", - "value": "neural", - "namespace": "parsing" + "key": "circuit", + "value": "bluetooth", + "namespace": "hacking" }, { "key": "feed", - "value": "digital", - "namespace": "backing up" + "value": "neural", + "namespace": "parsing" } ], "type": "system", @@ -9822,39 +9822,39 @@ "os_minor_version": 0 }, { - "id": "1eeca473-1e3c-466d-8af3-688d47de0300", - "display_name": "pfeffer.example", + "id": "1926a459-2303-46ee-86d2-287b1d93d5fe", + "display_name": "feeney.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:03.396Z", - "stale_timestamp": "2034-09-03T05:56:03.396Z", - "stale_warning_timestamp": "2034-09-10T05:56:03.396Z", - "updated": "2024-09-03T05:56:03.396Z", + "culled_timestamp": "2034-09-17T14:24:10.264Z", + "stale_timestamp": "2034-09-03T14:24:10.264Z", + "stale_warning_timestamp": "2034-09-10T14:24:10.264Z", + "updated": "2024-09-03T14:24:10.264Z", "insights_id": null, "tags": [ { - "key": "port", - "value": "back-end", - "namespace": "connecting" + "key": "hard drive", + "value": "mobile", + "namespace": "bypassing" }, { - "key": "program", - "value": "primary", - "namespace": "generating" + "key": "transmitter", + "value": "online", + "namespace": "programming" }, { - "key": "driver", - "value": "neural", + "key": "pixel", + "value": "1080p", "namespace": "calculating" }, { - "key": "matrix", - "value": "wireless", - "namespace": "hacking" + "key": "interface", + "value": "redundant", + "namespace": "transmitting" }, { - "key": "port", - "value": "virtual", - "namespace": "quantifying" + "key": "driver", + "value": "back-end", + "namespace": "transmitting" } ], "type": "system", @@ -9862,38 +9862,38 @@ "os_minor_version": 0 }, { - "id": "21f8db09-5aee-4f0d-b66d-0ffc8a6301cc", - "display_name": "medhurst.example", + "id": "33b28331-2c1a-44f7-9d41-1f4bf048ad89", + "display_name": "stracke.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:03.333Z", - "stale_timestamp": "2034-09-03T05:56:03.333Z", - "stale_warning_timestamp": "2034-09-10T05:56:03.333Z", - "updated": "2024-09-03T05:56:03.333Z", + "culled_timestamp": "2034-09-17T14:24:10.240Z", + "stale_timestamp": "2034-09-03T14:24:10.240Z", + "stale_warning_timestamp": "2034-09-10T14:24:10.240Z", + "updated": "2024-09-03T14:24:10.241Z", "insights_id": null, "tags": [ { - "key": "bandwidth", - "value": "multi-byte", - "namespace": "navigating" + "key": "card", + "value": "online", + "namespace": "calculating" }, { - "key": "port", - "value": "bluetooth", - "namespace": "parsing" + "key": "firewall", + "value": "1080p", + "namespace": "indexing" }, { - "key": "hard drive", - "value": "mobile", - "namespace": "overriding" + "key": "system", + "value": "cross-platform", + "namespace": "compressing" }, { - "key": "feed", - "value": "optical", - "namespace": "programming" + "key": "sensor", + "value": "multi-byte", + "namespace": "indexing" }, { - "key": "system", - "value": "mobile", + "key": "pixel", + "value": "1080p", "namespace": "programming" } ], @@ -9902,39 +9902,39 @@ "os_minor_version": 0 }, { - "id": "2645eb22-7201-4cab-ab71-69e002b4e44f", - "display_name": "runolfsdottir-little.test", + "id": "3e9bba66-f6db-42ed-a073-42a2ef45c7a7", + "display_name": "spencer.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:03.337Z", - "stale_timestamp": "2034-09-03T05:56:03.337Z", - "stale_warning_timestamp": "2034-09-10T05:56:03.337Z", - "updated": "2024-09-03T05:56:03.337Z", + "culled_timestamp": "2034-09-17T14:24:10.273Z", + "stale_timestamp": "2034-09-03T14:24:10.273Z", + "stale_warning_timestamp": "2034-09-10T14:24:10.273Z", + "updated": "2024-09-03T14:24:10.273Z", "insights_id": null, "tags": [ { - "key": "card", - "value": "redundant", - "namespace": "indexing" + "key": "sensor", + "value": "optical", + "namespace": "hacking" }, { - "key": "port", - "value": "open-source", - "namespace": "transmitting" + "key": "program", + "value": "online", + "namespace": "backing up" }, { - "key": "capacitor", - "value": "back-end", + "key": "bus", + "value": "mobile", "namespace": "quantifying" }, { - "key": "system", - "value": "redundant", - "namespace": "transmitting" + "key": "monitor", + "value": "back-end", + "namespace": "quantifying" }, { - "key": "capacitor", - "value": "haptic", - "namespace": "navigating" + "key": "sensor", + "value": "virtual", + "namespace": "indexing" } ], "type": "system", @@ -9942,39 +9942,39 @@ "os_minor_version": 0 }, { - "id": "27516015-6511-4697-a77f-1253da736552", - "display_name": "davis-rogahn.example", + "id": "3f24413d-dc25-442a-be94-dba6289e6fde", + "display_name": "cormier.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:03.329Z", - "stale_timestamp": "2034-09-03T05:56:03.329Z", - "stale_warning_timestamp": "2034-09-10T05:56:03.329Z", - "updated": "2024-09-03T05:56:03.329Z", + "culled_timestamp": "2034-09-17T14:24:10.329Z", + "stale_timestamp": "2034-09-03T14:24:10.329Z", + "stale_warning_timestamp": "2034-09-10T14:24:10.329Z", + "updated": "2024-09-03T14:24:10.329Z", "insights_id": null, "tags": [ { - "key": "driver", - "value": "1080p", - "namespace": "parsing" + "key": "protocol", + "value": "auxiliary", + "namespace": "transmitting" }, { - "key": "monitor", - "value": "virtual", - "namespace": "parsing" + "key": "pixel", + "value": "online", + "namespace": "programming" }, { - "key": "array", - "value": "cross-platform", - "namespace": "bypassing" + "key": "microchip", + "value": "virtual", + "namespace": "copying" }, { - "key": "port", - "value": "primary", - "namespace": "compressing" + "key": "bandwidth", + "value": "virtual", + "namespace": "copying" }, { - "key": "microchip", - "value": "1080p", - "namespace": "compressing" + "key": "bandwidth", + "value": "cross-platform", + "namespace": "connecting" } ], "type": "system", @@ -9982,39 +9982,39 @@ "os_minor_version": 0 }, { - "id": "3f9447d6-009c-495d-bef1-11f106066cef", - "display_name": "kovacek.test", + "id": "3f2c5932-d9fd-4d5e-851d-7fb20df01aed", + "display_name": "haag-bogisich.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:03.364Z", - "stale_timestamp": "2034-09-03T05:56:03.364Z", - "stale_warning_timestamp": "2034-09-10T05:56:03.364Z", - "updated": "2024-09-03T05:56:03.364Z", + "culled_timestamp": "2034-09-17T14:24:10.269Z", + "stale_timestamp": "2034-09-03T14:24:10.269Z", + "stale_warning_timestamp": "2034-09-10T14:24:10.269Z", + "updated": "2024-09-03T14:24:10.269Z", "insights_id": null, "tags": [ { - "key": "pixel", - "value": "back-end", - "namespace": "overriding" + "key": "driver", + "value": "bluetooth", + "namespace": "synthesizing" }, { - "key": "microchip", - "value": "multi-byte", - "namespace": "copying" + "key": "system", + "value": "cross-platform", + "namespace": "parsing" }, { - "key": "bandwidth", - "value": "redundant", - "namespace": "generating" + "key": "monitor", + "value": "auxiliary", + "namespace": "quantifying" }, { - "key": "panel", - "value": "multi-byte", - "namespace": "hacking" + "key": "transmitter", + "value": "wireless", + "namespace": "calculating" }, { - "key": "matrix", - "value": "cross-platform", - "namespace": "calculating" + "key": "microchip", + "value": "bluetooth", + "namespace": "copying" } ], "type": "system", @@ -10022,39 +10022,39 @@ "os_minor_version": 0 }, { - "id": "4460783c-edf4-483f-afd5-7a33774aaeb2", - "display_name": "rempel.test", + "id": "44fb4fbe-f3ab-47cb-94ee-fc15719138a1", + "display_name": "windler.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:03.346Z", - "stale_timestamp": "2034-09-03T05:56:03.346Z", - "stale_warning_timestamp": "2034-09-10T05:56:03.346Z", - "updated": "2024-09-03T05:56:03.346Z", + "culled_timestamp": "2034-09-17T14:24:10.296Z", + "stale_timestamp": "2034-09-03T14:24:10.296Z", + "stale_warning_timestamp": "2034-09-10T14:24:10.296Z", + "updated": "2024-09-03T14:24:10.296Z", "insights_id": null, "tags": [ { - "key": "capacitor", - "value": "redundant", - "namespace": "navigating" + "key": "system", + "value": "neural", + "namespace": "transmitting" + }, + { + "key": "pixel", + "value": "multi-byte", + "namespace": "indexing" }, { "key": "bus", - "value": "primary", + "value": "open-source", "namespace": "compressing" }, { - "key": "program", - "value": "digital", - "namespace": "parsing" + "key": "driver", + "value": "bluetooth", + "namespace": "bypassing" }, { - "key": "system", + "key": "capacitor", "value": "multi-byte", - "namespace": "compressing" - }, - { - "key": "program", - "value": "bluetooth", - "namespace": "copying" + "namespace": "bypassing" } ], "type": "system", @@ -10062,39 +10062,39 @@ "os_minor_version": 0 }, { - "id": "461d17e5-e015-4e11-9e75-ea7802927d93", - "display_name": "weissnat-waters.example", + "id": "49bf9ead-7ad2-45c6-9b6f-4451269ed995", + "display_name": "armstrong-armstrong.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:03.325Z", - "stale_timestamp": "2034-09-03T05:56:03.325Z", - "stale_warning_timestamp": "2034-09-10T05:56:03.325Z", - "updated": "2024-09-03T05:56:03.325Z", + "culled_timestamp": "2034-09-17T14:24:10.287Z", + "stale_timestamp": "2034-09-03T14:24:10.287Z", + "stale_warning_timestamp": "2034-09-10T14:24:10.287Z", + "updated": "2024-09-03T14:24:10.287Z", "insights_id": null, "tags": [ { - "key": "protocol", - "value": "redundant", - "namespace": "copying" + "key": "program", + "value": "1080p", + "namespace": "bypassing" }, { - "key": "system", - "value": "neural", - "namespace": "synthesizing" + "key": "firewall", + "value": "virtual", + "namespace": "connecting" }, { - "key": "card", - "value": "bluetooth", - "namespace": "transmitting" + "key": "application", + "value": "auxiliary", + "namespace": "generating" }, { - "key": "circuit", + "key": "monitor", "value": "open-source", - "namespace": "transmitting" + "namespace": "bypassing" }, { - "key": "monitor", - "value": "wireless", - "namespace": "connecting" + "key": "panel", + "value": "open-source", + "namespace": "calculating" } ], "type": "system", @@ -10110,9 +10110,9 @@ "offset": 0 }, "links": { - "first": "/api/compliance/v2/policies/dfabbc2e-3407-4c59-a98d-ea56d2f8be29/systems?filter=%28os_major_version%3D8%29&limit=10&offset=0", - "last": "/api/compliance/v2/policies/dfabbc2e-3407-4c59-a98d-ea56d2f8be29/systems?filter=%28os_major_version%3D8%29&limit=10&offset=20", - "next": "/api/compliance/v2/policies/dfabbc2e-3407-4c59-a98d-ea56d2f8be29/systems?filter=%28os_major_version%3D8%29&limit=10&offset=10" + "first": "/api/compliance/v2/policies/e6efdbc4-cfac-48d0-9bc4-50baeeb479dc/systems?filter=%28os_major_version%3D8%29&limit=10&offset=0", + "last": "/api/compliance/v2/policies/e6efdbc4-cfac-48d0-9bc4-50baeeb479dc/systems?filter=%28os_major_version%3D8%29&limit=10&offset=20", + "next": "/api/compliance/v2/policies/e6efdbc4-cfac-48d0-9bc4-50baeeb479dc/systems?filter=%28os_major_version%3D8%29&limit=10&offset=10" } }, "summary": "", @@ -10211,39 +10211,39 @@ "value": { "data": [ { - "id": "13241069-0797-499d-9c52-f2a6046e2b09", - "display_name": "adams.example", + "id": "015fe93d-caf5-40e8-8190-0ecab86d40a9", + "display_name": "casper-hudson.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:03.867Z", - "stale_timestamp": "2034-09-03T05:56:03.867Z", - "stale_warning_timestamp": "2034-09-10T05:56:03.867Z", - "updated": "2024-09-03T05:56:03.867Z", + "culled_timestamp": "2034-09-17T14:24:10.783Z", + "stale_timestamp": "2034-09-03T14:24:10.783Z", + "stale_warning_timestamp": "2034-09-10T14:24:10.783Z", + "updated": "2024-09-03T14:24:10.783Z", "insights_id": null, "tags": [ { - "key": "array", - "value": "mobile", - "namespace": "transmitting" + "key": "bus", + "value": "1080p", + "namespace": "parsing" }, { - "key": "firewall", - "value": "digital", - "namespace": "connecting" + "key": "transmitter", + "value": "online", + "namespace": "parsing" }, { - "key": "alarm", - "value": "online", - "namespace": "backing up" + "key": "matrix", + "value": "redundant", + "namespace": "transmitting" }, { - "key": "system", - "value": "cross-platform", - "namespace": "backing up" + "key": "bandwidth", + "value": "bluetooth", + "namespace": "calculating" }, { - "key": "circuit", - "value": "multi-byte", - "namespace": "navigating" + "key": "pixel", + "value": "bluetooth", + "namespace": "compressing" } ], "type": "system", @@ -10251,39 +10251,39 @@ "os_minor_version": 0 }, { - "id": "2737e4da-30f6-4bce-bb70-24055cd87792", - "display_name": "hickle-ortiz.test", + "id": "1cf19cd3-cf8e-4523-a542-cf8aa1124a2d", + "display_name": "lockman.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:03.861Z", - "stale_timestamp": "2034-09-03T05:56:03.861Z", - "stale_warning_timestamp": "2034-09-10T05:56:03.861Z", - "updated": "2024-09-03T05:56:03.861Z", + "culled_timestamp": "2034-09-17T14:24:10.776Z", + "stale_timestamp": "2034-09-03T14:24:10.776Z", + "stale_warning_timestamp": "2034-09-10T14:24:10.776Z", + "updated": "2024-09-03T14:24:10.777Z", "insights_id": null, "tags": [ { - "key": "bandwidth", - "value": "digital", - "namespace": "synthesizing" + "key": "microchip", + "value": "neural", + "namespace": "parsing" }, { - "key": "bandwidth", - "value": "neural", - "namespace": "overriding" + "key": "program", + "value": "bluetooth", + "namespace": "bypassing" }, { - "key": "bandwidth", - "value": "solid state", - "namespace": "hacking" + "key": "application", + "value": "mobile", + "namespace": "generating" }, { - "key": "pixel", - "value": "back-end", - "namespace": "backing up" + "key": "bus", + "value": "neural", + "namespace": "copying" }, { - "key": "bandwidth", - "value": "haptic", - "namespace": "overriding" + "key": "port", + "value": "back-end", + "namespace": "hacking" } ], "type": "system", @@ -10291,38 +10291,38 @@ "os_minor_version": 0 }, { - "id": "2b0fdcc1-fd7d-479a-806f-39a2665d0bbc", - "display_name": "blick-fadel.example", + "id": "2b5afdee-63f1-450d-ad56-f8532b4ce2c0", + "display_name": "legros.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:03.872Z", - "stale_timestamp": "2034-09-03T05:56:03.872Z", - "stale_warning_timestamp": "2034-09-10T05:56:03.872Z", - "updated": "2024-09-03T05:56:03.872Z", + "culled_timestamp": "2034-09-17T14:24:10.775Z", + "stale_timestamp": "2034-09-03T14:24:10.775Z", + "stale_warning_timestamp": "2034-09-10T14:24:10.775Z", + "updated": "2024-09-03T14:24:10.775Z", "insights_id": null, "tags": [ { "key": "capacitor", - "value": "mobile", - "namespace": "programming" + "value": "redundant", + "namespace": "hacking" }, { - "key": "transmitter", - "value": "bluetooth", - "namespace": "transmitting" + "key": "circuit", + "value": "1080p", + "namespace": "indexing" }, { - "key": "port", - "value": "online", + "key": "panel", + "value": "wireless", "namespace": "generating" }, { - "key": "panel", + "key": "firewall", "value": "optical", - "namespace": "hacking" + "namespace": "bypassing" }, { - "key": "circuit", - "value": "neural", + "key": "program", + "value": "solid state", "namespace": "connecting" } ], @@ -10331,39 +10331,39 @@ "os_minor_version": 0 }, { - "id": "2bf4354f-1bb0-4818-8476-cba68f2c58cf", - "display_name": "cummings-dooley.example", + "id": "2eb72618-1ee6-424b-8d9e-c5dc67ec39a3", + "display_name": "sawayn.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:03.858Z", - "stale_timestamp": "2034-09-03T05:56:03.858Z", - "stale_warning_timestamp": "2034-09-10T05:56:03.858Z", - "updated": "2024-09-03T05:56:03.858Z", + "culled_timestamp": "2034-09-17T14:24:10.788Z", + "stale_timestamp": "2034-09-03T14:24:10.788Z", + "stale_warning_timestamp": "2034-09-10T14:24:10.788Z", + "updated": "2024-09-03T14:24:10.788Z", "insights_id": null, "tags": [ { - "key": "circuit", - "value": "solid state", - "namespace": "programming" + "key": "protocol", + "value": "back-end", + "namespace": "bypassing" }, { - "key": "interface", - "value": "wireless", - "namespace": "quantifying" + "key": "bandwidth", + "value": "open-source", + "namespace": "bypassing" }, { - "key": "pixel", - "value": "wireless", - "namespace": "hacking" + "key": "panel", + "value": "back-end", + "namespace": "synthesizing" }, { - "key": "interface", - "value": "online", - "namespace": "navigating" + "key": "firewall", + "value": "auxiliary", + "namespace": "backing up" }, { - "key": "monitor", - "value": "online", - "namespace": "indexing" + "key": "capacitor", + "value": "wireless", + "namespace": "connecting" } ], "type": "system", @@ -10371,39 +10371,39 @@ "os_minor_version": 0 }, { - "id": "303736a5-c90a-477d-a2b9-5f17d14b82c0", - "display_name": "fahey-abshire.test", + "id": "359e0d72-0c83-4d80-babc-231117173c92", + "display_name": "macgyver-oreilly.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:03.872Z", - "stale_timestamp": "2034-09-03T05:56:03.872Z", - "stale_warning_timestamp": "2034-09-10T05:56:03.872Z", - "updated": "2024-09-03T05:56:03.872Z", + "culled_timestamp": "2034-09-17T14:24:10.787Z", + "stale_timestamp": "2034-09-03T14:24:10.787Z", + "stale_warning_timestamp": "2034-09-10T14:24:10.787Z", + "updated": "2024-09-03T14:24:10.787Z", "insights_id": null, "tags": [ { - "key": "sensor", - "value": "redundant", - "namespace": "hacking" + "key": "capacitor", + "value": "back-end", + "namespace": "copying" }, { - "key": "transmitter", - "value": "neural", - "namespace": "indexing" + "key": "card", + "value": "back-end", + "namespace": "calculating" }, { "key": "array", - "value": "auxiliary", - "namespace": "navigating" + "value": "digital", + "namespace": "programming" }, { - "key": "sensor", - "value": "cross-platform", - "namespace": "transmitting" + "key": "matrix", + "value": "bluetooth", + "namespace": "compressing" }, { - "key": "card", - "value": "wireless", - "namespace": "quantifying" + "key": "program", + "value": "optical", + "namespace": "overriding" } ], "type": "system", @@ -10411,39 +10411,39 @@ "os_minor_version": 0 }, { - "id": "3eac4c7d-723e-4b7f-86a0-e0fc6d262e10", - "display_name": "swift.test", + "id": "38f11bbf-e329-4953-a319-c687e968d751", + "display_name": "kunze-graham.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:03.862Z", - "stale_timestamp": "2034-09-03T05:56:03.862Z", - "stale_warning_timestamp": "2034-09-10T05:56:03.862Z", - "updated": "2024-09-03T05:56:03.862Z", + "culled_timestamp": "2034-09-17T14:24:10.771Z", + "stale_timestamp": "2034-09-03T14:24:10.771Z", + "stale_warning_timestamp": "2034-09-10T14:24:10.771Z", + "updated": "2024-09-03T14:24:10.771Z", "insights_id": null, "tags": [ { - "key": "panel", - "value": "multi-byte", - "namespace": "transmitting" + "key": "protocol", + "value": "optical", + "namespace": "synthesizing" }, { - "key": "pixel", + "key": "bus", "value": "haptic", - "namespace": "quantifying" + "namespace": "compressing" }, { - "key": "array", - "value": "auxiliary", - "namespace": "quantifying" + "key": "capacitor", + "value": "neural", + "namespace": "calculating" }, { - "key": "transmitter", - "value": "1080p", - "namespace": "quantifying" + "key": "protocol", + "value": "wireless", + "namespace": "transmitting" }, { - "key": "system", - "value": "virtual", - "namespace": "quantifying" + "key": "panel", + "value": "neural", + "namespace": "hacking" } ], "type": "system", @@ -10451,39 +10451,39 @@ "os_minor_version": 0 }, { - "id": "53ab55da-2f85-4483-8064-915eac6e9f46", - "display_name": "kautzer.test", + "id": "38f5bab8-a239-4cd6-a49c-184d8d7eab88", + "display_name": "olson-daugherty.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:03.869Z", - "stale_timestamp": "2034-09-03T05:56:03.869Z", - "stale_warning_timestamp": "2034-09-10T05:56:03.869Z", - "updated": "2024-09-03T05:56:03.869Z", + "culled_timestamp": "2034-09-17T14:24:10.780Z", + "stale_timestamp": "2034-09-03T14:24:10.780Z", + "stale_warning_timestamp": "2034-09-10T14:24:10.780Z", + "updated": "2024-09-03T14:24:10.780Z", "insights_id": null, "tags": [ { - "key": "pixel", - "value": "neural", - "namespace": "synthesizing" + "key": "hard drive", + "value": "mobile", + "namespace": "calculating" }, { - "key": "pixel", - "value": "virtual", - "namespace": "synthesizing" + "key": "driver", + "value": "digital", + "namespace": "bypassing" }, { - "key": "port", - "value": "redundant", - "namespace": "generating" + "key": "pixel", + "value": "haptic", + "namespace": "calculating" }, { - "key": "system", - "value": "auxiliary", - "namespace": "overriding" + "key": "sensor", + "value": "solid state", + "namespace": "navigating" }, { - "key": "program", - "value": "redundant", - "namespace": "hacking" + "key": "capacitor", + "value": "optical", + "namespace": "programming" } ], "type": "system", @@ -10491,39 +10491,39 @@ "os_minor_version": 0 }, { - "id": "54b1390a-5a54-41c9-b761-eb792899583f", - "display_name": "connelly.example", + "id": "39bb50ac-bfda-4536-b533-aaa49b6d7165", + "display_name": "mclaughlin-schuppe.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:03.868Z", - "stale_timestamp": "2034-09-03T05:56:03.868Z", - "stale_warning_timestamp": "2034-09-10T05:56:03.868Z", - "updated": "2024-09-03T05:56:03.868Z", + "culled_timestamp": "2034-09-17T14:24:10.780Z", + "stale_timestamp": "2034-09-03T14:24:10.780Z", + "stale_warning_timestamp": "2034-09-10T14:24:10.780Z", + "updated": "2024-09-03T14:24:10.781Z", "insights_id": null, "tags": [ { - "key": "system", - "value": "redundant", - "namespace": "copying" + "key": "interface", + "value": "back-end", + "namespace": "generating" }, { - "key": "interface", - "value": "cross-platform", - "namespace": "bypassing" + "key": "matrix", + "value": "multi-byte", + "namespace": "parsing" }, { - "key": "panel", - "value": "optical", - "namespace": "programming" + "key": "system", + "value": "primary", + "namespace": "navigating" }, { - "key": "port", - "value": "auxiliary", - "namespace": "quantifying" + "key": "firewall", + "value": "online", + "namespace": "indexing" }, { - "key": "pixel", + "key": "circuit", "value": "bluetooth", - "namespace": "compressing" + "namespace": "backing up" } ], "type": "system", @@ -10531,39 +10531,39 @@ "os_minor_version": 0 }, { - "id": "5ae8a9f0-2322-4d8a-a449-03c6962efb03", - "display_name": "lockman.test", + "id": "3e86b406-bc7d-45aa-bf03-3d3506efc5dc", + "display_name": "satterfield.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:03.870Z", - "stale_timestamp": "2034-09-03T05:56:03.870Z", - "stale_warning_timestamp": "2034-09-10T05:56:03.870Z", - "updated": "2024-09-03T05:56:03.870Z", + "culled_timestamp": "2034-09-17T14:24:10.768Z", + "stale_timestamp": "2034-09-03T14:24:10.768Z", + "stale_warning_timestamp": "2034-09-10T14:24:10.768Z", + "updated": "2024-09-03T14:24:10.768Z", "insights_id": null, "tags": [ { - "key": "system", - "value": "wireless", - "namespace": "transmitting" + "key": "interface", + "value": "open-source", + "namespace": "backing up" }, { - "key": "pixel", - "value": "auxiliary", + "key": "matrix", + "value": "redundant", "namespace": "generating" }, { - "key": "driver", - "value": "digital", - "namespace": "backing up" + "key": "circuit", + "value": "back-end", + "namespace": "copying" }, { - "key": "feed", - "value": "primary", - "namespace": "navigating" + "key": "sensor", + "value": "back-end", + "namespace": "backing up" }, { - "key": "array", - "value": "virtual", - "namespace": "parsing" + "key": "transmitter", + "value": "wireless", + "namespace": "navigating" } ], "type": "system", @@ -10571,39 +10571,39 @@ "os_minor_version": 0 }, { - "id": "637c2c0d-0f94-44da-ab9a-27cf438bb08d", - "display_name": "marks.example", + "id": "45ba02d7-9455-49a1-9865-1c2114d5466d", + "display_name": "bergstrom.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:03.855Z", - "stale_timestamp": "2034-09-03T05:56:03.855Z", - "stale_warning_timestamp": "2034-09-10T05:56:03.855Z", - "updated": "2024-09-03T05:56:03.855Z", + "culled_timestamp": "2034-09-17T14:24:10.778Z", + "stale_timestamp": "2034-09-03T14:24:10.778Z", + "stale_warning_timestamp": "2034-09-10T14:24:10.778Z", + "updated": "2024-09-03T14:24:10.778Z", "insights_id": null, "tags": [ { - "key": "circuit", - "value": "multi-byte", - "namespace": "compressing" + "key": "monitor", + "value": "cross-platform", + "namespace": "quantifying" }, { - "key": "protocol", - "value": "neural", - "namespace": "parsing" + "key": "system", + "value": "multi-byte", + "namespace": "calculating" }, { - "key": "driver", - "value": "cross-platform", - "namespace": "parsing" + "key": "array", + "value": "optical", + "namespace": "transmitting" }, { - "key": "system", - "value": "online", - "namespace": "backing up" + "key": "panel", + "value": "virtual", + "namespace": "generating" }, { - "key": "pixel", + "key": "feed", "value": "online", - "namespace": "programming" + "namespace": "parsing" } ], "type": "system", @@ -10618,9 +10618,9 @@ "offset": 0 }, "links": { - "first": "/api/compliance/v2/policies/b652cf60-69d5-4447-a63a-36f3565c810b/systems?limit=10&offset=0", - "last": "/api/compliance/v2/policies/b652cf60-69d5-4447-a63a-36f3565c810b/systems?limit=10&offset=20", - "next": "/api/compliance/v2/policies/b652cf60-69d5-4447-a63a-36f3565c810b/systems?limit=10&offset=10" + "first": "/api/compliance/v2/policies/268330cb-38ba-410e-a54b-72bd3859bd8c/systems?limit=10&offset=0", + "last": "/api/compliance/v2/policies/268330cb-38ba-410e-a54b-72bd3859bd8c/systems?limit=10&offset=20", + "next": "/api/compliance/v2/policies/268330cb-38ba-410e-a54b-72bd3859bd8c/systems?limit=10&offset=10" } }, "summary": "", @@ -10663,7 +10663,7 @@ "items": { "type": "string", "examples": [ - "60b17725-6ffd-4197-8d7e-57532d256d88" + "ca4591fa-13df-4a1a-a998-d411cfac7778" ] } } @@ -10779,39 +10779,39 @@ "Assigns a System to a Policy": { "value": { "data": { - "id": "42b119cd-4c07-402e-ae5f-4c57fd351b5c", - "display_name": "denesik.test", + "id": "9f24389b-d073-436c-a820-e878cc571a82", + "display_name": "boyle.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:04.054Z", - "stale_timestamp": "2034-09-03T05:56:04.054Z", - "stale_warning_timestamp": "2034-09-10T05:56:04.054Z", - "updated": "2024-09-03T05:56:04.054Z", + "culled_timestamp": "2034-09-17T14:24:10.966Z", + "stale_timestamp": "2034-09-03T14:24:10.966Z", + "stale_warning_timestamp": "2034-09-10T14:24:10.966Z", + "updated": "2024-09-03T14:24:10.966Z", "insights_id": null, "tags": [ { - "key": "circuit", - "value": "solid state", - "namespace": "copying" + "key": "interface", + "value": "neural", + "namespace": "connecting" }, { - "key": "microchip", - "value": "redundant", - "namespace": "synthesizing" + "key": "program", + "value": "optical", + "namespace": "connecting" }, { - "key": "port", - "value": "back-end", - "namespace": "transmitting" + "key": "driver", + "value": "cross-platform", + "namespace": "navigating" }, { - "key": "firewall", - "value": "auxiliary", - "namespace": "bypassing" + "key": "matrix", + "value": "wireless", + "namespace": "calculating" }, { - "key": "bandwidth", - "value": "multi-byte", - "namespace": "synthesizing" + "key": "alarm", + "value": "back-end", + "namespace": "compressing" } ], "type": "system", @@ -10847,7 +10847,7 @@ "Assigns a System to a Policy": { "value": { "errors": [ - "V2::System not found with ID 70bf539c-8c03-4195-944f-649f01063f21" + "V2::System not found with ID 33470376-cf60-4ca5-8f83-2d666f1797f6" ] }, "summary": "", @@ -10904,39 +10904,39 @@ "Unassigns a System from a Policy": { "value": { "data": { - "id": "88b17942-35d3-4077-92b2-6169b6b299e4", - "display_name": "krajcik-champlin.test", + "id": "02a27ff2-0ecc-4a84-80f3-0aeeb8a74c66", + "display_name": "simonis.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:04.121Z", - "stale_timestamp": "2034-09-03T05:56:04.121Z", - "stale_warning_timestamp": "2034-09-10T05:56:04.121Z", - "updated": "2024-09-03T05:56:04.121Z", + "culled_timestamp": "2034-09-17T14:24:11.018Z", + "stale_timestamp": "2034-09-03T14:24:11.018Z", + "stale_warning_timestamp": "2034-09-10T14:24:11.018Z", + "updated": "2024-09-03T14:24:11.018Z", "insights_id": null, "tags": [ { - "key": "protocol", - "value": "open-source", - "namespace": "indexing" + "key": "capacitor", + "value": "neural", + "namespace": "quantifying" }, { - "key": "matrix", - "value": "bluetooth", - "namespace": "navigating" + "key": "firewall", + "value": "auxiliary", + "namespace": "parsing" }, { - "key": "card", - "value": "redundant", - "namespace": "calculating" + "key": "application", + "value": "virtual", + "namespace": "compressing" }, { - "key": "panel", - "value": "neural", - "namespace": "hacking" + "key": "firewall", + "value": "wireless", + "namespace": "quantifying" }, { "key": "bus", - "value": "cross-platform", - "namespace": "copying" + "value": "optical", + "namespace": "parsing" } ], "type": "system", @@ -10972,7 +10972,7 @@ "Description of an error when unassigning a non-existing System": { "value": { "errors": [ - "V2::System not found with ID 8878fd87-88bf-443c-884d-32cb709a2ebc" + "V2::System not found with ID 0d548bd9-065f-40b0-8763-fd1008e06e6f" ] }, "summary": "", @@ -11081,39 +11081,39 @@ "value": { "data": [ { - "id": "021c3244-2bc5-48e0-b23d-92dc53bd0271", - "display_name": "jacobson-predovic.example", + "id": "1595dbad-6093-4f5a-8a23-c7d03eb42a83", + "display_name": "carter.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:04.351Z", - "stale_timestamp": "2034-09-03T05:56:04.351Z", - "stale_warning_timestamp": "2034-09-10T05:56:04.351Z", - "updated": "2024-09-03T05:56:04.351Z", + "culled_timestamp": "2034-09-17T14:24:11.329Z", + "stale_timestamp": "2034-09-03T14:24:11.329Z", + "stale_warning_timestamp": "2034-09-10T14:24:11.329Z", + "updated": "2024-09-03T14:24:11.329Z", "insights_id": null, "tags": [ { - "key": "firewall", - "value": "cross-platform", - "namespace": "transmitting" + "key": "microchip", + "value": "multi-byte", + "namespace": "indexing" }, { - "key": "driver", - "value": "cross-platform", - "namespace": "synthesizing" + "key": "sensor", + "value": "auxiliary", + "namespace": "connecting" }, { - "key": "capacitor", - "value": "auxiliary", - "namespace": "overriding" + "key": "interface", + "value": "neural", + "namespace": "bypassing" }, { - "key": "firewall", - "value": "multi-byte", - "namespace": "indexing" + "key": "monitor", + "value": "cross-platform", + "namespace": "generating" }, { - "key": "bandwidth", - "value": "optical", - "namespace": "indexing" + "key": "bus", + "value": "multi-byte", + "namespace": "calculating" } ], "type": "system", @@ -11121,45 +11121,45 @@ "os_minor_version": 0, "policies": [ { - "id": "9558d5d0-5662-4b46-912b-bcb7274ed44e", - "title": "Mollitia illo aspernatur incidunt." + "id": "25f71fc3-2223-4b93-baec-26b479f6e2b2", + "title": "Ut vitae quis cum." } ] }, { - "id": "06e5b257-3548-4190-85ad-72ea71b985b7", - "display_name": "osinski.test", + "id": "20f5266d-de9f-4142-8c6a-d3c9b74fbb90", + "display_name": "streich.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:04.361Z", - "stale_timestamp": "2034-09-03T05:56:04.361Z", - "stale_warning_timestamp": "2034-09-10T05:56:04.361Z", - "updated": "2024-09-03T05:56:04.361Z", + "culled_timestamp": "2034-09-17T14:24:11.343Z", + "stale_timestamp": "2034-09-03T14:24:11.343Z", + "stale_warning_timestamp": "2034-09-10T14:24:11.343Z", + "updated": "2024-09-03T14:24:11.343Z", "insights_id": null, "tags": [ { - "key": "panel", - "value": "cross-platform", - "namespace": "transmitting" + "key": "card", + "value": "primary", + "namespace": "indexing" }, { - "key": "bus", - "value": "cross-platform", - "namespace": "overriding" + "key": "microchip", + "value": "solid state", + "namespace": "copying" }, { - "key": "interface", - "value": "online", - "namespace": "bypassing" + "key": "program", + "value": "neural", + "namespace": "generating" }, { - "key": "interface", - "value": "online", - "namespace": "calculating" + "key": "program", + "value": "multi-byte", + "namespace": "hacking" }, { - "key": "feed", - "value": "haptic", - "namespace": "transmitting" + "key": "driver", + "value": "wireless", + "namespace": "calculating" } ], "type": "system", @@ -11167,45 +11167,45 @@ "os_minor_version": 0, "policies": [ { - "id": "9558d5d0-5662-4b46-912b-bcb7274ed44e", - "title": "Mollitia illo aspernatur incidunt." + "id": "25f71fc3-2223-4b93-baec-26b479f6e2b2", + "title": "Ut vitae quis cum." } ] }, { - "id": "1158a9d7-ff3a-462f-865a-fccf7e6f6cef", - "display_name": "shanahan-bailey.example", + "id": "244808bc-dc06-4b81-a19f-b54e2b493b49", + "display_name": "stiedemann-waters.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:04.339Z", - "stale_timestamp": "2034-09-03T05:56:04.339Z", - "stale_warning_timestamp": "2034-09-10T05:56:04.339Z", - "updated": "2024-09-03T05:56:04.339Z", + "culled_timestamp": "2034-09-17T14:24:11.243Z", + "stale_timestamp": "2034-09-03T14:24:11.243Z", + "stale_warning_timestamp": "2034-09-10T14:24:11.243Z", + "updated": "2024-09-03T14:24:11.243Z", "insights_id": null, "tags": [ { - "key": "alarm", - "value": "auxiliary", - "namespace": "generating" + "key": "transmitter", + "value": "wireless", + "namespace": "copying" }, { - "key": "circuit", - "value": "auxiliary", - "namespace": "hacking" + "key": "panel", + "value": "haptic", + "namespace": "backing up" }, { - "key": "application", - "value": "haptic", - "namespace": "indexing" + "key": "program", + "value": "cross-platform", + "namespace": "backing up" }, { - "key": "interface", - "value": "virtual", - "namespace": "indexing" + "key": "array", + "value": "primary", + "namespace": "parsing" }, { - "key": "bandwidth", - "value": "virtual", - "namespace": "indexing" + "key": "array", + "value": "online", + "namespace": "parsing" } ], "type": "system", @@ -11213,45 +11213,45 @@ "os_minor_version": 0, "policies": [ { - "id": "9558d5d0-5662-4b46-912b-bcb7274ed44e", - "title": "Mollitia illo aspernatur incidunt." + "id": "25f71fc3-2223-4b93-baec-26b479f6e2b2", + "title": "Ut vitae quis cum." } ] }, { - "id": "2068b7ab-43c4-4da5-9ac6-61b757f73678", - "display_name": "wehner.test", + "id": "251ebe3f-a27d-4b91-96dd-eb043fcae557", + "display_name": "jones.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:04.374Z", - "stale_timestamp": "2034-09-03T05:56:04.374Z", - "stale_warning_timestamp": "2034-09-10T05:56:04.374Z", - "updated": "2024-09-03T05:56:04.374Z", + "culled_timestamp": "2034-09-17T14:24:11.239Z", + "stale_timestamp": "2034-09-03T14:24:11.239Z", + "stale_warning_timestamp": "2034-09-10T14:24:11.239Z", + "updated": "2024-09-03T14:24:11.239Z", "insights_id": null, "tags": [ { - "key": "panel", - "value": "primary", - "namespace": "quantifying" + "key": "pixel", + "value": "redundant", + "namespace": "synthesizing" }, { - "key": "hard drive", - "value": "mobile", - "namespace": "connecting" + "key": "firewall", + "value": "redundant", + "namespace": "parsing" }, { - "key": "interface", - "value": "online", - "namespace": "connecting" + "key": "feed", + "value": "primary", + "namespace": "parsing" }, { - "key": "firewall", - "value": "mobile", - "namespace": "backing up" + "key": "driver", + "value": "neural", + "namespace": "copying" }, { - "key": "application", - "value": "1080p", - "namespace": "quantifying" + "key": "circuit", + "value": "back-end", + "namespace": "generating" } ], "type": "system", @@ -11259,45 +11259,45 @@ "os_minor_version": 0, "policies": [ { - "id": "9558d5d0-5662-4b46-912b-bcb7274ed44e", - "title": "Mollitia illo aspernatur incidunt." + "id": "25f71fc3-2223-4b93-baec-26b479f6e2b2", + "title": "Ut vitae quis cum." } ] }, { - "id": "2c686dcc-a4f4-4afe-ad63-a6a942da0733", - "display_name": "fadel.test", + "id": "4733a1a2-f201-43ad-849d-21a4e3d9d08a", + "display_name": "steuber.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:04.402Z", - "stale_timestamp": "2034-09-03T05:56:04.402Z", - "stale_warning_timestamp": "2034-09-10T05:56:04.402Z", - "updated": "2024-09-03T05:56:04.402Z", + "culled_timestamp": "2034-09-17T14:24:11.347Z", + "stale_timestamp": "2034-09-03T14:24:11.347Z", + "stale_warning_timestamp": "2034-09-10T14:24:11.347Z", + "updated": "2024-09-03T14:24:11.347Z", "insights_id": null, "tags": [ { - "key": "bus", - "value": "primary", - "namespace": "indexing" - }, - { - "key": "port", + "key": "application", "value": "open-source", - "namespace": "backing up" + "namespace": "generating" }, { - "key": "driver", + "key": "bus", "value": "online", - "namespace": "copying" + "namespace": "compressing" }, { - "key": "port", - "value": "wireless", - "namespace": "copying" + "key": "firewall", + "value": "solid state", + "namespace": "quantifying" }, { - "key": "port", - "value": "auxiliary", - "namespace": "compressing" + "key": "monitor", + "value": "open-source", + "namespace": "quantifying" + }, + { + "key": "protocol", + "value": "cross-platform", + "namespace": "copying" } ], "type": "system", @@ -11305,45 +11305,45 @@ "os_minor_version": 0, "policies": [ { - "id": "9558d5d0-5662-4b46-912b-bcb7274ed44e", - "title": "Mollitia illo aspernatur incidunt." + "id": "25f71fc3-2223-4b93-baec-26b479f6e2b2", + "title": "Ut vitae quis cum." } ] }, { - "id": "314ad71e-4f53-44c0-9d21-4f7a3e5ddd12", - "display_name": "zieme.test", + "id": "4be95cdb-4c60-4c50-a556-3b753d394008", + "display_name": "gottlieb-oberbrunner.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:04.416Z", - "stale_timestamp": "2034-09-03T05:56:04.416Z", - "stale_warning_timestamp": "2034-09-10T05:56:04.416Z", - "updated": "2024-09-03T05:56:04.416Z", + "culled_timestamp": "2034-09-17T14:24:11.278Z", + "stale_timestamp": "2034-09-03T14:24:11.278Z", + "stale_warning_timestamp": "2034-09-10T14:24:11.278Z", + "updated": "2024-09-03T14:24:11.278Z", "insights_id": null, "tags": [ { - "key": "circuit", - "value": "wireless", - "namespace": "synthesizing" + "key": "interface", + "value": "1080p", + "namespace": "navigating" }, { - "key": "sensor", + "key": "bus", "value": "optical", - "namespace": "parsing" + "namespace": "calculating" }, { - "key": "bandwidth", - "value": "redundant", - "namespace": "calculating" + "key": "alarm", + "value": "back-end", + "namespace": "hacking" }, { - "key": "system", - "value": "digital", - "namespace": "transmitting" + "key": "card", + "value": "neural", + "namespace": "connecting" }, { - "key": "feed", - "value": "redundant", - "namespace": "indexing" + "key": "bandwidth", + "value": "online", + "namespace": "navigating" } ], "type": "system", @@ -11351,45 +11351,45 @@ "os_minor_version": 0, "policies": [ { - "id": "9558d5d0-5662-4b46-912b-bcb7274ed44e", - "title": "Mollitia illo aspernatur incidunt." + "id": "25f71fc3-2223-4b93-baec-26b479f6e2b2", + "title": "Ut vitae quis cum." } ] }, { - "id": "488b889b-8c82-4ded-b4dc-8b1a02eda556", - "display_name": "conroy.test", + "id": "52d3c159-04f3-4424-9127-2bcf5d7b49c5", + "display_name": "glover-doyle.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:04.346Z", - "stale_timestamp": "2034-09-03T05:56:04.346Z", - "stale_warning_timestamp": "2034-09-10T05:56:04.346Z", - "updated": "2024-09-03T05:56:04.346Z", + "culled_timestamp": "2034-09-17T14:24:11.268Z", + "stale_timestamp": "2034-09-03T14:24:11.268Z", + "stale_warning_timestamp": "2034-09-10T14:24:11.268Z", + "updated": "2024-09-03T14:24:11.268Z", "insights_id": null, "tags": [ { - "key": "driver", - "value": "bluetooth", - "namespace": "programming" + "key": "transmitter", + "value": "neural", + "namespace": "navigating" }, { - "key": "alarm", + "key": "panel", "value": "mobile", - "namespace": "synthesizing" - }, - { - "key": "sensor", - "value": "virtual", "namespace": "generating" }, { - "key": "pixel", - "value": "multi-byte", + "key": "port", + "value": "optical", "namespace": "indexing" }, { - "key": "application", - "value": "auxiliary", - "namespace": "backing up" + "key": "bandwidth", + "value": "cross-platform", + "namespace": "generating" + }, + { + "key": "microchip", + "value": "online", + "namespace": "navigating" } ], "type": "system", @@ -11397,45 +11397,45 @@ "os_minor_version": 0, "policies": [ { - "id": "9558d5d0-5662-4b46-912b-bcb7274ed44e", - "title": "Mollitia illo aspernatur incidunt." + "id": "25f71fc3-2223-4b93-baec-26b479f6e2b2", + "title": "Ut vitae quis cum." } ] }, { - "id": "5e61fe97-0c70-4ab9-80e0-154d57828b10", - "display_name": "kerluke.test", + "id": "5478eab1-1f19-47b9-8e25-75df15fbed5c", + "display_name": "hintz-dickens.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:04.335Z", - "stale_timestamp": "2034-09-03T05:56:04.335Z", - "stale_warning_timestamp": "2034-09-10T05:56:04.335Z", - "updated": "2024-09-03T05:56:04.335Z", + "culled_timestamp": "2034-09-17T14:24:11.334Z", + "stale_timestamp": "2034-09-03T14:24:11.334Z", + "stale_warning_timestamp": "2034-09-10T14:24:11.334Z", + "updated": "2024-09-03T14:24:11.334Z", "insights_id": null, "tags": [ { - "key": "pixel", - "value": "wireless", - "namespace": "transmitting" + "key": "card", + "value": "back-end", + "namespace": "calculating" }, { - "key": "bus", - "value": "bluetooth", - "namespace": "backing up" + "key": "alarm", + "value": "digital", + "namespace": "navigating" }, { - "key": "interface", - "value": "neural", - "namespace": "programming" + "key": "program", + "value": "online", + "namespace": "generating" }, { - "key": "sensor", - "value": "auxiliary", - "namespace": "connecting" + "key": "circuit", + "value": "virtual", + "namespace": "navigating" }, { - "key": "application", - "value": "open-source", - "namespace": "compressing" + "key": "system", + "value": "redundant", + "namespace": "synthesizing" } ], "type": "system", @@ -11443,44 +11443,44 @@ "os_minor_version": 0, "policies": [ { - "id": "9558d5d0-5662-4b46-912b-bcb7274ed44e", - "title": "Mollitia illo aspernatur incidunt." + "id": "25f71fc3-2223-4b93-baec-26b479f6e2b2", + "title": "Ut vitae quis cum." } ] }, { - "id": "602b645c-4716-4d67-973b-e2c68bbabde1", - "display_name": "will.test", + "id": "5b3e8abf-4e2b-4f0a-ba45-ea63a83aa992", + "display_name": "harvey.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:04.326Z", - "stale_timestamp": "2034-09-03T05:56:04.326Z", - "stale_warning_timestamp": "2034-09-10T05:56:04.326Z", - "updated": "2024-09-03T05:56:04.326Z", + "culled_timestamp": "2034-09-17T14:24:11.263Z", + "stale_timestamp": "2034-09-03T14:24:11.263Z", + "stale_warning_timestamp": "2034-09-10T14:24:11.263Z", + "updated": "2024-09-03T14:24:11.263Z", "insights_id": null, "tags": [ { - "key": "transmitter", - "value": "wireless", - "namespace": "calculating" + "key": "pixel", + "value": "primary", + "namespace": "indexing" }, { - "key": "transmitter", - "value": "digital", - "namespace": "compressing" + "key": "program", + "value": "primary", + "namespace": "synthesizing" }, { - "key": "pixel", + "key": "alarm", "value": "1080p", - "namespace": "backing up" + "namespace": "navigating" }, { - "key": "circuit", - "value": "cross-platform", - "namespace": "parsing" + "key": "interface", + "value": "multi-byte", + "namespace": "hacking" }, { - "key": "feed", - "value": "digital", + "key": "port", + "value": "open-source", "namespace": "copying" } ], @@ -11489,45 +11489,45 @@ "os_minor_version": 0, "policies": [ { - "id": "9558d5d0-5662-4b46-912b-bcb7274ed44e", - "title": "Mollitia illo aspernatur incidunt." + "id": "25f71fc3-2223-4b93-baec-26b479f6e2b2", + "title": "Ut vitae quis cum." } ] }, { - "id": "60b6f1d7-cdef-47e3-baa9-c136ba02bd16", - "display_name": "douglas-oreilly.example", + "id": "64cdd496-b371-4164-b545-15e858781f79", + "display_name": "donnelly-oconnell.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:04.446Z", - "stale_timestamp": "2034-09-03T05:56:04.446Z", - "stale_warning_timestamp": "2034-09-10T05:56:04.446Z", - "updated": "2024-09-03T05:56:04.446Z", + "culled_timestamp": "2034-09-17T14:24:11.283Z", + "stale_timestamp": "2034-09-03T14:24:11.283Z", + "stale_warning_timestamp": "2034-09-10T14:24:11.283Z", + "updated": "2024-09-03T14:24:11.283Z", "insights_id": null, "tags": [ { - "key": "pixel", - "value": "1080p", - "namespace": "connecting" + "key": "feed", + "value": "auxiliary", + "namespace": "navigating" }, { - "key": "application", - "value": "multi-byte", - "namespace": "overriding" + "key": "bandwidth", + "value": "1080p", + "namespace": "backing up" }, { - "key": "interface", - "value": "primary", - "namespace": "overriding" + "key": "protocol", + "value": "cross-platform", + "namespace": "calculating" }, { - "key": "port", - "value": "auxiliary", - "namespace": "synthesizing" + "key": "system", + "value": "haptic", + "namespace": "calculating" }, { - "key": "protocol", - "value": "multi-byte", - "namespace": "compressing" + "key": "driver", + "value": "bluetooth", + "namespace": "connecting" } ], "type": "system", @@ -11535,8 +11535,8 @@ "os_minor_version": 0, "policies": [ { - "id": "9558d5d0-5662-4b46-912b-bcb7274ed44e", - "title": "Mollitia illo aspernatur incidunt." + "id": "25f71fc3-2223-4b93-baec-26b479f6e2b2", + "title": "Ut vitae quis cum." } ] } @@ -11548,9 +11548,9 @@ "offset": 0 }, "links": { - "first": "/api/compliance/v2/reports/9558d5d0-5662-4b46-912b-bcb7274ed44e/systems?limit=10&offset=0", - "last": "/api/compliance/v2/reports/9558d5d0-5662-4b46-912b-bcb7274ed44e/systems?limit=10&offset=20", - "next": "/api/compliance/v2/reports/9558d5d0-5662-4b46-912b-bcb7274ed44e/systems?limit=10&offset=10" + "first": "/api/compliance/v2/reports/25f71fc3-2223-4b93-baec-26b479f6e2b2/systems?limit=10&offset=0", + "last": "/api/compliance/v2/reports/25f71fc3-2223-4b93-baec-26b479f6e2b2/systems?limit=10&offset=20", + "next": "/api/compliance/v2/reports/25f71fc3-2223-4b93-baec-26b479f6e2b2/systems?limit=10&offset=10" } }, "summary": "", @@ -11560,39 +11560,39 @@ "value": { "data": [ { - "id": "0349df49-48a1-4e50-906b-3c535dc833a2", - "display_name": "bernier.example", + "id": "0cbe6992-e792-4585-b1a9-0cad58b0bcd2", + "display_name": "schmidt.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:04.705Z", - "stale_timestamp": "2034-09-03T05:56:04.705Z", - "stale_warning_timestamp": "2034-09-10T05:56:04.705Z", - "updated": "2024-09-03T05:56:04.705Z", + "culled_timestamp": "2034-09-17T14:24:11.609Z", + "stale_timestamp": "2034-09-03T14:24:11.609Z", + "stale_warning_timestamp": "2034-09-10T14:24:11.609Z", + "updated": "2024-09-03T14:24:11.609Z", "insights_id": null, "tags": [ { - "key": "application", - "value": "virtual", - "namespace": "hacking" - }, - { - "key": "protocol", + "key": "alarm", "value": "solid state", - "namespace": "generating" + "namespace": "indexing" }, { - "key": "monitor", - "value": "primary", - "namespace": "generating" + "key": "microchip", + "value": "wireless", + "namespace": "compressing" }, { - "key": "monitor", - "value": "cross-platform", - "namespace": "parsing" + "key": "system", + "value": "solid state", + "namespace": "navigating" }, { - "key": "feed", - "value": "online", + "key": "bandwidth", + "value": "haptic", "namespace": "hacking" + }, + { + "key": "bus", + "value": "redundant", + "namespace": "overriding" } ], "type": "system", @@ -11600,44 +11600,44 @@ "os_minor_version": 0, "policies": [ { - "id": "ee684387-cb11-478a-ac2a-774346c0cbcd", - "title": "Rem enim distinctio aut." + "id": "eb279239-0288-49ed-b5ed-13201d1821f6", + "title": "Atque quia eos assumenda." } ] }, { - "id": "06a7e759-401f-408a-97d4-0778dec9b37b", - "display_name": "powlowski.example", + "id": "10eddc90-0822-4ab2-8e1c-ff37fcc7a150", + "display_name": "quigley.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:04.761Z", - "stale_timestamp": "2034-09-03T05:56:04.761Z", - "stale_warning_timestamp": "2034-09-10T05:56:04.761Z", - "updated": "2024-09-03T05:56:04.761Z", + "culled_timestamp": "2034-09-17T14:24:11.655Z", + "stale_timestamp": "2034-09-03T14:24:11.655Z", + "stale_warning_timestamp": "2034-09-10T14:24:11.655Z", + "updated": "2024-09-03T14:24:11.655Z", "insights_id": null, "tags": [ { - "key": "program", - "value": "haptic", - "namespace": "hacking" + "key": "system", + "value": "digital", + "namespace": "parsing" }, { - "key": "card", - "value": "wireless", - "namespace": "hacking" + "key": "hard drive", + "value": "primary", + "namespace": "programming" }, { - "key": "pixel", - "value": "redundant", - "namespace": "hacking" + "key": "application", + "value": "optical", + "namespace": "calculating" }, { - "key": "microchip", - "value": "primary", - "namespace": "hacking" + "key": "hard drive", + "value": "auxiliary", + "namespace": "synthesizing" }, { - "key": "alarm", - "value": "auxiliary", + "key": "application", + "value": "cross-platform", "namespace": "transmitting" } ], @@ -11646,44 +11646,44 @@ "os_minor_version": 0, "policies": [ { - "id": "ee684387-cb11-478a-ac2a-774346c0cbcd", - "title": "Rem enim distinctio aut." + "id": "eb279239-0288-49ed-b5ed-13201d1821f6", + "title": "Atque quia eos assumenda." } ] }, { - "id": "08a57791-ba41-4321-b2b7-0091cde3b8e0", - "display_name": "kub-feest.test", + "id": "184b54e4-f586-46d6-9a60-b73a15f017e0", + "display_name": "daniel.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:04.714Z", - "stale_timestamp": "2034-09-03T05:56:04.714Z", - "stale_warning_timestamp": "2034-09-10T05:56:04.714Z", - "updated": "2024-09-03T05:56:04.714Z", + "culled_timestamp": "2034-09-17T14:24:11.622Z", + "stale_timestamp": "2034-09-03T14:24:11.622Z", + "stale_warning_timestamp": "2034-09-10T14:24:11.622Z", + "updated": "2024-09-03T14:24:11.622Z", "insights_id": null, "tags": [ { - "key": "bus", - "value": "haptic", - "namespace": "copying" + "key": "system", + "value": "wireless", + "namespace": "connecting" }, { - "key": "firewall", - "value": "auxiliary", - "namespace": "quantifying" + "key": "capacitor", + "value": "virtual", + "namespace": "overriding" }, { - "key": "bus", - "value": "auxiliary", - "namespace": "hacking" + "key": "protocol", + "value": "open-source", + "namespace": "connecting" }, { - "key": "system", - "value": "optical", - "namespace": "hacking" + "key": "pixel", + "value": "mobile", + "namespace": "navigating" }, { - "key": "bandwidth", - "value": "mobile", + "key": "protocol", + "value": "haptic", "namespace": "indexing" } ], @@ -11692,45 +11692,45 @@ "os_minor_version": 0, "policies": [ { - "id": "ee684387-cb11-478a-ac2a-774346c0cbcd", - "title": "Rem enim distinctio aut." + "id": "eb279239-0288-49ed-b5ed-13201d1821f6", + "title": "Atque quia eos assumenda." } ] }, { - "id": "39840d8f-b522-46b3-9a8a-703b59ecacf2", - "display_name": "mayer.example", + "id": "19b3a30f-3460-4025-940d-75d8a25d11b6", + "display_name": "stark-cummings.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:04.718Z", - "stale_timestamp": "2034-09-03T05:56:04.718Z", - "stale_warning_timestamp": "2034-09-10T05:56:04.718Z", - "updated": "2024-09-03T05:56:04.718Z", + "culled_timestamp": "2034-09-17T14:24:11.649Z", + "stale_timestamp": "2034-09-03T14:24:11.649Z", + "stale_warning_timestamp": "2034-09-10T14:24:11.649Z", + "updated": "2024-09-03T14:24:11.649Z", "insights_id": null, "tags": [ { - "key": "matrix", - "value": "multi-byte", - "namespace": "connecting" + "key": "firewall", + "value": "back-end", + "namespace": "backing up" }, { - "key": "interface", + "key": "sensor", "value": "wireless", - "namespace": "programming" + "namespace": "compressing" }, { - "key": "feed", - "value": "virtual", - "namespace": "synthesizing" + "key": "system", + "value": "1080p", + "namespace": "connecting" }, { - "key": "interface", - "value": "haptic", - "namespace": "backing up" + "key": "feed", + "value": "virtual", + "namespace": "quantifying" }, { - "key": "transmitter", - "value": "primary", - "namespace": "copying" + "key": "hard drive", + "value": "open-source", + "namespace": "bypassing" } ], "type": "system", @@ -11738,45 +11738,45 @@ "os_minor_version": 0, "policies": [ { - "id": "ee684387-cb11-478a-ac2a-774346c0cbcd", - "title": "Rem enim distinctio aut." + "id": "eb279239-0288-49ed-b5ed-13201d1821f6", + "title": "Atque quia eos assumenda." } ] }, { - "id": "417d0fd1-d1b4-4c68-9aa4-05044a6290b8", - "display_name": "lockman-armstrong.test", + "id": "22692174-2e68-47be-935e-b1d3b24758f8", + "display_name": "hackett.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:04.736Z", - "stale_timestamp": "2034-09-03T05:56:04.736Z", - "stale_warning_timestamp": "2034-09-10T05:56:04.736Z", - "updated": "2024-09-03T05:56:04.736Z", + "culled_timestamp": "2034-09-17T14:24:11.632Z", + "stale_timestamp": "2034-09-03T14:24:11.632Z", + "stale_warning_timestamp": "2034-09-10T14:24:11.632Z", + "updated": "2024-09-03T14:24:11.632Z", "insights_id": null, "tags": [ { - "key": "system", - "value": "1080p", + "key": "firewall", + "value": "online", "namespace": "overriding" }, { - "key": "microchip", - "value": "open-source", - "namespace": "generating" + "key": "array", + "value": "bluetooth", + "namespace": "connecting" }, { - "key": "system", - "value": "wireless", - "namespace": "generating" + "key": "array", + "value": "multi-byte", + "namespace": "calculating" }, { - "key": "bus", - "value": "primary", - "namespace": "calculating" + "key": "alarm", + "value": "neural", + "namespace": "overriding" }, { - "key": "circuit", - "value": "redundant", - "namespace": "calculating" + "key": "sensor", + "value": "mobile", + "namespace": "generating" } ], "type": "system", @@ -11784,45 +11784,45 @@ "os_minor_version": 0, "policies": [ { - "id": "ee684387-cb11-478a-ac2a-774346c0cbcd", - "title": "Rem enim distinctio aut." + "id": "eb279239-0288-49ed-b5ed-13201d1821f6", + "title": "Atque quia eos assumenda." } ] }, { - "id": "62a21a47-d0a6-4a95-9e8c-08f88f2c019e", - "display_name": "grant-monahan.test", + "id": "24b9620a-0f1d-4bb4-9259-b8a12c5d65a6", + "display_name": "hilll.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:04.693Z", - "stale_timestamp": "2034-09-03T05:56:04.693Z", - "stale_warning_timestamp": "2034-09-10T05:56:04.693Z", - "updated": "2024-09-03T05:56:04.693Z", + "culled_timestamp": "2034-09-17T14:24:11.583Z", + "stale_timestamp": "2034-09-03T14:24:11.583Z", + "stale_warning_timestamp": "2034-09-10T14:24:11.583Z", + "updated": "2024-09-03T14:24:11.583Z", "insights_id": null, "tags": [ { - "key": "program", - "value": "redundant", - "namespace": "overriding" + "key": "circuit", + "value": "back-end", + "namespace": "bypassing" }, { - "key": "feed", - "value": "haptic", - "namespace": "bypassing" + "key": "firewall", + "value": "redundant", + "namespace": "transmitting" }, { - "key": "hard drive", - "value": "mobile", - "namespace": "synthesizing" + "key": "firewall", + "value": "open-source", + "namespace": "calculating" }, { "key": "circuit", - "value": "bluetooth", - "namespace": "navigating" + "value": "redundant", + "namespace": "calculating" }, { - "key": "transmitter", - "value": "mobile", - "namespace": "navigating" + "key": "circuit", + "value": "optical", + "namespace": "quantifying" } ], "type": "system", @@ -11830,45 +11830,45 @@ "os_minor_version": 0, "policies": [ { - "id": "ee684387-cb11-478a-ac2a-774346c0cbcd", - "title": "Rem enim distinctio aut." + "id": "eb279239-0288-49ed-b5ed-13201d1821f6", + "title": "Atque quia eos assumenda." } ] }, { - "id": "675d0603-451a-4e1c-b38b-62bdc74d6189", - "display_name": "larkin-ferry.example", + "id": "2dcd2079-0da9-42d2-b5c4-144c1e44f668", + "display_name": "fadel-frami.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:04.675Z", - "stale_timestamp": "2034-09-03T05:56:04.675Z", - "stale_warning_timestamp": "2034-09-10T05:56:04.675Z", - "updated": "2024-09-03T05:56:04.675Z", + "culled_timestamp": "2034-09-17T14:24:11.675Z", + "stale_timestamp": "2034-09-03T14:24:11.675Z", + "stale_warning_timestamp": "2034-09-10T14:24:11.675Z", + "updated": "2024-09-03T14:24:11.675Z", "insights_id": null, "tags": [ { - "key": "interface", - "value": "1080p", - "namespace": "overriding" + "key": "monitor", + "value": "primary", + "namespace": "backing up" }, { - "key": "application", - "value": "bluetooth", - "namespace": "hacking" + "key": "alarm", + "value": "neural", + "namespace": "backing up" }, { - "key": "array", - "value": "primary", - "namespace": "programming" + "key": "feed", + "value": "virtual", + "namespace": "quantifying" }, { - "key": "bandwidth", - "value": "bluetooth", - "namespace": "calculating" + "key": "interface", + "value": "neural", + "namespace": "backing up" }, { - "key": "firewall", - "value": "digital", - "namespace": "compressing" + "key": "port", + "value": "multi-byte", + "namespace": "overriding" } ], "type": "system", @@ -11876,45 +11876,45 @@ "os_minor_version": 0, "policies": [ { - "id": "ee684387-cb11-478a-ac2a-774346c0cbcd", - "title": "Rem enim distinctio aut." + "id": "eb279239-0288-49ed-b5ed-13201d1821f6", + "title": "Atque quia eos assumenda." } ] }, { - "id": "68f34dad-7b7f-4fc8-a69f-4f1ccdcb13fd", - "display_name": "borer.test", + "id": "3eaef17d-224d-45cd-bb88-f0a5cc1fb8df", + "display_name": "huel.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:04.723Z", - "stale_timestamp": "2034-09-03T05:56:04.723Z", - "stale_warning_timestamp": "2034-09-10T05:56:04.723Z", - "updated": "2024-09-03T05:56:04.723Z", + "culled_timestamp": "2034-09-17T14:24:11.570Z", + "stale_timestamp": "2034-09-03T14:24:11.570Z", + "stale_warning_timestamp": "2034-09-10T14:24:11.570Z", + "updated": "2024-09-03T14:24:11.570Z", "insights_id": null, "tags": [ { "key": "capacitor", - "value": "cross-platform", - "namespace": "overriding" + "value": "redundant", + "namespace": "transmitting" }, { - "key": "protocol", - "value": "digital", - "namespace": "programming" + "key": "interface", + "value": "mobile", + "namespace": "calculating" }, { - "key": "alarm", - "value": "bluetooth", - "namespace": "copying" + "key": "application", + "value": "haptic", + "namespace": "overriding" }, { - "key": "pixel", - "value": "solid state", - "namespace": "indexing" + "key": "hard drive", + "value": "optical", + "namespace": "quantifying" }, { - "key": "circuit", + "key": "port", "value": "online", - "namespace": "connecting" + "namespace": "copying" } ], "type": "system", @@ -11922,45 +11922,45 @@ "os_minor_version": 0, "policies": [ { - "id": "ee684387-cb11-478a-ac2a-774346c0cbcd", - "title": "Rem enim distinctio aut." + "id": "eb279239-0288-49ed-b5ed-13201d1821f6", + "title": "Atque quia eos assumenda." } ] }, { - "id": "6c562294-4e05-4b19-9173-f34d607eba51", - "display_name": "pollich.test", + "id": "4ecea433-2ca5-4bd6-96ba-6caf1c4975c6", + "display_name": "schowalter.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:04.689Z", - "stale_timestamp": "2034-09-03T05:56:04.689Z", - "stale_warning_timestamp": "2034-09-10T05:56:04.689Z", - "updated": "2024-09-03T05:56:04.689Z", + "culled_timestamp": "2034-09-17T14:24:11.627Z", + "stale_timestamp": "2034-09-03T14:24:11.627Z", + "stale_warning_timestamp": "2034-09-10T14:24:11.627Z", + "updated": "2024-09-03T14:24:11.627Z", "insights_id": null, "tags": [ { - "key": "system", - "value": "online", - "namespace": "bypassing" + "key": "capacitor", + "value": "digital", + "namespace": "compressing" }, { "key": "application", - "value": "virtual", - "namespace": "synthesizing" - }, - { - "key": "interface", - "value": "online", - "namespace": "overriding" + "value": "back-end", + "namespace": "connecting" }, { - "key": "application", - "value": "online", - "namespace": "copying" + "key": "array", + "value": "wireless", + "namespace": "bypassing" }, { - "key": "program", - "value": "haptic", - "namespace": "programming" + "key": "circuit", + "value": "auxiliary", + "namespace": "transmitting" + }, + { + "key": "card", + "value": "cross-platform", + "namespace": "overriding" } ], "type": "system", @@ -11968,45 +11968,45 @@ "os_minor_version": 0, "policies": [ { - "id": "ee684387-cb11-478a-ac2a-774346c0cbcd", - "title": "Rem enim distinctio aut." + "id": "eb279239-0288-49ed-b5ed-13201d1821f6", + "title": "Atque quia eos assumenda." } ] }, { - "id": "756cc2e8-82e5-40da-af31-eb06be042a66", - "display_name": "quigley.test", + "id": "53264773-9e72-44db-8269-a6afdd2e7d2e", + "display_name": "bergstrom.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:04.749Z", - "stale_timestamp": "2034-09-03T05:56:04.749Z", - "stale_warning_timestamp": "2034-09-10T05:56:04.749Z", - "updated": "2024-09-03T05:56:04.749Z", + "culled_timestamp": "2034-09-17T14:24:11.637Z", + "stale_timestamp": "2034-09-03T14:24:11.637Z", + "stale_warning_timestamp": "2034-09-10T14:24:11.637Z", + "updated": "2024-09-03T14:24:11.637Z", "insights_id": null, "tags": [ { - "key": "feed", - "value": "solid state", - "namespace": "bypassing" + "key": "program", + "value": "mobile", + "namespace": "indexing" }, { - "key": "panel", - "value": "haptic", - "namespace": "connecting" + "key": "monitor", + "value": "auxiliary", + "namespace": "bypassing" }, { - "key": "circuit", - "value": "mobile", - "namespace": "transmitting" + "key": "matrix", + "value": "optical", + "namespace": "overriding" }, { - "key": "hard drive", - "value": "primary", - "namespace": "quantifying" + "key": "firewall", + "value": "optical", + "namespace": "indexing" }, { - "key": "microchip", - "value": "bluetooth", - "namespace": "copying" + "key": "feed", + "value": "open-source", + "namespace": "overriding" } ], "type": "system", @@ -12014,8 +12014,8 @@ "os_minor_version": 0, "policies": [ { - "id": "ee684387-cb11-478a-ac2a-774346c0cbcd", - "title": "Rem enim distinctio aut." + "id": "eb279239-0288-49ed-b5ed-13201d1821f6", + "title": "Atque quia eos assumenda." } ] } @@ -12028,9 +12028,9 @@ "sort_by": "os_major_version" }, "links": { - "first": "/api/compliance/v2/reports/ee684387-cb11-478a-ac2a-774346c0cbcd/systems?limit=10&offset=0&sort_by=os_major_version", - "last": "/api/compliance/v2/reports/ee684387-cb11-478a-ac2a-774346c0cbcd/systems?limit=10&offset=20&sort_by=os_major_version", - "next": "/api/compliance/v2/reports/ee684387-cb11-478a-ac2a-774346c0cbcd/systems?limit=10&offset=10&sort_by=os_major_version" + "first": "/api/compliance/v2/reports/eb279239-0288-49ed-b5ed-13201d1821f6/systems?limit=10&offset=0&sort_by=os_major_version", + "last": "/api/compliance/v2/reports/eb279239-0288-49ed-b5ed-13201d1821f6/systems?limit=10&offset=20&sort_by=os_major_version", + "next": "/api/compliance/v2/reports/eb279239-0288-49ed-b5ed-13201d1821f6/systems?limit=10&offset=10&sort_by=os_major_version" } }, "summary": "", @@ -12040,39 +12040,39 @@ "value": { "data": [ { - "id": "00370768-9d84-40a0-8c50-56df9f103700", - "display_name": "goodwin.example", + "id": "0c76f877-89b1-4b6b-9f56-8d538b5c4ae1", + "display_name": "wunsch.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:05.086Z", - "stale_timestamp": "2034-09-03T05:56:05.086Z", - "stale_warning_timestamp": "2034-09-10T05:56:05.086Z", - "updated": "2024-09-03T05:56:05.086Z", + "culled_timestamp": "2034-09-17T14:24:11.967Z", + "stale_timestamp": "2034-09-03T14:24:11.967Z", + "stale_warning_timestamp": "2034-09-10T14:24:11.967Z", + "updated": "2024-09-03T14:24:11.967Z", "insights_id": null, "tags": [ { - "key": "panel", - "value": "online", - "namespace": "transmitting" + "key": "card", + "value": "bluetooth", + "namespace": "generating" }, { - "key": "panel", - "value": "virtual", - "namespace": "overriding" + "key": "system", + "value": "solid state", + "namespace": "transmitting" }, { - "key": "monitor", - "value": "cross-platform", - "namespace": "calculating" + "key": "circuit", + "value": "primary", + "namespace": "compressing" }, { - "key": "application", - "value": "redundant", - "namespace": "quantifying" + "key": "hard drive", + "value": "optical", + "namespace": "overriding" }, { - "key": "interface", - "value": "haptic", - "namespace": "navigating" + "key": "port", + "value": "mobile", + "namespace": "quantifying" } ], "type": "system", @@ -12080,45 +12080,45 @@ "os_minor_version": 0, "policies": [ { - "id": "0489a7ed-6000-45e1-864e-101bfa82fdb1", - "title": "Dolor illum rerum quia." + "id": "94dae5ed-119f-45f1-8f02-758c0883f4c4", + "title": "Reprehenderit est sed sunt." } ] }, { - "id": "046bc2b1-38af-4eda-9f9b-ad12dc108a2e", - "display_name": "hessel-hermann.example", + "id": "11cce952-35c0-4f04-85c0-140ed83564ed", + "display_name": "mcglynn-powlowski.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:05.075Z", - "stale_timestamp": "2034-09-03T05:56:05.075Z", - "stale_warning_timestamp": "2034-09-10T05:56:05.075Z", - "updated": "2024-09-03T05:56:05.075Z", + "culled_timestamp": "2034-09-17T14:24:11.934Z", + "stale_timestamp": "2034-09-03T14:24:11.934Z", + "stale_warning_timestamp": "2034-09-10T14:24:11.934Z", + "updated": "2024-09-03T14:24:11.934Z", "insights_id": null, "tags": [ { - "key": "port", - "value": "mobile", - "namespace": "copying" + "key": "capacitor", + "value": "open-source", + "namespace": "programming" }, { - "key": "application", - "value": "redundant", - "namespace": "backing up" + "key": "bus", + "value": "back-end", + "namespace": "calculating" }, { - "key": "sensor", - "value": "optical", - "namespace": "parsing" + "key": "array", + "value": "neural", + "namespace": "hacking" }, { - "key": "array", - "value": "virtual", - "namespace": "synthesizing" + "key": "capacitor", + "value": "haptic", + "namespace": "copying" }, { - "key": "pixel", - "value": "wireless", - "namespace": "hacking" + "key": "feed", + "value": "mobile", + "namespace": "transmitting" } ], "type": "system", @@ -12126,45 +12126,45 @@ "os_minor_version": 0, "policies": [ { - "id": "0489a7ed-6000-45e1-864e-101bfa82fdb1", - "title": "Dolor illum rerum quia." + "id": "94dae5ed-119f-45f1-8f02-758c0883f4c4", + "title": "Reprehenderit est sed sunt." } ] }, { - "id": "0cc5a0b7-b396-4445-8a69-39f1f3dd2d04", - "display_name": "haag-shields.test", + "id": "1f137a88-1472-4055-8152-64442c2ac7a0", + "display_name": "ratke.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:05.094Z", - "stale_timestamp": "2034-09-03T05:56:05.094Z", - "stale_warning_timestamp": "2034-09-10T05:56:05.094Z", - "updated": "2024-09-03T05:56:05.094Z", + "culled_timestamp": "2034-09-17T14:24:11.972Z", + "stale_timestamp": "2034-09-03T14:24:11.972Z", + "stale_warning_timestamp": "2034-09-10T14:24:11.972Z", + "updated": "2024-09-03T14:24:11.972Z", "insights_id": null, "tags": [ { - "key": "port", - "value": "optical", - "namespace": "calculating" + "key": "monitor", + "value": "back-end", + "namespace": "indexing" }, { - "key": "bus", - "value": "solid state", - "namespace": "connecting" + "key": "card", + "value": "back-end", + "namespace": "indexing" }, { - "key": "circuit", + "key": "port", "value": "open-source", - "namespace": "compressing" + "namespace": "bypassing" }, { - "key": "monitor", - "value": "open-source", - "namespace": "navigating" + "key": "protocol", + "value": "digital", + "namespace": "backing up" }, { - "key": "bandwidth", - "value": "neural", - "namespace": "synthesizing" + "key": "system", + "value": "auxiliary", + "namespace": "connecting" } ], "type": "system", @@ -12172,45 +12172,45 @@ "os_minor_version": 0, "policies": [ { - "id": "0489a7ed-6000-45e1-864e-101bfa82fdb1", - "title": "Dolor illum rerum quia." + "id": "94dae5ed-119f-45f1-8f02-758c0883f4c4", + "title": "Reprehenderit est sed sunt." } ] }, { - "id": "19a4fe06-744e-4f7e-be5b-cb6b364d0850", - "display_name": "quitzon.example", + "id": "22966239-b180-467d-8ce1-9ebcbc4cd39c", + "display_name": "stark-simonis.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:05.062Z", - "stale_timestamp": "2034-09-03T05:56:05.062Z", - "stale_warning_timestamp": "2034-09-10T05:56:05.062Z", - "updated": "2024-09-03T05:56:05.062Z", + "culled_timestamp": "2034-09-17T14:24:11.916Z", + "stale_timestamp": "2034-09-03T14:24:11.916Z", + "stale_warning_timestamp": "2034-09-10T14:24:11.916Z", + "updated": "2024-09-03T14:24:11.916Z", "insights_id": null, "tags": [ { - "key": "alarm", - "value": "digital", - "namespace": "navigating" - }, - { - "key": "circuit", - "value": "neural", + "key": "driver", + "value": "wireless", "namespace": "connecting" }, { "key": "firewall", - "value": "cross-platform", - "namespace": "compressing" + "value": "multi-byte", + "namespace": "backing up" }, { - "key": "card", - "value": "auxiliary", - "namespace": "generating" + "key": "system", + "value": "primary", + "namespace": "backing up" }, { - "key": "card", - "value": "digital", - "namespace": "bypassing" + "key": "interface", + "value": "back-end", + "namespace": "parsing" + }, + { + "key": "monitor", + "value": "solid state", + "namespace": "compressing" } ], "type": "system", @@ -12218,45 +12218,45 @@ "os_minor_version": 0, "policies": [ { - "id": "0489a7ed-6000-45e1-864e-101bfa82fdb1", - "title": "Dolor illum rerum quia." + "id": "94dae5ed-119f-45f1-8f02-758c0883f4c4", + "title": "Reprehenderit est sed sunt." } ] }, { - "id": "1ecb5e6c-00c2-44cf-9b6c-640768e5face", - "display_name": "ritchie.example", + "id": "24589328-3012-4b98-9d6f-de984dc23462", + "display_name": "king.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:05.002Z", - "stale_timestamp": "2034-09-03T05:56:05.002Z", - "stale_warning_timestamp": "2034-09-10T05:56:05.002Z", - "updated": "2024-09-03T05:56:05.002Z", + "culled_timestamp": "2034-09-17T14:24:11.983Z", + "stale_timestamp": "2034-09-03T14:24:11.983Z", + "stale_warning_timestamp": "2034-09-10T14:24:11.983Z", + "updated": "2024-09-03T14:24:11.983Z", "insights_id": null, "tags": [ { - "key": "monitor", - "value": "1080p", - "namespace": "bypassing" + "key": "interface", + "value": "multi-byte", + "namespace": "synthesizing" }, { - "key": "program", - "value": "open-source", - "namespace": "connecting" + "key": "capacitor", + "value": "redundant", + "namespace": "parsing" }, { - "key": "driver", - "value": "cross-platform", - "namespace": "bypassing" + "key": "monitor", + "value": "auxiliary", + "namespace": "compressing" }, { - "key": "alarm", - "value": "back-end", - "namespace": "parsing" + "key": "capacitor", + "value": "haptic", + "namespace": "calculating" }, { - "key": "alarm", - "value": "primary", - "namespace": "backing up" + "key": "driver", + "value": "optical", + "namespace": "navigating" } ], "type": "system", @@ -12264,45 +12264,45 @@ "os_minor_version": 0, "policies": [ { - "id": "0489a7ed-6000-45e1-864e-101bfa82fdb1", - "title": "Dolor illum rerum quia." + "id": "94dae5ed-119f-45f1-8f02-758c0883f4c4", + "title": "Reprehenderit est sed sunt." } ] }, { - "id": "2071178d-0873-418c-9692-cb1f03754b61", - "display_name": "king.example", + "id": "454ffa09-410e-4844-91cd-905c2de9c1e1", + "display_name": "turcotte-mayert.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:05.021Z", - "stale_timestamp": "2034-09-03T05:56:05.021Z", - "stale_warning_timestamp": "2034-09-10T05:56:05.021Z", - "updated": "2024-09-03T05:56:05.021Z", + "culled_timestamp": "2034-09-17T14:24:11.988Z", + "stale_timestamp": "2034-09-03T14:24:11.988Z", + "stale_warning_timestamp": "2034-09-10T14:24:11.988Z", + "updated": "2024-09-03T14:24:11.988Z", "insights_id": null, "tags": [ { - "key": "pixel", - "value": "solid state", - "namespace": "bypassing" - }, - { - "key": "alarm", - "value": "solid state", - "namespace": "quantifying" + "key": "feed", + "value": "online", + "namespace": "parsing" }, { - "key": "sensor", - "value": "bluetooth", + "key": "interface", + "value": "primary", "namespace": "transmitting" }, { - "key": "application", - "value": "back-end", - "namespace": "navigating" + "key": "monitor", + "value": "mobile", + "namespace": "programming" }, { - "key": "bus", - "value": "online", + "key": "circuit", + "value": "solid state", "namespace": "parsing" + }, + { + "key": "firewall", + "value": "optical", + "namespace": "overriding" } ], "type": "system", @@ -12310,45 +12310,45 @@ "os_minor_version": 0, "policies": [ { - "id": "0489a7ed-6000-45e1-864e-101bfa82fdb1", - "title": "Dolor illum rerum quia." + "id": "94dae5ed-119f-45f1-8f02-758c0883f4c4", + "title": "Reprehenderit est sed sunt." } ] }, { - "id": "227a2b12-5f41-441d-a332-09eb75bbc472", - "display_name": "franecki.example", + "id": "54038602-1653-401d-9510-8d377e6c42ac", + "display_name": "balistreri.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:04.992Z", - "stale_timestamp": "2034-09-03T05:56:04.992Z", - "stale_warning_timestamp": "2034-09-10T05:56:04.992Z", - "updated": "2024-09-03T05:56:04.992Z", + "culled_timestamp": "2034-09-17T14:24:11.926Z", + "stale_timestamp": "2034-09-03T14:24:11.926Z", + "stale_warning_timestamp": "2034-09-10T14:24:11.926Z", + "updated": "2024-09-03T14:24:11.926Z", "insights_id": null, "tags": [ { - "key": "port", - "value": "online", + "key": "bus", + "value": "optical", "namespace": "generating" }, { - "key": "panel", - "value": "online", - "namespace": "backing up" + "key": "transmitter", + "value": "redundant", + "namespace": "compressing" }, { - "key": "array", - "value": "bluetooth", - "namespace": "transmitting" + "key": "program", + "value": "online", + "namespace": "overriding" }, { - "key": "bus", - "value": "1080p", - "namespace": "bypassing" + "key": "monitor", + "value": "multi-byte", + "namespace": "indexing" }, { - "key": "sensor", - "value": "multi-byte", - "namespace": "compressing" + "key": "firewall", + "value": "back-end", + "namespace": "transmitting" } ], "type": "system", @@ -12356,45 +12356,45 @@ "os_minor_version": 0, "policies": [ { - "id": "0489a7ed-6000-45e1-864e-101bfa82fdb1", - "title": "Dolor illum rerum quia." + "id": "94dae5ed-119f-45f1-8f02-758c0883f4c4", + "title": "Reprehenderit est sed sunt." } ] }, { - "id": "2dcc6ef3-9b8a-4497-9628-1447ba921592", - "display_name": "stroman-little.example", + "id": "57cd79c8-17d0-42bc-a4f3-cbaff46da0a8", + "display_name": "huel.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:05.053Z", - "stale_timestamp": "2034-09-03T05:56:05.053Z", - "stale_warning_timestamp": "2034-09-10T05:56:05.053Z", - "updated": "2024-09-03T05:56:05.053Z", + "culled_timestamp": "2034-09-17T14:24:12.006Z", + "stale_timestamp": "2034-09-03T14:24:12.006Z", + "stale_warning_timestamp": "2034-09-10T14:24:12.006Z", + "updated": "2024-09-03T14:24:12.007Z", "insights_id": null, "tags": [ { - "key": "hard drive", - "value": "1080p", - "namespace": "calculating" + "key": "card", + "value": "wireless", + "namespace": "indexing" }, { - "key": "firewall", - "value": "open-source", - "namespace": "quantifying" + "key": "panel", + "value": "online", + "namespace": "overriding" }, { - "key": "bus", + "key": "monitor", "value": "digital", - "namespace": "indexing" + "namespace": "copying" }, { - "key": "application", - "value": "cross-platform", + "key": "bus", + "value": "digital", "namespace": "connecting" }, { - "key": "matrix", - "value": "auxiliary", - "namespace": "quantifying" + "key": "interface", + "value": "solid state", + "namespace": "compressing" } ], "type": "system", @@ -12402,45 +12402,45 @@ "os_minor_version": 0, "policies": [ { - "id": "0489a7ed-6000-45e1-864e-101bfa82fdb1", - "title": "Dolor illum rerum quia." + "id": "94dae5ed-119f-45f1-8f02-758c0883f4c4", + "title": "Reprehenderit est sed sunt." } ] }, { - "id": "4160a7b5-f1b6-4ff3-a6fe-a58a6da30410", - "display_name": "schaefer.test", + "id": "5ee5a861-7cb4-480d-8c81-e0074d9c4187", + "display_name": "hauck-cormier.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:05.071Z", - "stale_timestamp": "2034-09-03T05:56:05.071Z", - "stale_warning_timestamp": "2034-09-10T05:56:05.071Z", - "updated": "2024-09-03T05:56:05.071Z", + "culled_timestamp": "2034-09-17T14:24:11.905Z", + "stale_timestamp": "2034-09-03T14:24:11.905Z", + "stale_warning_timestamp": "2034-09-10T14:24:11.905Z", + "updated": "2024-09-03T14:24:11.905Z", "insights_id": null, "tags": [ { - "key": "alarm", - "value": "1080p", - "namespace": "synthesizing" + "key": "firewall", + "value": "auxiliary", + "namespace": "bypassing" }, { - "key": "bandwidth", - "value": "wireless", - "namespace": "copying" + "key": "monitor", + "value": "virtual", + "namespace": "indexing" }, { - "key": "capacitor", - "value": "open-source", - "namespace": "navigating" + "key": "pixel", + "value": "wireless", + "namespace": "parsing" }, { - "key": "bandwidth", - "value": "auxiliary", - "namespace": "parsing" + "key": "pixel", + "value": "multi-byte", + "namespace": "compressing" }, { - "key": "hard drive", - "value": "optical", - "namespace": "quantifying" + "key": "application", + "value": "bluetooth", + "namespace": "bypassing" } ], "type": "system", @@ -12448,45 +12448,45 @@ "os_minor_version": 0, "policies": [ { - "id": "0489a7ed-6000-45e1-864e-101bfa82fdb1", - "title": "Dolor illum rerum quia." + "id": "94dae5ed-119f-45f1-8f02-758c0883f4c4", + "title": "Reprehenderit est sed sunt." } ] }, { - "id": "4ed908cc-65db-45a6-9ff1-8daf7d28e608", - "display_name": "brekke.example", + "id": "6adb6e4d-57b3-4de6-8676-43fcdea79b6c", + "display_name": "paucek.example", "groups": [], - "culled_timestamp": "2034-09-17T05:56:04.986Z", - "stale_timestamp": "2034-09-03T05:56:04.986Z", - "stale_warning_timestamp": "2034-09-10T05:56:04.986Z", - "updated": "2024-09-03T05:56:04.986Z", + "culled_timestamp": "2034-09-17T14:24:11.910Z", + "stale_timestamp": "2034-09-03T14:24:11.910Z", + "stale_warning_timestamp": "2034-09-10T14:24:11.910Z", + "updated": "2024-09-03T14:24:11.910Z", "insights_id": null, "tags": [ { - "key": "panel", - "value": "solid state", - "namespace": "navigating" + "key": "monitor", + "value": "bluetooth", + "namespace": "hacking" }, { - "key": "pixel", - "value": "auxiliary", - "namespace": "hacking" + "key": "array", + "value": "cross-platform", + "namespace": "bypassing" }, { - "key": "driver", - "value": "open-source", - "namespace": "synthesizing" + "key": "panel", + "value": "redundant", + "namespace": "navigating" }, { - "key": "array", - "value": "back-end", - "namespace": "hacking" + "key": "transmitter", + "value": "1080p", + "namespace": "calculating" }, { - "key": "bus", - "value": "multi-byte", - "namespace": "copying" + "key": "circuit", + "value": "haptic", + "namespace": "bypassing" } ], "type": "system", @@ -12494,8 +12494,8 @@ "os_minor_version": 0, "policies": [ { - "id": "0489a7ed-6000-45e1-864e-101bfa82fdb1", - "title": "Dolor illum rerum quia." + "id": "94dae5ed-119f-45f1-8f02-758c0883f4c4", + "title": "Reprehenderit est sed sunt." } ] } @@ -12508,9 +12508,9 @@ "offset": 0 }, "links": { - "first": "/api/compliance/v2/reports/0489a7ed-6000-45e1-864e-101bfa82fdb1/systems?filter=%28os_major_version%3D8%29&limit=10&offset=0", - "last": "/api/compliance/v2/reports/0489a7ed-6000-45e1-864e-101bfa82fdb1/systems?filter=%28os_major_version%3D8%29&limit=10&offset=20", - "next": "/api/compliance/v2/reports/0489a7ed-6000-45e1-864e-101bfa82fdb1/systems?filter=%28os_major_version%3D8%29&limit=10&offset=10" + "first": "/api/compliance/v2/reports/94dae5ed-119f-45f1-8f02-758c0883f4c4/systems?filter=%28os_major_version%3D8%29&limit=10&offset=0", + "last": "/api/compliance/v2/reports/94dae5ed-119f-45f1-8f02-758c0883f4c4/systems?filter=%28os_major_version%3D8%29&limit=10&offset=20", + "next": "/api/compliance/v2/reports/94dae5ed-119f-45f1-8f02-758c0883f4c4/systems?filter=%28os_major_version%3D8%29&limit=10&offset=10" } }, "summary": "", @@ -12679,39 +12679,39 @@ "Returns a System under a Report": { "value": { "data": { - "id": "b50847e3-5880-43c2-9ccd-ddaf8503f8bb", - "display_name": "strosin.test", + "id": "957d5aad-4050-4d4f-8f59-d0943a0f0699", + "display_name": "howell.test", "groups": [], - "culled_timestamp": "2034-09-17T05:56:06.233Z", - "stale_timestamp": "2034-09-03T05:56:06.233Z", - "stale_warning_timestamp": "2034-09-10T05:56:06.233Z", - "updated": "2024-09-03T05:56:06.233Z", + "culled_timestamp": "2034-09-17T14:24:13.100Z", + "stale_timestamp": "2034-09-03T14:24:13.100Z", + "stale_warning_timestamp": "2034-09-10T14:24:13.100Z", + "updated": "2024-09-03T14:24:13.100Z", "insights_id": null, "tags": [ { "key": "hard drive", - "value": "haptic", - "namespace": "transmitting" + "value": "bluetooth", + "namespace": "navigating" }, { - "key": "card", - "value": "online", - "namespace": "programming" + "key": "interface", + "value": "virtual", + "namespace": "transmitting" }, { - "key": "feed", - "value": "mobile", - "namespace": "hacking" + "key": "firewall", + "value": "digital", + "namespace": "indexing" }, { - "key": "port", - "value": "primary", - "namespace": "copying" + "key": "hard drive", + "value": "wireless", + "namespace": "navigating" }, { - "key": "interface", - "value": "digital", - "namespace": "compressing" + "key": "sensor", + "value": "redundant", + "namespace": "navigating" } ], "type": "system", @@ -12719,8 +12719,8 @@ "os_minor_version": 0, "policies": [ { - "id": "8efd93cb-9b63-44a3-bf69-7e6e8deec811", - "title": "Sint dolorum sit et." + "id": "8538358b-268a-4a02-8142-b95925881b71", + "title": "Quaerat dicta debitis odit." } ] } @@ -12753,7 +12753,7 @@ "Description of an error when requesting a non-existing System": { "value": { "errors": [ - "V2::System not found with ID 2fcdd75a-830a-438e-a027-264d5bf83ebc" + "V2::System not found with ID a29e0ea3-b244-4874-854d-38a9f0233252" ] }, "summary": "", @@ -12853,104 +12853,104 @@ "value": { "data": [ { - "id": "05a27c72-b975-48e7-8413-80d9f63063b3", - "profile_id": "0b2e981d-8256-4325-9b32-b0312887a03f", - "os_minor_version": "15", + "id": "015e87d5-2fb9-418d-86b4-62e45724e872", + "profile_id": "dedbbc23-c64e-4b14-b92c-181d185b8ffd", + "os_minor_version": "18", "value_overrides": {}, "type": "tailoring", "os_major_version": 7, - "security_guide_id": "fd230556-9872-467a-8c49-8a92e0cd2c22", - "security_guide_version": "100.94.17" + "security_guide_id": "0ee4f880-240d-430e-ab04-d42fa3328a10", + "security_guide_version": "100.95.37" }, { - "id": "07f6ae30-34d4-4f6a-a679-29a9192f0dd5", - "profile_id": "5b0aa111-0299-4a9a-b2f5-52f61fae0695", - "os_minor_version": "2", + "id": "2b96e80c-47a2-41f1-ac89-3de03ba9fd46", + "profile_id": "3f3d7bb6-eec9-4d75-a320-638b5d5f04ce", + "os_minor_version": "8", "value_overrides": {}, "type": "tailoring", "os_major_version": 7, - "security_guide_id": "538e9a5b-4979-4138-adf0-ac7249394910", - "security_guide_version": "100.94.4" + "security_guide_id": "fde92965-bccd-469f-a4d2-5c0cab7dada0", + "security_guide_version": "100.95.27" }, { - "id": "0fce13f7-ac23-424f-bc57-06c8143d8942", - "profile_id": "05727dfe-39a2-4d35-b49b-be09160638d5", - "os_minor_version": "11", + "id": "2ff33fbe-0deb-47c8-aa44-d13122b7a8f6", + "profile_id": "6315eb64-e99f-48f8-8053-f9633d7f1a28", + "os_minor_version": "22", "value_overrides": {}, "type": "tailoring", "os_major_version": 7, - "security_guide_id": "32521b64-fc6c-4b0c-b5a4-6a09e29d76ce", - "security_guide_version": "100.94.13" + "security_guide_id": "cb682f4c-0af2-4c2d-9b06-02d572790f67", + "security_guide_version": "100.95.41" }, { - "id": "1b7c0a0f-12b5-4929-bef9-0f862dc15d17", - "profile_id": "38a08713-8d31-46c7-b670-f365d15dc043", - "os_minor_version": "8", + "id": "38d26d3e-eac1-4c4e-ba6c-d0f236190c42", + "profile_id": "52d11b6a-5430-41af-a521-d69de527d683", + "os_minor_version": "12", "value_overrides": {}, "type": "tailoring", "os_major_version": 7, - "security_guide_id": "b684a1fe-cd26-412f-a3a7-8e61e5e132c7", - "security_guide_version": "100.94.10" + "security_guide_id": "afb36551-a031-4db9-a104-f010140748ae", + "security_guide_version": "100.95.31" }, { - "id": "2b4f4f7a-056e-478d-8d23-7258096918ed", - "profile_id": "ded8338b-9888-4fb8-ac5a-407b3b160b61", - "os_minor_version": "14", + "id": "3a3056f0-6d51-4f67-a103-56ec2dbe5964", + "profile_id": "7dfc4fd0-35d6-4f54-8dd3-f78f7a8d191f", + "os_minor_version": "0", "value_overrides": {}, "type": "tailoring", "os_major_version": 7, - "security_guide_id": "02a661c3-ef76-46c7-8f62-55a6356f7fca", - "security_guide_version": "100.94.16" + "security_guide_id": "0b9d1759-7b45-485b-972f-177d423f503c", + "security_guide_version": "100.95.19" }, { - "id": "2dad18ea-98c8-4a0a-8915-900d76b3c74e", - "profile_id": "e73f8c1d-5cb4-4840-a198-70c0829a0604", - "os_minor_version": "0", + "id": "4737213d-498e-4d7d-a1fd-a7b476f5c816", + "profile_id": "e9631ef1-890c-4174-bdeb-f30886137585", + "os_minor_version": "9", "value_overrides": {}, "type": "tailoring", "os_major_version": 7, - "security_guide_id": "d6e74a6d-a4c4-4dd7-a0a6-248f4c6e101f", - "security_guide_version": "100.94.2" + "security_guide_id": "d3eff05b-c636-4ece-8bda-a2f60165a94e", + "security_guide_version": "100.95.28" }, { - "id": "35a646ba-fe08-4a4e-98f4-cb3b3402546a", - "profile_id": "6a579822-852c-41db-a98b-487a6905d81d", - "os_minor_version": "5", + "id": "482f5b58-5f4c-496c-9520-9c5efba7d7ec", + "profile_id": "22f0bc1f-623c-4b52-aa03-8092502cf78d", + "os_minor_version": "14", "value_overrides": {}, "type": "tailoring", "os_major_version": 7, - "security_guide_id": "9922321e-516b-40e6-a668-16c79f69c9b4", - "security_guide_version": "100.94.7" + "security_guide_id": "7bf4fe8c-f497-4209-b6e9-8f439cfbf998", + "security_guide_version": "100.95.33" }, { - "id": "469fbe46-879a-4cc6-a81c-560790af989c", - "profile_id": "9b135f21-59bc-4e85-8a65-17cbe9a80b9d", - "os_minor_version": "12", + "id": "4950f70f-1bc0-40e0-87f2-fffc9a1a8e9a", + "profile_id": "81fbe87d-9921-4358-9e6c-2c8679c7ec0e", + "os_minor_version": "15", "value_overrides": {}, "type": "tailoring", "os_major_version": 7, - "security_guide_id": "cac2beac-e46a-4216-b575-b01cefab7038", - "security_guide_version": "100.94.14" + "security_guide_id": "085202d4-d9ee-41a0-97f6-74c512327ce3", + "security_guide_version": "100.95.34" }, { - "id": "475eb623-8bdf-4004-8359-3e830fcca951", - "profile_id": "36ec0ab9-158e-4c9d-819d-6c5d0a6ea5be", - "os_minor_version": "24", + "id": "4b11540d-cc92-4752-b384-e111c1ee3115", + "profile_id": "26d407c3-f913-4d0f-85ee-960868387263", + "os_minor_version": "11", "value_overrides": {}, "type": "tailoring", "os_major_version": 7, - "security_guide_id": "9e5ebc97-09d0-44f5-941d-3250c1aaaaf6", - "security_guide_version": "100.94.26" + "security_guide_id": "f9780a02-5fd7-4af4-89d4-ac52f74d8327", + "security_guide_version": "100.95.30" }, { - "id": "53c83c91-725f-48d3-b239-74ef353b5581", - "profile_id": "adaf09bb-89a7-4488-8dbe-f6d451557204", - "os_minor_version": "7", + "id": "515b3764-7033-4d61-8af3-28e1ed979d76", + "profile_id": "609a2e8b-bd50-43b9-905e-e362cbd546b7", + "os_minor_version": "1", "value_overrides": {}, "type": "tailoring", "os_major_version": 7, - "security_guide_id": "df3c730e-63dc-46ed-9ef2-72ec55a90fa0", - "security_guide_version": "100.94.9" + "security_guide_id": "56faf955-47ca-4bce-ba18-c24d32dfd281", + "security_guide_version": "100.95.20" } ], "meta": { @@ -12959,9 +12959,9 @@ "offset": 0 }, "links": { - "first": "/api/compliance/v2/policies/10804fe7-9e85-4b8b-96f9-6b9167a39220/tailorings?limit=10&offset=0", - "last": "/api/compliance/v2/policies/10804fe7-9e85-4b8b-96f9-6b9167a39220/tailorings?limit=10&offset=20", - "next": "/api/compliance/v2/policies/10804fe7-9e85-4b8b-96f9-6b9167a39220/tailorings?limit=10&offset=10" + "first": "/api/compliance/v2/policies/b932f33d-99e5-41e8-b33b-98136654744a/tailorings?limit=10&offset=0", + "last": "/api/compliance/v2/policies/b932f33d-99e5-41e8-b33b-98136654744a/tailorings?limit=10&offset=20", + "next": "/api/compliance/v2/policies/b932f33d-99e5-41e8-b33b-98136654744a/tailorings?limit=10&offset=10" } }, "summary": "", @@ -12971,104 +12971,104 @@ "value": { "data": [ { - "id": "db9ce5c5-8de7-45d4-87fd-bf202d81c5fa", - "profile_id": "d001d8d0-289f-4f48-bdee-b748e2d8e837", + "id": "d2bc529f-b75e-4472-8abc-237727d75d1c", + "profile_id": "59436942-7507-4f4f-ac43-f3eb4f0dbb3c", "os_minor_version": "0", "value_overrides": {}, "type": "tailoring", "os_major_version": 7, - "security_guide_id": "e4551d05-eb3e-47dc-b2b9-37909fccd208", - "security_guide_version": "100.94.27" + "security_guide_id": "632bece2-8761-458f-9532-d8b6f36ec5cb", + "security_guide_version": "100.95.44" }, { - "id": "9d809ef2-a0f4-4db1-af14-113ee6aae368", - "profile_id": "8173f3e0-d283-44df-bea8-8a63d137605d", + "id": "47be569c-a1af-49d9-b8a7-9d63cd1e8ecb", + "profile_id": "ad5af307-0e7a-44cc-917f-ba98cd5b3762", "os_minor_version": "1", "value_overrides": {}, "type": "tailoring", "os_major_version": 7, - "security_guide_id": "8b25b0eb-34cb-45fe-bcae-0fc0b3487079", - "security_guide_version": "100.94.28" + "security_guide_id": "fe58f865-0bdc-4180-ad3e-561847fe3dab", + "security_guide_version": "100.95.45" }, { - "id": "b97b9179-44d1-447c-abf7-b120950343a3", - "profile_id": "174acbb1-e499-4180-b025-90f9df93073c", + "id": "1faf3d94-1281-46db-8a4a-dd85cd0e916a", + "profile_id": "083e3171-8f8b-44ee-bf49-923a515f9143", "os_minor_version": "10", "value_overrides": {}, "type": "tailoring", "os_major_version": 7, - "security_guide_id": "c2186a71-8a83-4ac3-a969-4d658798fd96", - "security_guide_version": "100.94.37" + "security_guide_id": "db62b177-f181-4f20-a3ce-174ca55439d2", + "security_guide_version": "100.96.4" }, { - "id": "26b61234-5aa5-4c29-be9b-d265ab0aa52e", - "profile_id": "d7707ec6-0ed2-4574-9722-94acc181adb1", + "id": "09e19ed1-416c-449d-9db0-e08976e69184", + "profile_id": "c34e0419-ccd6-4311-b987-5754ade13463", "os_minor_version": "11", "value_overrides": {}, "type": "tailoring", "os_major_version": 7, - "security_guide_id": "1f1767f6-b818-47dd-90fc-0f64356e0ffa", - "security_guide_version": "100.94.38" + "security_guide_id": "72221166-1018-4cdd-b072-832ac5de56b6", + "security_guide_version": "100.96.5" }, { - "id": "93a887e5-5b59-40f5-b724-f70880583ecd", - "profile_id": "49d8c389-8394-4eac-822a-fe72baa9f4b3", + "id": "098ea7b6-e9de-44a3-900b-ee8dd1695de0", + "profile_id": "985f37c4-53bf-4463-87d9-5df85cbf69be", "os_minor_version": "12", "value_overrides": {}, "type": "tailoring", "os_major_version": 7, - "security_guide_id": "60d0c965-dfee-4c9e-8ee9-59400eeae22f", - "security_guide_version": "100.94.39" + "security_guide_id": "90cbfd9d-297d-4fad-97c7-3c1a2b2c01f4", + "security_guide_version": "100.96.6" }, { - "id": "ba74bb40-f74a-42b8-9206-e983cce3279d", - "profile_id": "fb397dca-e57d-4c11-bff9-2976b5a868aa", + "id": "ee113cc8-de6b-4f17-88e2-d9db3224f71f", + "profile_id": "5f1baea9-3d91-47d1-bea7-9b869e499bf6", "os_minor_version": "13", "value_overrides": {}, "type": "tailoring", "os_major_version": 7, - "security_guide_id": "d9dffc26-f3b4-4aa2-bb54-8dbb42f7f585", - "security_guide_version": "100.94.40" + "security_guide_id": "562df167-2dd5-4407-9b19-413aa55f7fd0", + "security_guide_version": "100.96.7" }, { - "id": "4809bca6-c5a4-4b9c-be60-10dc619c102a", - "profile_id": "e87a41a6-3f52-4c54-94fa-d1167f19eed1", + "id": "3804bd99-e60d-488b-af0a-138913703e06", + "profile_id": "53362915-e716-42cf-b7ca-0111f25d3bf6", "os_minor_version": "14", "value_overrides": {}, "type": "tailoring", "os_major_version": 7, - "security_guide_id": "1a19a6ab-585d-4451-8c95-7ce298578809", - "security_guide_version": "100.94.41" + "security_guide_id": "2a310d30-a05e-4f08-980c-e27009a18a97", + "security_guide_version": "100.96.8" }, { - "id": "d2891acf-9905-494e-993f-c1a58c78d254", - "profile_id": "9817f5c6-144b-4b83-86d7-88e7fb6b6687", + "id": "16203017-a070-49a7-b8fb-4be27209f7cb", + "profile_id": "afe9d668-6b36-4600-a3d5-2a3f28dcfebf", "os_minor_version": "15", "value_overrides": {}, "type": "tailoring", "os_major_version": 7, - "security_guide_id": "8f66b590-5d4a-47a6-9d4c-1ed7cb44a838", - "security_guide_version": "100.94.42" + "security_guide_id": "4b41735f-2bdd-4e5e-aa4c-ef828f6261e6", + "security_guide_version": "100.96.9" }, { - "id": "e9c33179-b18b-40d6-a6ab-b8375eaf5b39", - "profile_id": "e749b018-ff1d-4f5b-9bc1-430d5c3e4fba", + "id": "10ac44de-d037-48cd-9d26-c3e9ad088514", + "profile_id": "e38faa82-957e-45be-bd14-cad2e4ad71df", "os_minor_version": "16", "value_overrides": {}, "type": "tailoring", "os_major_version": 7, - "security_guide_id": "f1fbf129-e362-4794-9d87-b0327f546f13", - "security_guide_version": "100.94.43" + "security_guide_id": "c9b5d426-8c57-4635-bb21-4213d0e1c87f", + "security_guide_version": "100.96.10" }, { - "id": "c2df667f-1802-4daa-9ee3-5d3c85c5e184", - "profile_id": "0b5bf138-abc4-4cd2-b700-7c832bdc6fd1", + "id": "5cbaeb21-fac2-47a4-812b-c6944b8c2a84", + "profile_id": "08d0ae15-5242-43f3-9a45-0f9712f3f641", "os_minor_version": "17", "value_overrides": {}, "type": "tailoring", "os_major_version": 7, - "security_guide_id": "accfa528-6068-4c49-b46d-cf253d154970", - "security_guide_version": "100.94.44" + "security_guide_id": "b11e680a-24c3-436f-90dd-36e09f367763", + "security_guide_version": "100.96.11" } ], "meta": { @@ -13078,37 +13078,37 @@ "sort_by": "os_minor_version" }, "links": { - "first": "/api/compliance/v2/policies/3e5d7362-0f25-4137-b754-60280a1abcf0/tailorings?limit=10&offset=0&sort_by=os_minor_version", - "last": "/api/compliance/v2/policies/3e5d7362-0f25-4137-b754-60280a1abcf0/tailorings?limit=10&offset=20&sort_by=os_minor_version", - "next": "/api/compliance/v2/policies/3e5d7362-0f25-4137-b754-60280a1abcf0/tailorings?limit=10&offset=10&sort_by=os_minor_version" + "first": "/api/compliance/v2/policies/10a893db-f95b-4dd7-8cff-456b608fac1d/tailorings?limit=10&offset=0&sort_by=os_minor_version", + "last": "/api/compliance/v2/policies/10a893db-f95b-4dd7-8cff-456b608fac1d/tailorings?limit=10&offset=20&sort_by=os_minor_version", + "next": "/api/compliance/v2/policies/10a893db-f95b-4dd7-8cff-456b608fac1d/tailorings?limit=10&offset=10&sort_by=os_minor_version" } }, "summary": "", "description": "" }, - "List of Tailorings filtered by '(os_minor_version=18)'": { + "List of Tailorings filtered by '(os_minor_version=20)'": { "value": { "data": [ { - "id": "0c8b58d4-77d5-4254-898f-92d363864774", - "profile_id": "68eedc52-d94e-4a61-9adc-9bdaef18c2dd", - "os_minor_version": "18", + "id": "1195f9e6-1ece-493b-a13c-486cec555d2f", + "profile_id": "9a88730d-6245-4099-afee-53518d8e4591", + "os_minor_version": "20", "value_overrides": {}, "type": "tailoring", "os_major_version": 7, - "security_guide_id": "9d2b5648-65d0-4a14-8d90-2ba4870e6382", - "security_guide_version": "100.95.20" + "security_guide_id": "aed6350a-81ef-4ac6-966a-821d313a7cd4", + "security_guide_version": "100.96.39" } ], "meta": { "total": 1, - "filter": "(os_minor_version=18)", + "filter": "(os_minor_version=20)", "limit": 10, "offset": 0 }, "links": { - "first": "/api/compliance/v2/policies/294b7508-3df4-4951-b039-67eafdfdfb88/tailorings?filter=%28os_minor_version%3D18%29&limit=10&offset=0", - "last": "/api/compliance/v2/policies/294b7508-3df4-4951-b039-67eafdfdfb88/tailorings?filter=%28os_minor_version%3D18%29&limit=10&offset=0" + "first": "/api/compliance/v2/policies/8febfeb5-00e1-4747-ba90-59ef41d64625/tailorings?filter=%28os_minor_version%3D20%29&limit=10&offset=0", + "last": "/api/compliance/v2/policies/8febfeb5-00e1-4747-ba90-59ef41d64625/tailorings?filter=%28os_minor_version%3D20%29&limit=10&offset=0" } }, "summary": "", @@ -13216,14 +13216,14 @@ "Returns a Tailoring": { "value": { "data": { - "id": "003ea097-10aa-46b4-be11-6f7a71953b5c", - "profile_id": "092c16e0-1b26-41d0-aed0-5b0b003aa7dd", + "id": "45827ef8-6e06-4947-bbc0-91ef9a4d02ca", + "profile_id": "ec8b7149-170a-4b96-8190-3bd411b9bfac", "os_minor_version": "1", "value_overrides": {}, "type": "tailoring", "os_major_version": 7, - "security_guide_id": "3f05fe13-f50a-49ed-a8fa-cf1320757afd", - "security_guide_version": "100.96.27" + "security_guide_id": "fc9bf0a9-faa8-4251-aae6-c3bb336cc1fe", + "security_guide_version": "100.97.44" } }, "summary": "", @@ -13254,7 +13254,7 @@ "Description of an error when requesting a non-existing Tailoring": { "value": { "errors": [ - "V2::Tailoring not found with ID bd034bd3-b4b7-4a4c-952b-6477ebd010e5" + "V2::Tailoring not found with ID 67836665-f061-4cb2-9135-02e5e8357c90" ] }, "summary": "", @@ -13312,16 +13312,16 @@ "Returns the updated Tailoring": { "value": { "data": { - "id": "91629b04-9b3b-4b75-bf68-9f135fa981c5", - "profile_id": "110f276a-edb1-4cbb-a629-065787bcfecd", + "id": "0d358876-cdd3-4e44-a8c3-897e1df17430", + "profile_id": "74dd8cff-61c0-44a1-a824-b00169920522", "os_minor_version": "1", "value_overrides": { - "000615fe-dde3-4a3a-adba-2a497bbee565": "123" + "b79bb542-f1d9-416f-9dff-18a4786586a8": "123" }, "type": "tailoring", "os_major_version": 7, - "security_guide_id": "8362725e-4e41-4617-9610-2c60968ac38b", - "security_guide_version": "100.96.28" + "security_guide_id": "f52a10f9-6907-4e98-90de-ce41f9f6e5a8", + "security_guide_version": "100.97.45" } }, "summary": "", @@ -13401,16 +13401,16 @@ "value": { "profiles": [ { - "id": "xccdf_org.ssgproject.content_profile_9ca45ffd267d3ad56f5868fd1bcfa25b", - "title": "Omnis est iste minima.", + "id": "xccdf_org.ssgproject.content_profile_e0153e342cb65175f2ca83254f9f7f08", + "title": "Quae non ut veritatis.", "groups": {}, "rules": {}, "variables": { - "foo_value_8400ecaa-5f0f-47f8-963f-53952830239f": { - "value": "647287" + "foo_value_4a3da5c3-57b0-4c01-bd83-ad5d3e37e102": { + "value": "463217" }, - "foo_value_25037482-a9c7-476e-9c21-7458feeb0eb3": { - "value": "196265" + "foo_value_4ec4f3a5-0367-4a1c-a6cb-4e6c57a7a72d": { + "value": "442557" } } } @@ -13528,414 +13528,414 @@ "value": { "data": [ { - "id": "023149ff-e418-4ea9-97fa-2bc88cb5b464", - "end_time": "2024-09-03T05:55:08.028Z", + "id": "08235849-6505-484a-b8ab-cd75483c71b2", + "end_time": "2024-09-03T14:23:14.649Z", "failed_rule_count": 0, "supported": true, "type": "test_result", - "display_name": "walsh.example", + "display_name": "little.test", "groups": [], "tags": [ { - "key": "port", - "value": "bluetooth", - "namespace": "programming" + "key": "monitor", + "value": "online", + "namespace": "compressing" }, { - "key": "alarm", - "value": "auxiliary", - "namespace": "overriding" + "key": "driver", + "value": "primary", + "namespace": "quantifying" }, { - "key": "bus", - "value": "haptic", - "namespace": "bypassing" + "key": "circuit", + "value": "open-source", + "namespace": "copying" }, { - "key": "protocol", - "value": "solid state", - "namespace": "navigating" + "key": "bus", + "value": "online", + "namespace": "programming" }, { - "key": "feed", - "value": "mobile", - "namespace": "bypassing" + "key": "monitor", + "value": "1080p", + "namespace": "connecting" } ], "os_major_version": 8, "os_minor_version": 0, "compliant": false, - "system_id": "7e9b47d3-a5fe-4de2-bbbd-68c51f22bc5c", - "security_guide_version": "100.97.40" + "system_id": "8d99c3f6-4fd2-4597-a5a2-38ff4dd1c6ed", + "security_guide_version": "100.99.1" }, { - "id": "0e876f5a-4e18-4bc7-91ad-c6971287aa67", - "end_time": "2024-09-03T05:55:07.959Z", + "id": "08731eec-d15c-48a0-8b78-f28ea8a996b3", + "end_time": "2024-09-03T14:23:14.679Z", "failed_rule_count": 0, "supported": true, "type": "test_result", - "display_name": "bradtke.test", + "display_name": "nitzsche.test", "groups": [], "tags": [ { - "key": "application", - "value": "wireless", - "namespace": "parsing" + "key": "panel", + "value": "1080p", + "namespace": "compressing" }, { - "key": "application", - "value": "multi-byte", - "namespace": "copying" + "key": "sensor", + "value": "1080p", + "namespace": "programming" }, { - "key": "panel", - "value": "haptic", - "namespace": "overriding" + "key": "card", + "value": "1080p", + "namespace": "parsing" }, { - "key": "bus", - "value": "online", - "namespace": "navigating" + "key": "system", + "value": "back-end", + "namespace": "indexing" }, { - "key": "hard drive", - "value": "wireless", - "namespace": "generating" + "key": "program", + "value": "haptic", + "namespace": "indexing" } ], "os_major_version": 8, "os_minor_version": 0, "compliant": false, - "system_id": "16ada0e8-7ad7-46ef-8449-e252f91af10d", - "security_guide_version": "100.97.40" + "system_id": "c6512d19-52fc-4a08-8cf1-4c0bbd0e5f72", + "security_guide_version": "100.99.1" }, { - "id": "119918b0-8bce-4a0e-ad77-54e637267533", - "end_time": "2024-09-03T05:55:07.970Z", + "id": "0be1495f-4e76-4b80-97ec-a0c4ed15ec43", + "end_time": "2024-09-03T14:23:14.724Z", "failed_rule_count": 0, "supported": true, "type": "test_result", - "display_name": "okeefe.test", + "display_name": "morar-huel.example", "groups": [], "tags": [ { - "key": "protocol", - "value": "back-end", - "namespace": "synthesizing" + "key": "microchip", + "value": "wireless", + "namespace": "calculating" }, { - "key": "sensor", - "value": "open-source", - "namespace": "overriding" + "key": "bandwidth", + "value": "neural", + "namespace": "calculating" }, { - "key": "bus", + "key": "hard drive", "value": "solid state", - "namespace": "calculating" + "namespace": "connecting" }, { "key": "bus", - "value": "optical", - "namespace": "navigating" + "value": "auxiliary", + "namespace": "backing up" }, { - "key": "application", - "value": "wireless", - "namespace": "parsing" + "key": "array", + "value": "online", + "namespace": "quantifying" } ], "os_major_version": 8, "os_minor_version": 0, "compliant": false, - "system_id": "b1f6e78f-c7c5-4dbf-a1e6-b5f920c2d9e6", - "security_guide_version": "100.97.40" + "system_id": "b899a3da-3b9f-42a5-be7a-a9aa41e4a895", + "security_guide_version": "100.99.1" }, { - "id": "137b0059-2afd-4940-adf8-60f671eb2744", - "end_time": "2024-09-03T05:55:08.002Z", + "id": "1445a3e7-ee28-4e9e-9f89-798521e7648b", + "end_time": "2024-09-03T14:23:14.662Z", "failed_rule_count": 0, "supported": true, "type": "test_result", - "display_name": "king.test", + "display_name": "satterfield.test", "groups": [], "tags": [ { - "key": "card", - "value": "digital", - "namespace": "quantifying" + "key": "application", + "value": "mobile", + "namespace": "overriding" }, { - "key": "application", - "value": "online", - "namespace": "bypassing" + "key": "feed", + "value": "digital", + "namespace": "copying" }, { - "key": "array", - "value": "wireless", - "namespace": "synthesizing" + "key": "program", + "value": "bluetooth", + "namespace": "programming" }, { - "key": "transmitter", - "value": "open-source", - "namespace": "generating" + "key": "alarm", + "value": "neural", + "namespace": "hacking" }, { - "key": "bus", - "value": "back-end", - "namespace": "synthesizing" + "key": "monitor", + "value": "haptic", + "namespace": "bypassing" } ], "os_major_version": 8, "os_minor_version": 0, "compliant": false, - "system_id": "df29cb96-ab97-4738-869e-923884bb79a4", - "security_guide_version": "100.97.40" + "system_id": "186a6883-50a6-4564-aa96-72cd78fd4f33", + "security_guide_version": "100.99.1" }, { - "id": "155f656d-7038-44fa-bb6b-cdc201e67539", - "end_time": "2024-09-03T05:55:07.981Z", + "id": "2453a061-941e-408f-bd82-2db7a4a18466", + "end_time": "2024-09-03T14:23:14.684Z", "failed_rule_count": 0, "supported": true, "type": "test_result", - "display_name": "johnson.example", + "display_name": "christiansen.test", "groups": [], "tags": [ { - "key": "bus", - "value": "virtual", - "namespace": "programming" + "key": "pixel", + "value": "redundant", + "namespace": "navigating" }, { - "key": "port", - "value": "bluetooth", - "namespace": "bypassing" + "key": "sensor", + "value": "optical", + "namespace": "hacking" }, { - "key": "microchip", - "value": "digital", - "namespace": "parsing" + "key": "pixel", + "value": "online", + "namespace": "copying" }, { - "key": "monitor", - "value": "digital", - "namespace": "overriding" + "key": "matrix", + "value": "open-source", + "namespace": "backing up" }, { - "key": "driver", - "value": "neural", - "namespace": "navigating" + "key": "array", + "value": "virtual", + "namespace": "compressing" } ], "os_major_version": 8, "os_minor_version": 0, - "compliant": true, - "system_id": "993e95e9-fbcc-44ef-8449-07c22fd3ee00", - "security_guide_version": "100.97.40" + "compliant": false, + "system_id": "37b1302a-ec6e-4598-8145-0c58035eaeeb", + "security_guide_version": "100.99.1" }, { - "id": "21d26f36-4477-425f-b83a-5ba2e60a1402", - "end_time": "2024-09-03T05:55:08.012Z", + "id": "26cb72b9-a749-4d7f-866f-96b9b05b6bd2", + "end_time": "2024-09-03T14:23:14.637Z", "failed_rule_count": 0, "supported": true, "type": "test_result", - "display_name": "bosco.test", + "display_name": "adams-larkin.example", "groups": [], "tags": [ { - "key": "panel", - "value": "back-end", - "namespace": "connecting" + "key": "hard drive", + "value": "digital", + "namespace": "generating" }, { - "key": "hard drive", - "value": "online", - "namespace": "programming" + "key": "application", + "value": "primary", + "namespace": "synthesizing" }, { - "key": "bus", - "value": "open-source", - "namespace": "programming" + "key": "monitor", + "value": "cross-platform", + "namespace": "quantifying" }, { - "key": "port", - "value": "digital", - "namespace": "connecting" + "key": "card", + "value": "back-end", + "namespace": "parsing" }, { - "key": "port", - "value": "virtual", - "namespace": "connecting" + "key": "matrix", + "value": "online", + "namespace": "hacking" } ], "os_major_version": 8, "os_minor_version": 0, - "compliant": false, - "system_id": "03b15041-14b5-49bc-bcbf-e8cbd3abb500", - "security_guide_version": "100.97.40" + "compliant": true, + "system_id": "ed95b694-f7cb-47de-85da-06da665ee1bb", + "security_guide_version": "100.99.1" }, { - "id": "292a83fe-e6ef-4bbc-af7c-8419c30a8410", - "end_time": "2024-09-03T05:55:07.933Z", + "id": "2a6c25f9-2418-44f7-ad1c-2aa394e6e22a", + "end_time": "2024-09-03T14:23:14.731Z", "failed_rule_count": 0, "supported": true, "type": "test_result", - "display_name": "dietrich.example", + "display_name": "spinka-dickinson.test", "groups": [], "tags": [ { - "key": "protocol", - "value": "cross-platform", - "namespace": "bypassing" + "key": "card", + "value": "haptic", + "namespace": "quantifying" }, { - "key": "array", - "value": "auxiliary", - "namespace": "bypassing" + "key": "bandwidth", + "value": "virtual", + "namespace": "connecting" }, { - "key": "driver", - "value": "cross-platform", + "key": "panel", + "value": "redundant", "namespace": "synthesizing" }, { - "key": "bus", - "value": "wireless", - "namespace": "calculating" + "key": "application", + "value": "mobile", + "namespace": "parsing" }, { - "key": "array", - "value": "wireless", - "namespace": "parsing" + "key": "program", + "value": "back-end", + "namespace": "backing up" } ], "os_major_version": 8, "os_minor_version": 0, "compliant": false, - "system_id": "efd1e8b7-bfa9-4bb8-a5d6-56ef887e8da9", - "security_guide_version": "100.97.40" + "system_id": "be8ae0af-4093-4ccf-86ae-b572683b32da", + "security_guide_version": "100.99.1" }, { - "id": "2aebf8e5-459f-46c2-bc98-d9685a1a2134", - "end_time": "2024-09-03T05:55:07.911Z", + "id": "3cdd16d3-1f92-4913-8b02-144c7af1439a", + "end_time": "2024-09-03T14:23:14.767Z", "failed_rule_count": 0, "supported": true, "type": "test_result", - "display_name": "hartmann.test", + "display_name": "bernier-hammes.example", "groups": [], "tags": [ { - "key": "circuit", + "key": "bandwidth", "value": "back-end", - "namespace": "parsing" + "namespace": "connecting" }, { - "key": "array", - "value": "primary", - "namespace": "quantifying" + "key": "driver", + "value": "multi-byte", + "namespace": "navigating" }, { - "key": "pixel", - "value": "open-source", - "namespace": "bypassing" + "key": "hard drive", + "value": "online", + "namespace": "copying" }, { - "key": "hard drive", - "value": "solid state", + "key": "capacitor", + "value": "primary", "namespace": "synthesizing" }, { - "key": "port", - "value": "1080p", - "namespace": "indexing" + "key": "panel", + "value": "auxiliary", + "namespace": "compressing" } ], "os_major_version": 8, "os_minor_version": 0, "compliant": false, - "system_id": "0096c74b-364f-4e2b-a39f-114df1bb3dc5", - "security_guide_version": "100.97.40" + "system_id": "ba59511f-a1e5-478a-acf3-d06466e608ec", + "security_guide_version": "100.99.1" }, { - "id": "2b6fe252-62df-4346-8c7f-35ce3ba0d274", - "end_time": "2024-09-03T05:55:07.946Z", + "id": "48778aaa-79d0-4596-87c5-904fec4c9f60", + "end_time": "2024-09-03T14:23:14.643Z", "failed_rule_count": 0, "supported": true, "type": "test_result", - "display_name": "heaney.test", + "display_name": "gorczany.test", "groups": [], "tags": [ { - "key": "panel", - "value": "wireless", - "namespace": "bypassing" + "key": "system", + "value": "virtual", + "namespace": "programming" }, { - "key": "matrix", - "value": "open-source", - "namespace": "overriding" + "key": "bus", + "value": "haptic", + "namespace": "navigating" }, { "key": "feed", "value": "neural", - "namespace": "programming" + "namespace": "indexing" }, { - "key": "transmitter", - "value": "online", - "namespace": "calculating" + "key": "feed", + "value": "neural", + "namespace": "indexing" }, { - "key": "card", - "value": "auxiliary", - "namespace": "generating" + "key": "array", + "value": "neural", + "namespace": "transmitting" } ], "os_major_version": 8, "os_minor_version": 0, "compliant": false, - "system_id": "b0a0a064-a3d7-41a2-a73f-098c24ea004c", - "security_guide_version": "100.97.40" + "system_id": "b87d57c0-af4e-432e-8511-4908cfd38300", + "security_guide_version": "100.99.1" }, { - "id": "2d9dfa27-65fd-47f1-be84-58f812eead89", - "end_time": "2024-09-03T05:55:07.997Z", + "id": "4ffe547e-e6b0-466b-b4d9-7697fa281ea4", + "end_time": "2024-09-03T14:23:14.621Z", "failed_rule_count": 0, "supported": true, "type": "test_result", - "display_name": "mcglynn-cronin.test", + "display_name": "nikolaus.example", "groups": [], "tags": [ { - "key": "circuit", - "value": "neural", - "namespace": "generating" + "key": "bandwidth", + "value": "1080p", + "namespace": "transmitting" }, { - "key": "bandwidth", - "value": "haptic", - "namespace": "synthesizing" + "key": "program", + "value": "open-source", + "namespace": "navigating" }, { - "key": "driver", - "value": "primary", + "key": "port", + "value": "mobile", "namespace": "connecting" }, { - "key": "driver", - "value": "optical", - "namespace": "connecting" + "key": "sensor", + "value": "wireless", + "namespace": "hacking" }, { - "key": "protocol", - "value": "optical", - "namespace": "transmitting" + "key": "port", + "value": "open-source", + "namespace": "compressing" } ], "os_major_version": 8, "os_minor_version": 0, "compliant": false, - "system_id": "7ec58b64-b288-4d20-9cf5-8fbfab9894e9", - "security_guide_version": "100.97.40" + "system_id": "89de0ea8-bdba-4c78-9bcd-6966e9bb5dd2", + "security_guide_version": "100.99.1" } ], "meta": { @@ -13944,9 +13944,9 @@ "offset": 0 }, "links": { - "first": "/api/compliance/v2/reports/25189761-2e4e-4d28-91bb-d158db2bde84/test_results?limit=10&offset=0", - "last": "/api/compliance/v2/reports/25189761-2e4e-4d28-91bb-d158db2bde84/test_results?limit=10&offset=20", - "next": "/api/compliance/v2/reports/25189761-2e4e-4d28-91bb-d158db2bde84/test_results?limit=10&offset=10" + "first": "/api/compliance/v2/reports/c1c5cf46-d40b-4d40-a418-161eb6aea140/test_results?limit=10&offset=0", + "last": "/api/compliance/v2/reports/c1c5cf46-d40b-4d40-a418-161eb6aea140/test_results?limit=10&offset=20", + "next": "/api/compliance/v2/reports/c1c5cf46-d40b-4d40-a418-161eb6aea140/test_results?limit=10&offset=10" } }, "summary": "", @@ -13956,414 +13956,414 @@ "value": { "data": [ { - "id": "eb5a7752-f3e0-48ff-b576-311a7e4fabfc", - "end_time": "2024-09-03T05:55:08.368Z", + "id": "6f28bb03-2689-48c4-af1a-932e6a532c79", + "end_time": "2024-09-03T14:23:15.066Z", "failed_rule_count": 0, "supported": true, "type": "test_result", - "display_name": "bednar.test", + "display_name": "langosh.test", "groups": [], "tags": [ { - "key": "interface", - "value": "virtual", - "namespace": "overriding" + "key": "program", + "value": "multi-byte", + "namespace": "hacking" }, { - "key": "feed", - "value": "online", - "namespace": "calculating" + "key": "sensor", + "value": "haptic", + "namespace": "overriding" }, { - "key": "card", - "value": "redundant", - "namespace": "hacking" + "key": "array", + "value": "auxiliary", + "namespace": "backing up" }, { - "key": "bus", - "value": "bluetooth", - "namespace": "calculating" + "key": "capacitor", + "value": "wireless", + "namespace": "generating" }, { - "key": "protocol", - "value": "mobile", - "namespace": "copying" + "key": "port", + "value": "primary", + "namespace": "quantifying" } ], "os_major_version": 8, "os_minor_version": 0, "compliant": false, - "system_id": "9d7bdd3c-89cf-49d2-80bd-59e735fe7992", - "security_guide_version": "100.99.6" + "system_id": "86e7457f-2909-45fe-9ba6-b79a25c67a97", + "security_guide_version": "100.100.16" }, { - "id": "2aa0a72c-6353-4724-ae60-73336d82dbaa", - "end_time": "2024-09-03T05:55:08.363Z", + "id": "bcd91f69-c01e-4878-a506-f61c6d7b0caf", + "end_time": "2024-09-03T14:23:15.076Z", "failed_rule_count": 0, "supported": true, "type": "test_result", - "display_name": "volkman-douglas.test", + "display_name": "conroy-kozey.example", "groups": [], "tags": [ { - "key": "circuit", - "value": "multi-byte", - "namespace": "indexing" + "key": "application", + "value": "virtual", + "namespace": "programming" }, { - "key": "pixel", - "value": "solid state", - "namespace": "connecting" + "key": "circuit", + "value": "bluetooth", + "namespace": "quantifying" }, { - "key": "bandwidth", - "value": "multi-byte", - "namespace": "bypassing" + "key": "panel", + "value": "auxiliary", + "namespace": "synthesizing" }, { - "key": "monitor", - "value": "primary", - "namespace": "copying" + "key": "bus", + "value": "online", + "namespace": "backing up" }, { - "key": "transmitter", - "value": "bluetooth", - "namespace": "backing up" + "key": "card", + "value": "1080p", + "namespace": "quantifying" } ], "os_major_version": 8, "os_minor_version": 0, "compliant": false, - "system_id": "bd09b1b9-59ed-45dd-a417-18f380dfbc1f", - "security_guide_version": "100.99.6" + "system_id": "9534ff5a-a9c1-4818-924a-b17278f51119", + "security_guide_version": "100.100.16" }, { - "id": "e72c84c5-56ff-4ed9-8102-39cfb06ea202", - "end_time": "2024-09-03T05:55:08.317Z", + "id": "e852d09b-7ec8-4272-a22c-fca0e915b307", + "end_time": "2024-09-03T14:23:15.117Z", "failed_rule_count": 0, "supported": true, "type": "test_result", - "display_name": "will-walsh.test", + "display_name": "strosin.test", "groups": [], "tags": [ { - "key": "system", - "value": "mobile", - "namespace": "parsing" + "key": "protocol", + "value": "wireless", + "namespace": "overriding" }, { - "key": "pixel", - "value": "1080p", - "namespace": "quantifying" + "key": "sensor", + "value": "redundant", + "namespace": "overriding" }, { - "key": "array", - "value": "neural", - "namespace": "compressing" + "key": "panel", + "value": "auxiliary", + "namespace": "connecting" }, { - "key": "protocol", - "value": "back-end", - "namespace": "compressing" + "key": "transmitter", + "value": "wireless", + "namespace": "quantifying" }, { - "key": "bus", - "value": "online", - "namespace": "calculating" + "key": "array", + "value": "optical", + "namespace": "parsing" } ], "os_major_version": 8, "os_minor_version": 0, "compliant": false, - "system_id": "d28b9411-8575-4b73-a7ac-3b1f571a785c", - "security_guide_version": "100.99.6" + "system_id": "b55392f1-5eaa-4ef4-8654-b90916287389", + "security_guide_version": "100.100.16" }, { - "id": "1c5aa1f6-c494-428d-b8bb-221d63085726", - "end_time": "2024-09-03T05:55:08.387Z", + "id": "57132ebd-2ddf-4840-bb82-bd71e6582021", + "end_time": "2024-09-03T14:23:15.027Z", "failed_rule_count": 0, "supported": true, "type": "test_result", - "display_name": "hauck.test", + "display_name": "lebsack.test", "groups": [], "tags": [ { - "key": "driver", - "value": "open-source", - "namespace": "copying" + "key": "pixel", + "value": "mobile", + "namespace": "navigating" }, { - "key": "application", - "value": "solid state", - "namespace": "copying" + "key": "circuit", + "value": "open-source", + "namespace": "synthesizing" }, - { - "key": "system", - "value": "haptic", - "namespace": "compressing" + { + "key": "protocol", + "value": "redundant", + "namespace": "bypassing" }, { - "key": "card", + "key": "application", "value": "mobile", - "namespace": "backing up" + "namespace": "calculating" }, { - "key": "panel", - "value": "mobile", - "namespace": "copying" + "key": "alarm", + "value": "primary", + "namespace": "navigating" } ], "os_major_version": 8, "os_minor_version": 0, "compliant": false, - "system_id": "45804cb9-97dc-41f0-82e4-b09ef1c069b3", - "security_guide_version": "100.99.6" + "system_id": "2b5a7b41-1b23-46dd-9f06-129cfe96759f", + "security_guide_version": "100.100.16" }, { - "id": "7aa65817-a753-489b-aa72-940394d94478", - "end_time": "2024-09-03T05:55:08.274Z", + "id": "5a3bac96-b2f8-4998-b083-f99b1b5dbcb8", + "end_time": "2024-09-03T14:23:15.043Z", "failed_rule_count": 0, "supported": true, "type": "test_result", - "display_name": "bernhard-bartell.example", + "display_name": "will.example", "groups": [], "tags": [ { - "key": "circuit", - "value": "wireless", - "namespace": "calculating" + "key": "matrix", + "value": "redundant", + "namespace": "parsing" }, { - "key": "transmitter", - "value": "cross-platform", - "namespace": "transmitting" + "key": "card", + "value": "bluetooth", + "namespace": "synthesizing" }, { - "key": "application", - "value": "wireless", - "namespace": "synthesizing" + "key": "protocol", + "value": "1080p", + "namespace": "backing up" }, { - "key": "interface", - "value": "online", - "namespace": "overriding" + "key": "hard drive", + "value": "wireless", + "namespace": "backing up" }, { - "key": "driver", - "value": "redundant", - "namespace": "connecting" + "key": "interface", + "value": "solid state", + "namespace": "synthesizing" } ], "os_major_version": 8, "os_minor_version": 0, "compliant": false, - "system_id": "31aee4c4-6555-4faf-a691-164c4381e2e8", - "security_guide_version": "100.99.6" + "system_id": "b2c92a6f-f68c-4144-b484-7674abb38b1b", + "security_guide_version": "100.100.16" }, { - "id": "7f068e61-8570-42df-bf3f-1dc648d8f6c8", - "end_time": "2024-09-03T05:55:08.331Z", + "id": "ad2dd5ec-2538-4840-9db8-dfcc7507e8c8", + "end_time": "2024-09-03T14:23:15.054Z", "failed_rule_count": 0, "supported": true, "type": "test_result", - "display_name": "harber.example", + "display_name": "schimmel-herzog.example", "groups": [], "tags": [ { - "key": "sensor", - "value": "haptic", - "namespace": "quantifying" + "key": "feed", + "value": "solid state", + "namespace": "synthesizing" }, { - "key": "firewall", - "value": "online", + "key": "card", + "value": "mobile", "namespace": "copying" }, { - "key": "capacitor", - "value": "multi-byte", - "namespace": "overriding" + "key": "monitor", + "value": "haptic", + "namespace": "generating" }, { - "key": "panel", - "value": "mobile", + "key": "protocol", + "value": "primary", "namespace": "synthesizing" }, { - "key": "pixel", - "value": "digital", + "key": "protocol", + "value": "back-end", "namespace": "overriding" } ], "os_major_version": 8, "os_minor_version": 0, "compliant": false, - "system_id": "6b06ed05-d12b-4b31-9f37-881c6a8091fd", - "security_guide_version": "100.99.6" + "system_id": "761803d3-98d5-450f-9f53-bb4188ae63f6", + "security_guide_version": "100.100.16" }, { - "id": "c376073a-6498-473e-bb20-3695e9390f5c", - "end_time": "2024-09-03T05:55:08.290Z", + "id": "3d4b3c7f-bd13-4a93-b3d6-2b179788877b", + "end_time": "2024-09-03T14:23:15.002Z", "failed_rule_count": 0, "supported": true, "type": "test_result", - "display_name": "bergstrom.example", + "display_name": "kling.test", "groups": [], "tags": [ { - "key": "microchip", - "value": "online", + "key": "protocol", + "value": "optical", "namespace": "indexing" }, { - "key": "feed", - "value": "auxiliary", - "namespace": "connecting" + "key": "monitor", + "value": "primary", + "namespace": "synthesizing" }, { - "key": "capacitor", - "value": "virtual", - "namespace": "hacking" + "key": "microchip", + "value": "multi-byte", + "namespace": "connecting" }, { - "key": "bandwidth", - "value": "haptic", - "namespace": "overriding" + "key": "alarm", + "value": "online", + "namespace": "quantifying" }, { - "key": "pixel", - "value": "redundant", - "namespace": "overriding" + "key": "firewall", + "value": "auxiliary", + "namespace": "generating" } ], "os_major_version": 8, "os_minor_version": 0, "compliant": false, - "system_id": "cfb4e2f9-557b-4d51-ba14-d4669f5f3057", - "security_guide_version": "100.99.6" + "system_id": "23a37af9-f90b-4f0c-aea4-9b3083ebd9a9", + "security_guide_version": "100.100.16" }, { - "id": "edb64a12-40fd-4fc2-88b3-f94922ab54db", - "end_time": "2024-09-03T05:55:08.301Z", + "id": "322644dd-c7f5-4185-8823-71229ac1fb63", + "end_time": "2024-09-03T14:23:15.102Z", "failed_rule_count": 0, "supported": true, "type": "test_result", - "display_name": "kohler-dare.test", + "display_name": "lehner.test", "groups": [], "tags": [ { - "key": "sensor", - "value": "auxiliary", - "namespace": "connecting" + "key": "port", + "value": "solid state", + "namespace": "synthesizing" }, { - "key": "matrix", - "value": "1080p", + "key": "protocol", + "value": "back-end", "namespace": "compressing" }, { - "key": "system", - "value": "1080p", - "namespace": "compressing" + "key": "program", + "value": "mobile", + "namespace": "quantifying" }, { - "key": "monitor", - "value": "virtual", - "namespace": "programming" + "key": "application", + "value": "solid state", + "namespace": "indexing" }, { - "key": "transmitter", - "value": "online", - "namespace": "transmitting" + "key": "monitor", + "value": "digital", + "namespace": "hacking" } ], "os_major_version": 8, "os_minor_version": 0, "compliant": false, - "system_id": "39c65584-b89a-41ba-b781-605edeffaf84", - "security_guide_version": "100.99.6" + "system_id": "be56e5d2-260c-4fff-8ff5-d0eb9616ee44", + "security_guide_version": "100.100.16" }, { - "id": "6e54d628-871e-4dc8-b02b-0ade0035321e", - "end_time": "2024-09-03T05:55:08.399Z", + "id": "4411990c-1866-44e2-8302-2dc76a561836", + "end_time": "2024-09-03T14:23:15.049Z", "failed_rule_count": 0, "supported": true, "type": "test_result", - "display_name": "larson-witting.test", + "display_name": "koch-metz.example", "groups": [], "tags": [ { "key": "application", - "value": "1080p", - "namespace": "generating" + "value": "open-source", + "namespace": "programming" }, { - "key": "bandwidth", - "value": "redundant", - "namespace": "calculating" + "key": "interface", + "value": "digital", + "namespace": "transmitting" }, { - "key": "feed", - "value": "auxiliary", - "namespace": "copying" + "key": "bandwidth", + "value": "mobile", + "namespace": "quantifying" }, { - "key": "transmitter", - "value": "mobile", - "namespace": "overriding" + "key": "program", + "value": "solid state", + "namespace": "programming" }, { - "key": "protocol", - "value": "back-end", - "namespace": "overriding" + "key": "bus", + "value": "wireless", + "namespace": "synthesizing" } ], "os_major_version": 8, "os_minor_version": 0, "compliant": false, - "system_id": "f274c95b-7e7f-465c-a535-8cd8fa0f2467", - "security_guide_version": "100.99.6" + "system_id": "74eb3903-8184-4af1-b987-967828eb843b", + "security_guide_version": "100.100.16" }, { - "id": "295c72af-ca3c-410f-bf68-9a0ece1dad9e", - "end_time": "2024-09-03T05:55:08.312Z", + "id": "3159228b-62e0-4ae5-a3a4-7d172cdb104a", + "end_time": "2024-09-03T14:23:14.996Z", "failed_rule_count": 0, "supported": true, "type": "test_result", - "display_name": "turner.test", + "display_name": "bode.example", "groups": [], "tags": [ { - "key": "interface", - "value": "online", - "namespace": "indexing" + "key": "sensor", + "value": "neural", + "namespace": "transmitting" }, { - "key": "hard drive", - "value": "bluetooth", - "namespace": "synthesizing" + "key": "port", + "value": "primary", + "namespace": "backing up" }, { - "key": "hard drive", - "value": "mobile", - "namespace": "quantifying" + "key": "pixel", + "value": "wireless", + "namespace": "overriding" }, { - "key": "circuit", - "value": "back-end", - "namespace": "connecting" + "key": "hard drive", + "value": "solid state", + "namespace": "transmitting" }, { - "key": "hard drive", - "value": "1080p", - "namespace": "hacking" + "key": "port", + "value": "virtual", + "namespace": "generating" } ], "os_major_version": 8, "os_minor_version": 0, "compliant": false, - "system_id": "b9fac906-4702-42b8-9cc1-71ed4aa3a18a", - "security_guide_version": "100.99.6" + "system_id": "c9655626-2865-4f37-a7d2-717b99bc4c08", + "security_guide_version": "100.100.16" } ], "meta": { @@ -14373,9 +14373,9 @@ "sort_by": "score" }, "links": { - "first": "/api/compliance/v2/reports/b174fc75-7ab7-40d3-aa73-ad2c71404ecc/test_results?limit=10&offset=0&sort_by=score", - "last": "/api/compliance/v2/reports/b174fc75-7ab7-40d3-aa73-ad2c71404ecc/test_results?limit=10&offset=20&sort_by=score", - "next": "/api/compliance/v2/reports/b174fc75-7ab7-40d3-aa73-ad2c71404ecc/test_results?limit=10&offset=10&sort_by=score" + "first": "/api/compliance/v2/reports/c4e37c43-2189-41a8-b8a1-95d42e88158e/test_results?limit=10&offset=0&sort_by=score", + "last": "/api/compliance/v2/reports/c4e37c43-2189-41a8-b8a1-95d42e88158e/test_results?limit=10&offset=20&sort_by=score", + "next": "/api/compliance/v2/reports/c4e37c43-2189-41a8-b8a1-95d42e88158e/test_results?limit=10&offset=10&sort_by=score" } }, "summary": "", @@ -14391,8 +14391,8 @@ "offset": 0 }, "links": { - "first": "/api/compliance/v2/reports/d5e89725-bcb1-47a4-8f5f-bd68cd6ce183/test_results?filter=%28os_minor_version%3D8%29&limit=10&offset=0", - "last": "/api/compliance/v2/reports/d5e89725-bcb1-47a4-8f5f-bd68cd6ce183/test_results?filter=%28os_minor_version%3D8%29&limit=10&offset=0" + "first": "/api/compliance/v2/reports/4b0134f1-1c1a-476b-a7da-172b8b325072/test_results?filter=%28os_minor_version%3D8%29&limit=10&offset=0", + "last": "/api/compliance/v2/reports/4b0134f1-1c1a-476b-a7da-172b8b325072/test_results?filter=%28os_minor_version%3D8%29&limit=10&offset=0" } }, "summary": "", @@ -14561,45 +14561,45 @@ "Returns a Test Result under a Report": { "value": { "data": { - "id": "80d41b54-11e6-4264-8462-54c768ab71f4", - "end_time": "2024-09-03T05:55:10.207Z", + "id": "59d69050-3e81-4819-9eb2-c873f37b9b85", + "end_time": "2024-09-03T14:23:16.980Z", "failed_rule_count": 0, "supported": true, "type": "test_result", - "display_name": "corkery-daugherty.test", + "display_name": "altenwerth.test", "groups": [], "tags": [ { - "key": "alarm", - "value": "neural", - "namespace": "bypassing" + "key": "pixel", + "value": "mobile", + "namespace": "programming" }, { - "key": "protocol", - "value": "optical", - "namespace": "navigating" + "key": "sensor", + "value": "neural", + "namespace": "transmitting" }, { - "key": "bandwidth", - "value": "neural", - "namespace": "calculating" + "key": "protocol", + "value": "multi-byte", + "namespace": "backing up" }, { - "key": "port", - "value": "cross-platform", - "namespace": "synthesizing" + "key": "array", + "value": "bluetooth", + "namespace": "overriding" }, { - "key": "alarm", - "value": "cross-platform", - "namespace": "copying" + "key": "panel", + "value": "auxiliary", + "namespace": "programming" } ], "os_major_version": 8, "os_minor_version": 0, "compliant": false, - "system_id": "6c8b2c95-7f4c-44d5-b9eb-f9ae35be31ef", - "security_guide_version": "100.105.26" + "system_id": "73098b21-f4ab-40ce-8ebb-9506c4170d22", + "security_guide_version": "100.106.3" } }, "summary": "", @@ -14630,7 +14630,7 @@ "Description of an error when requesting a non-existing Test Result": { "value": { "errors": [ - "V2::TestResult not found with ID 2d687b5d-8b26-4fda-b591-78b2fbdce42c" + "V2::TestResult not found with ID c3bee5c7-3c36-44f0-9479-a2f848e0e049" ] }, "summary": "", @@ -14730,93 +14730,93 @@ "value": { "data": [ { - "id": "00dcee67-dc5f-4a89-80fa-9484a9570d0b", - "ref_id": "foo_value_ddffe920-0bf9-4015-a669-eaf9fe4fe133", - "title": "Non sit et non.", - "description": "Voluptatibus quae sed. Quas saepe assumenda. Illo soluta aut.", + "id": "22c0a7de-c2e3-4a75-b40d-d198454aca14", + "ref_id": "foo_value_59b30e25-f7a2-4e32-9f2c-a8cc43f1f9ae", + "title": "Quia ut voluptates qui.", + "description": "Et facilis quo. Quo laudantium saepe. Enim est sunt.", "value_type": "number", - "default_value": "0.8066346450683531", + "default_value": "0.43646926764863936", "type": "value_definition" }, { - "id": "07086c90-b265-4828-8070-061b38e01710", - "ref_id": "foo_value_3ac0d790-ffbd-4767-94d3-b8370d8b3332", - "title": "Quaerat ipsa ipsum et.", - "description": "Vero nobis minus. Architecto sunt nihil. Accusantium in quis.", + "id": "26358aa5-0d1e-4899-b193-ec809df6b1d8", + "ref_id": "foo_value_91e32826-91d9-492d-bf19-39204d270904", + "title": "Assumenda doloribus quo repudiandae.", + "description": "Mollitia voluptatem architecto. Eaque consequatur perferendis. Suscipit ipsa saepe.", "value_type": "number", - "default_value": "0.7760700707354685", + "default_value": "0.48868972845918546", "type": "value_definition" }, { - "id": "1f81013f-2f6e-49fb-8c4a-948e9ce92b23", - "ref_id": "foo_value_15d82f37-028e-4cc3-98f2-d475d15133e0", - "title": "Cum id sint aliquid.", - "description": "Quidem harum aspernatur. Quasi in et. Temporibus consectetur quam.", + "id": "267b5340-2997-4019-b2ed-227d31f01e36", + "ref_id": "foo_value_c9776fad-8760-4480-8916-2b4c79d9ddfa", + "title": "Eos et omnis itaque.", + "description": "Ad soluta maxime. Nam deserunt porro. Ea consectetur et.", "value_type": "number", - "default_value": "0.7102927233995171", + "default_value": "0.5670724980733869", "type": "value_definition" }, { - "id": "22fca19d-54f7-4ccf-a920-09af7de70b0b", - "ref_id": "foo_value_f7860dcf-1991-47a7-99a9-ad8550ae2214", - "title": "Repellendus laudantium aut labore.", - "description": "Quae sunt aut. Ducimus soluta sunt. Aut soluta sit.", + "id": "29720abe-9ad8-498a-8478-fd29bc80ec37", + "ref_id": "foo_value_cbca2e09-3844-492d-9787-0ec59822496a", + "title": "Occaecati expedita atque vitae.", + "description": "Ut omnis rerum. Laudantium accusantium nam. Numquam et aut.", "value_type": "number", - "default_value": "0.31250998394049123", + "default_value": "0.1995101016679307", "type": "value_definition" }, { - "id": "2eae1b3b-e626-4a63-ab9f-1aa990c968ef", - "ref_id": "foo_value_8c91cd8a-c474-446f-9857-663ebf6c63ce", - "title": "Molestiae iure reiciendis hic.", - "description": "Repellat odio cupiditate. Fugiat repellat eveniet. Magni molestiae sunt.", + "id": "332c74c0-86aa-4f6d-8d87-0fa4771947b0", + "ref_id": "foo_value_c3807d6d-cfa5-4df6-b757-d54465ceb4e0", + "title": "Corrupti vero ex accusantium.", + "description": "Quasi in sunt. Quae cumque sed. Impedit veniam officia.", "value_type": "number", - "default_value": "0.2166275366513042", + "default_value": "0.6260634210952815", "type": "value_definition" }, { - "id": "33b079f9-98ea-4b36-87e0-f4722ce3c38b", - "ref_id": "foo_value_5352ed37-92cf-4bf3-bb22-b72cafd3de01", - "title": "Eius magnam unde quo.", - "description": "Impedit et animi. Incidunt debitis quia. Maxime aut dolor.", + "id": "3d9faaf1-37ce-474a-8aa7-e6f4956cb802", + "ref_id": "foo_value_9e333bf6-386d-489f-997b-421893de92ee", + "title": "Pariatur autem dicta suscipit.", + "description": "Qui enim pariatur. Expedita officia aliquid. Inventore hic dolore.", "value_type": "number", - "default_value": "0.17866808353166097", + "default_value": "0.29367560597240694", "type": "value_definition" }, { - "id": "35248a15-3291-4004-9464-870428f14beb", - "ref_id": "foo_value_adb303d5-9a18-4c3b-9a54-85a067b8b999", - "title": "Est possimus quo fugiat.", - "description": "Id a minus. Aspernatur mollitia ipsum. Modi est eius.", + "id": "59e533e1-3492-4298-8155-bebf5e42abe9", + "ref_id": "foo_value_0533cc04-5404-46ef-b8ba-9e4e1de66554", + "title": "Sunt et nesciunt qui.", + "description": "Corporis voluptas veritatis. Ut aut delectus. Nemo a omnis.", "value_type": "number", - "default_value": "0.5553626791099139", + "default_value": "0.1523455558548319", "type": "value_definition" }, { - "id": "362317a7-86c1-4345-a7b6-fe35dfc84668", - "ref_id": "foo_value_36429734-9f64-4eea-b92d-53d489cf1daa", - "title": "Corporis est dolores praesentium.", - "description": "Hic blanditiis quod. Soluta deserunt et. Ea atque culpa.", + "id": "5ec736c2-f386-49a6-bdc9-8a584ed1d197", + "ref_id": "foo_value_e531ec0b-3768-4773-87a3-1d2b63c1a9d3", + "title": "Est sunt occaecati natus.", + "description": "Rerum dolorem sunt. Voluptas et expedita. Aliquam voluptas ut.", "value_type": "number", - "default_value": "0.7306755378256738", + "default_value": "0.9618082305712745", "type": "value_definition" }, { - "id": "453898f1-5580-493d-a1a6-7935fceeb83f", - "ref_id": "foo_value_305726a6-431b-45fb-9223-d1bee7af417f", - "title": "Assumenda accusantium ullam possimus.", - "description": "Natus animi minus. Laudantium voluptas quisquam. Et commodi odit.", + "id": "632e4d3a-e372-4753-ad6f-eedb2f7e3136", + "ref_id": "foo_value_1cd51d12-be0f-4ab5-bb2e-f26cbc09a367", + "title": "Recusandae amet atque nulla.", + "description": "Suscipit ducimus ut. Sunt vero illo. Et et consectetur.", "value_type": "number", - "default_value": "0.20672152142419375", + "default_value": "0.7601227462274415", "type": "value_definition" }, { - "id": "729e926d-f9e7-4cec-a4ee-f817da2cf044", - "ref_id": "foo_value_ccdf485a-d2bb-4423-887a-556d8b25a313", - "title": "Quis accusantium numquam eum.", - "description": "Autem totam exercitationem. Est provident ullam. Amet dicta quibusdam.", + "id": "71408137-9698-480c-9878-8ac7417d69aa", + "ref_id": "foo_value_15a68874-91f6-4eb8-a6ba-97d0fff9c1b5", + "title": "Perferendis modi sit earum.", + "description": "Aut dolor sint. Recusandae quos laboriosam. Occaecati omnis repellendus.", "value_type": "number", - "default_value": "0.7897050331420629", + "default_value": "0.6785669925766612", "type": "value_definition" } ], @@ -14826,9 +14826,9 @@ "offset": 0 }, "links": { - "first": "/api/compliance/v2/security_guides/0ec63628-da85-4dae-8725-e927d06e0434/value_definitions?limit=10&offset=0", - "last": "/api/compliance/v2/security_guides/0ec63628-da85-4dae-8725-e927d06e0434/value_definitions?limit=10&offset=20", - "next": "/api/compliance/v2/security_guides/0ec63628-da85-4dae-8725-e927d06e0434/value_definitions?limit=10&offset=10" + "first": "/api/compliance/v2/security_guides/45a508cb-4d51-490d-ac6e-49bc652eb404/value_definitions?limit=10&offset=0", + "last": "/api/compliance/v2/security_guides/45a508cb-4d51-490d-ac6e-49bc652eb404/value_definitions?limit=10&offset=20", + "next": "/api/compliance/v2/security_guides/45a508cb-4d51-490d-ac6e-49bc652eb404/value_definitions?limit=10&offset=10" } }, "summary": "", @@ -14838,93 +14838,93 @@ "value": { "data": [ { - "id": "90f23488-bc38-4cce-b1e0-f6f729ca9219", - "ref_id": "foo_value_ec9980a9-7833-4af7-86b8-1b5e39f809c6", - "title": "Accusamus ipsam laborum voluptas.", - "description": "Blanditiis enim velit. Exercitationem provident corporis. Ut nostrum sunt.", + "id": "32cffe72-addf-484d-b044-16821f2354c3", + "ref_id": "foo_value_a9d3944b-8051-4a27-90ad-bd25ecb760ae", + "title": "Aliquid hic suscipit amet.", + "description": "Quia illo quam. Ipsum est quasi. Exercitationem nostrum quisquam.", "value_type": "number", - "default_value": "0.3280336402341243", + "default_value": "0.43216022886038175", "type": "value_definition" }, { - "id": "b6fba854-44d0-472c-a498-392cf64fd78f", - "ref_id": "foo_value_20aa056e-3998-4490-af59-c00e454b64d8", - "title": "Atque possimus soluta qui.", - "description": "Est eius dolores. Et consequuntur dolor. Vitae sed porro.", + "id": "af59231b-d270-409a-abd6-85f8317d7c12", + "ref_id": "foo_value_635b70ce-42ec-4d1d-a352-3bb941b1d6a6", + "title": "Aspernatur eos mollitia voluptas.", + "description": "Illum vitae laborum. Distinctio laboriosam repellat. Alias ut dolore.", "value_type": "number", - "default_value": "0.59905603034573", + "default_value": "0.027508183273295184", "type": "value_definition" }, { - "id": "90fd3927-df7d-4bee-a139-9f617c4a944a", - "ref_id": "foo_value_c08cb7da-6f33-4fb7-aa87-67065ec8c585", - "title": "Blanditiis nemo dolores sunt.", - "description": "Architecto magni id. Mollitia sit esse. Recusandae et quibusdam.", + "id": "e7eb084b-7b43-45d2-913e-33fa24934ca2", + "ref_id": "foo_value_52df5ccf-072e-48f2-acb3-bf5831237eed", + "title": "Aut voluptatem quasi eos.", + "description": "Mollitia odit dolor. Aut dignissimos est. Rem molestias earum.", "value_type": "number", - "default_value": "0.9016537492606826", + "default_value": "0.28274335993437516", "type": "value_definition" }, { - "id": "c6a39e51-56fb-48b7-9c5b-d35c4b7e11e7", - "ref_id": "foo_value_db215058-3032-4d38-9036-be2b5056a94a", - "title": "Dolor numquam voluptas sunt.", - "description": "Atque rerum laborum. Beatae libero sint. Deleniti dicta id.", + "id": "60cb9873-371b-4d8e-b43a-1193db374cf7", + "ref_id": "foo_value_fbb95133-1c13-431d-8a57-bd7b6bf0d0e7", + "title": "Autem nisi reprehenderit tempore.", + "description": "Et quas rerum. Dolorem ea recusandae. Cupiditate magnam incidunt.", "value_type": "number", - "default_value": "0.5340371124884712", + "default_value": "0.8717006772834718", "type": "value_definition" }, { - "id": "1cfa3f62-a14d-4d4c-8fab-2b3f3b5bc1d1", - "ref_id": "foo_value_171eaec7-c156-482b-870d-b0dc42c9ea0e", - "title": "Eaque sed sit accusantium.", - "description": "Aut quibusdam doloremque. Voluptatem totam suscipit. Voluptatem molestiae qui.", + "id": "f84942ad-5802-48f1-92d6-ea6afa9627c9", + "ref_id": "foo_value_16196f33-4092-447d-8d08-72204b8046c5", + "title": "Beatae dolorem consequuntur neque.", + "description": "Qui et odit. Consequatur enim autem. Amet eius nobis.", "value_type": "number", - "default_value": "0.6669594995737013", + "default_value": "0.30365513663289523", "type": "value_definition" }, { - "id": "185655f2-5163-4eab-92ce-1445d0126b38", - "ref_id": "foo_value_9e7dff51-6135-4156-869e-1cb00de203fb", - "title": "Est fugit eum dolorem.", - "description": "Eum minus cumque. Aut dolores rerum. Ut eos praesentium.", + "id": "f38e35cb-e74f-4c0d-8026-acf8ddeb8399", + "ref_id": "foo_value_17d61a89-ad7f-4ebb-9744-cf4e6286c69f", + "title": "Blanditiis voluptate officiis doloribus.", + "description": "Tenetur doloremque voluptatibus. Quis est magnam. Et deleniti et.", "value_type": "number", - "default_value": "0.6409179477750478", + "default_value": "0.9616855852815066", "type": "value_definition" }, { - "id": "16f91c33-79cd-4bdd-bd10-ff9c5c1a4457", - "ref_id": "foo_value_701e0a67-2244-4bf8-9037-a65e6d09bd64", - "title": "Et beatae ut commodi.", - "description": "Voluptates harum rerum. Eius ut debitis. Est iste itaque.", + "id": "8f99ec11-6973-46e5-a0c5-30b158ae3234", + "ref_id": "foo_value_0ddf80a2-d1d6-441b-af19-263650674739", + "title": "Est earum laudantium impedit.", + "description": "Vitae quas et. Blanditiis occaecati porro. Esse assumenda rem.", "value_type": "number", - "default_value": "0.08956285813731535", + "default_value": "0.7039454856087876", "type": "value_definition" }, { - "id": "e81c2aec-a051-4462-8d39-b230d8ec66b4", - "ref_id": "foo_value_c4c49c48-a6bf-4be1-8757-c0a16de4f589", - "title": "Et mollitia quasi sunt.", - "description": "Rerum voluptas asperiores. Minus voluptatem harum. Atque occaecati modi.", + "id": "81fc92fe-d70b-4d35-bf0d-e687a3a4c327", + "ref_id": "foo_value_daccad67-cfa3-4e75-9f0d-e8785dc103bf", + "title": "Ex deserunt ea in.", + "description": "Quas eligendi facilis. Aut sed sapiente. Quia et ut.", "value_type": "number", - "default_value": "0.9362811160995655", + "default_value": "0.5988769747225102", "type": "value_definition" }, { - "id": "1048643c-3fad-4849-8bf5-3a3c9c72fce3", - "ref_id": "foo_value_5c286b77-e181-4abb-8351-c93ede7656a4", - "title": "Eum veniam quasi voluptatem.", - "description": "Vero ipsam tempore. Voluptas maiores et. Eaque inventore et.", + "id": "24fb491b-e2e4-49fc-8f25-4d671c123b50", + "ref_id": "foo_value_d5554ec9-be65-4e24-9498-c7b2eb273fc1", + "title": "Excepturi blanditiis perspiciatis suscipit.", + "description": "Veniam rerum ipsum. Voluptatem corporis eos. Consequatur repellendus iste.", "value_type": "number", - "default_value": "0.8803358120116067", + "default_value": "0.1297710478897155", "type": "value_definition" }, { - "id": "ba2288e8-da9f-4750-9cf5-932b3f7ab879", - "ref_id": "foo_value_d6d40f93-5ec0-41f1-b293-28ac149fd1b7", - "title": "Facere ut et quia.", - "description": "Voluptatem ipsam odio. Aliquid fuga est. Nulla dolorum aut.", + "id": "4151e248-2823-4f76-9592-28d7da93e0ad", + "ref_id": "foo_value_16ed29c5-9f21-4cc3-bee2-dfcdf2d32e0c", + "title": "Facilis assumenda maiores id.", + "description": "Eos cum explicabo. Pariatur doloribus rerum. Praesentium autem voluptatem.", "value_type": "number", - "default_value": "0.9970470647470687", + "default_value": "0.6470173219593002", "type": "value_definition" } ], @@ -14935,36 +14935,36 @@ "sort_by": "title" }, "links": { - "first": "/api/compliance/v2/security_guides/b25f5330-7369-4986-afaf-c48515adb0f1/value_definitions?limit=10&offset=0&sort_by=title", - "last": "/api/compliance/v2/security_guides/b25f5330-7369-4986-afaf-c48515adb0f1/value_definitions?limit=10&offset=20&sort_by=title", - "next": "/api/compliance/v2/security_guides/b25f5330-7369-4986-afaf-c48515adb0f1/value_definitions?limit=10&offset=10&sort_by=title" + "first": "/api/compliance/v2/security_guides/8ef8ba44-9e2f-4b82-82d2-7be2df560783/value_definitions?limit=10&offset=0&sort_by=title", + "last": "/api/compliance/v2/security_guides/8ef8ba44-9e2f-4b82-82d2-7be2df560783/value_definitions?limit=10&offset=20&sort_by=title", + "next": "/api/compliance/v2/security_guides/8ef8ba44-9e2f-4b82-82d2-7be2df560783/value_definitions?limit=10&offset=10&sort_by=title" } }, "summary": "", "description": "" }, - "List of Value Definitions filtered by '(title=Soluta odio incidunt et.)'": { + "List of Value Definitions filtered by '(title=Iusto qui illum at.)'": { "value": { "data": [ { - "id": "03ff7796-aa13-4687-85de-20de72908d70", - "ref_id": "foo_value_b8e3c945-f57f-4bec-9887-aebe2769a583", - "title": "Soluta odio incidunt et.", - "description": "Ut qui laboriosam. Vero magnam quia. Aut aut placeat.", + "id": "0e7e47a8-8329-4134-b4fa-e6959a2aa38e", + "ref_id": "foo_value_bc0706c9-701c-4d13-a71a-187ee3cfdb12", + "title": "Iusto qui illum at.", + "description": "Neque aperiam quasi. Aut quis sunt. Corrupti facilis aut.", "value_type": "number", - "default_value": "0.8879805172760331", + "default_value": "0.1875303188451315", "type": "value_definition" } ], "meta": { "total": 1, - "filter": "(title=\"Soluta odio incidunt et.\")", + "filter": "(title=\"Iusto qui illum at.\")", "limit": 10, "offset": 0 }, "links": { - "first": "/api/compliance/v2/security_guides/a9e33ea1-9858-403c-97e1-9ac58bb1ba68/value_definitions?filter=%28title%3D%22Soluta+odio+incidunt+et.%22%29&limit=10&offset=0", - "last": "/api/compliance/v2/security_guides/a9e33ea1-9858-403c-97e1-9ac58bb1ba68/value_definitions?filter=%28title%3D%22Soluta+odio+incidunt+et.%22%29&limit=10&offset=0" + "first": "/api/compliance/v2/security_guides/c4b9d0d3-7717-48c5-ac7b-70512928b92b/value_definitions?filter=%28title%3D%22Iusto+qui+illum+at.%22%29&limit=10&offset=0", + "last": "/api/compliance/v2/security_guides/c4b9d0d3-7717-48c5-ac7b-70512928b92b/value_definitions?filter=%28title%3D%22Iusto+qui+illum+at.%22%29&limit=10&offset=0" } }, "summary": "", @@ -15071,12 +15071,12 @@ "Returns a Value Definition": { "value": { "data": { - "id": "18bc3e21-1a1c-4f07-a6b9-c523af250143", - "ref_id": "foo_value_37f22ff8-0ace-424c-878e-c274a0caf90d", - "title": "Autem quaerat maiores voluptatem.", - "description": "Non voluptate sint. Optio ut quia. Similique aut ut.", + "id": "dadd08be-5329-4961-8173-424ef88ecdfe", + "ref_id": "foo_value_f05023ff-c2ef-4174-8eeb-937f8bdb15df", + "title": "Ipsam suscipit voluptatem veniam.", + "description": "Voluptatum repellat ducimus. Ea non assumenda. Temporibus similique enim.", "value_type": "number", - "default_value": "0.3179495378661934", + "default_value": "0.3777865713896459", "type": "value_definition" } }, @@ -15108,7 +15108,7 @@ "Description of an error when requesting a non-existing Value Definition": { "value": { "errors": [ - "V2::ValueDefinition not found with ID fd0dac6b-c235-44a3-be74-61a3292d55de" + "V2::ValueDefinition not found with ID 9d11b1f8-e2ff-435f-ba8b-c3df0a443333" ] }, "summary": "", @@ -15520,6 +15520,14 @@ "items": { "type": "object", "properties": { + "title": { + "type": "string", + "examples": [ + "Remove tftp" + ], + "readOnly": true, + "description": "Short title of the Rule" + }, "ref_id": { "type": "string", "examples": [ @@ -15528,6 +15536,30 @@ "readOnly": true, "description": "Identificator of the Rule" }, + "identifier": { + "type": "object", + "readOnly": true, + "description": "Identifier of the Rule", + "properties": { + "label": { + "type": "string", + "readOnly": true, + "examples": [ + "CCE-80798-2" + ] + }, + "system": { + "type": "string", + "readOnly": true, + "examples": [ + "https://nvd.nist.gov/cce/index.cfm" + ] + } + }, + "examples": [ + "CEE-1234-123" + ] + }, "severity": { "type": "string", "examples": [ @@ -15608,6 +15640,56 @@ "readOnly": true, "description": "The severity of the Rule" }, + "identifier": { + "type": "object", + "readOnly": true, + "description": "Identifier of the Rule", + "properties": { + "label": { + "type": "string", + "readOnly": true, + "examples": [ + "CCE-80798-2" + ] + }, + "system": { + "type": "string", + "readOnly": true, + "examples": [ + "https://nvd.nist.gov/cce/index.cfm" + ] + } + }, + "examples": [ + "CEE-1234-123" + ] + }, + "references": { + "type": "array", + "items": { + "type": "object", + "readOnly": true, + "description": "List of Tags assigned to the System", + "properties": { + "label": { + "type": "string", + "readOnly": true, + "examples": [ + "APO01.06" + ] + }, + "href": { + "type": "string", + "readOnly": true, + "examples": [ + "https://www.isaca.org/resources/cobit" + ] + } + } + }, + "readOnly": true, + "description": "Array of the Rule References" + }, "remediation_available": { "type": "boolean", "examples": [ @@ -16156,9 +16238,9 @@ "description": "Pair of keys and values for Value Definition customizations", "examples": [ { - "9867e741-c240-4508-bbff-b0814e737f40": "foo", - "8f7cefa6-63f0-4200-b5fd-3779419cf750": "123", - "e58a0c7c-4226-4e83-abeb-14e237071aa3": "false" + "d622cc7c-f4e6-492b-a6d2-34193cc2d291": "foo", + "898cfd53-e23f-4e3a-8d50-6b5189d1b00e": "123", + "8c718c59-e8f0-4597-9bdc-1a8ede7b116e": "false" } ] }