public interface RuntimeOperations
Modifier and Type | Method and Description |
---|---|
org.springframework.hateoas.PagedResources<AppStatusResource> |
status()
Return runtime information about all deployed apps.
|
AppStatusResource |
status(String deploymentId)
Return runtime information about a single app deployment.
|
org.springframework.hateoas.PagedResources<AppStatusResource> status()
AppStatusResource status(String deploymentId)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.