Waiting for engine...
Skip to main content

DeployedApiApplicationStatus

Defines the current status of a deployed API application.

enum DeployedApiApplicationStatus {
ENABLED
DELETED
SUSPENDED_PUBLISHER
SUSPENDED_CONSUMER
}

Values

DeployedApiApplicationStatus.ENABLED

The application is enabled and any live subscriptions it has may be used.

DeployedApiApplicationStatus.DELETED

Indicates that the application is deleted.

DeployedApiApplicationStatus.SUSPENDED_PUBLISHER

If the application is suspended_publisher then its subscriptions are considered invalid.

DeployedApiApplicationStatus.SUSPENDED_CONSUMER

If the application is suspended_consumer then its subscriptions are considered invalid.

Member Of

DeployedApiApplication object

On this Page