Find IKEv2Policy ID
GET {{protocol}}://{{hostname}}/api/fmc_config/v1/domain/{{domain_id}}/object/ikev2policies?limit=1000
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-auth-access-token | string |
RESPONSES
status: 200
{"links":{"self":"https://fmc.example.com/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/object/ikev2policies?offset=0\u0026limit=6\u0026expanded=True"},"items":[{"links":{"self":"https://fmc.example.com/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/object/ikev2policies/000C291A-43AC-0ed3-0000-000000000400"},"priority":10,"type":"IKEv2Policy","encryptionAlgorithms":["AES-GCM","AES-GCM-192","AES-GCM-256"],"integrityAlgorithms":["NULL"],"lifetimeInSeconds":86400,"prfIntegrityAlgorithms":["SHA","SHA-256","SHA-384","SHA-512"],"diffieHellmanGroups":[5,14,19,20,21],"name":"AES-GCM-NULL-SHA","description":" ","id":"000C291A-43AC-0ed3-0000-000000000400"},{"links":{"self":"https://fmc.example.com/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/object/ikev2policies/000C291A-43AC-0ed3-0000-000000000403"},"priority":10,"type":"IKEv2Policy","encryptionAlgorithms":["AES-GCM","AES-GCM-192","AES-GCM-256"],"integrityAlgorithms":["NULL"],"lifetimeInSeconds":86400,"prfIntegrityAlgorithms":["SHA","SHA-256","SHA-384","SHA-512"],"diffieHellmanGroups":[16,15,14,19,20,21],"name":"AES-GCM-NULL-SHA-LATEST","description":" ","id":"000C291A-43AC-0ed3-0000-000000000403"},{"links":{"self":"https://fmc.example.com/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/object/ikev2policies/000C291A-43AC-0ed3-0000-000000000401"},"priority":20,"type":"IKEv2Policy","encryptionAlgorithms":["AES","AES-192","AES-256"],"integrityAlgorithms":["SHA","SHA-256","SHA-384","SHA-512"],"lifetimeInSeconds":86400,"prfIntegrityAlgorithms":["SHA","SHA-256","SHA-384","SHA-512"],"diffieHellmanGroups":[5,14,20,21,24],"name":"AES-SHA-SHA","description":" ","id":"000C291A-43AC-0ed3-0000-000000000401"},{"links":{"self":"https://fmc.example.com/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/object/ikev2policies/000C291A-43AC-0ed3-0000-000000000405"},"priority":20,"type":"IKEv2Policy","encryptionAlgorithms":["AES","AES-192","AES-256"],"integrityAlgorithms":["SHA","SHA-256","SHA-384","SHA-512"],"lifetimeInSeconds":86400,"prfIntegrityAlgorithms":["SHA","SHA-256","SHA-384","SHA-512"],"diffieHellmanGroups":[16,15,14,19,20,21],"name":"AES-SHA-SHA-LATEST","description":" ","id":"000C291A-43AC-0ed3-0000-000000000405"},{"links":{"self":"https://fmc.example.com/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/object/ikev2policies/000C291A-43AC-0ed3-0000-000000000402"},"priority":80,"type":"IKEv2Policy","encryptionAlgorithms":["DES"],"integrityAlgorithms":["SHA"],"lifetimeInSeconds":86400,"prfIntegrityAlgorithms":["SHA"],"diffieHellmanGroups":[5],"name":"DES-SHA-SHA","description":" ","id":"000C291A-43AC-0ed3-0000-000000000402"},{"links":{"self":"https://fmc.example.com/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/object/ikev2policies/000C291A-43AC-0ed3-0000-000000000404"},"priority":80,"type":"IKEv2Policy","encryptionAlgorithms":["DES"],"integrityAlgorithms":["SHA"],"lifetimeInSeconds":86400,"prfIntegrityAlgorithms":["SHA"],"diffieHellmanGroups":[14],"name":"DES-SHA-SHA-LATEST","description":" ","id":"000C291A-43AC-0ed3-0000-000000000404"}],"paging":{"offset":0,"limit":6,"count":6,"pages":1}}