After creating an empty API Gateway appliance for a licensing portal, clients still receive nothing useful. Which object must exist before the API accepts requests?
Select an answer to reveal the explanation.
Short Explanation
The gateway is the building; an API deployment with a specification is the staffed desk that actually takes requests. An empty gateway with no deployments greets nobody.
Full Explanation
In the API Gateway model, the gateway is the network appliance. An API deployment is how an API starts accepting requests on that gateway, and every deployment has a specification covering routes, methods, back ends, and policies. A gateway with zero deployments serves nothing. Multiple deployments can share one gateway.