{ "id":"/axapi/v3/system/spe-profile", "type":"object", "node-type":"scalar", "title":"spe-profile", "operation-not-allowed": ["DELETE", "PUT"], "partition-visibility":"shared", "operational":1, "auto-created-object":1, "description":"Set Security Policy Engine Profile", "properties":{ "action":{ "type":"string", "format":"enum", "default":"ipv4-ipv6", "partition-visibility":"shared", "description":"'ipv4-only': Enable IPv4 HW forward entries only; 'ipv6-only': Enable IPv6 HW forward entries only; 'ipv4-ipv6': Enable Both IPv4/IPv6 HW forward entries (shared); ", "enum":[ "ipv4-only", "ipv6-only", "ipv4-ipv6" ], "optional":true } } }