DeploymentProperties interface
API deployment entity properties.
Properties
| custom |
The custom metadata defined for API catalog entities. |
| definition |
API center-scoped definition resource ID. |
| description | Description of the deployment. |
| environment |
API center-scoped environment resource ID. |
| server | The deployment server |
| state | State of API deployment. |
| title | API deployment title |
Property Details
customProperties
The custom metadata defined for API catalog entities.
customProperties?: Record<string, unknown>
Property Value
Record<string, unknown>
definitionId
API center-scoped definition resource ID.
definitionId?: string
Property Value
string
description
Description of the deployment.
description?: string
Property Value
string
environmentId
API center-scoped environment resource ID.
environmentId?: string
Property Value
string
server
state
State of API deployment.
state?: string
Property Value
string
title
API deployment title
title?: string
Property Value
string