APIImplementationDeployments Object

Contains information about the deployment zones associated with a specific API version implementation, or that a specific API version implementation is eligible for based on the API version definition and deployment zone definitions.

This object is used by the following operations:

The properties included in the APIImplementationDeployments object are listed below.

Property Type Description
DeploymentZonesHostingInfo DeploymentZonesHostingInfo[ ]

Contains hosting information for a specific deployment zone associated with an API implementation.

You can use this to specify deployment zones for a new API; see POST /api/apis (sample request #6).

One or more.

Related Topics