f5devcentral / f5-cloudservicelab

F5 Cloud Services API reference and demo content via a hands-on-lab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EAP postman POST Create EAP subscription fails as EAP_RECORD not defined

tewfikm opened this issue · comments

#Issue
When running the lab, the 'CREATE EAP Subscription' POST fails with following error message:

{
"error": "requested configuration is invalid. Please check your inputs.",
"details": [
{
"field_violations": [
{
"description": "Additional property additional_domains is not allowed",
"field": "configuration.waf_service.application"
}

Apparently the {{EAP_RECORD}} is not defined nor set in the Environnement.

Previously, EAP Subscribe to Catalog with catalog_id c-aa9N0jgHI4 has been successful

Resolved via update of postman JSON. Thanks for flagging!