public interface TenantClient
| Modifier and Type | Method and Description |
|---|---|
ClientResponse<List<org.hawkular.inventory.api.model.Relationship>> |
createRelationship(String at,
List<org.hawkular.inventory.api.model.Relationship.Blueprint> blueprints)
Creates new relationship(s) on a tenant
|
ClientResponse<Empty> |
createTenant(String at,
org.hawkular.inventory.api.model.Tenant.Update update)
Updates the properties of the tenant
|
ClientResponse<List<org.hawkular.inventory.api.model.Relationship>> |
getRelationships(org.hawkular.inventory.paths.CanonicalPath path,
String at)
Retrieves tenant’s relationships
|
ClientResponse<org.hawkular.inventory.api.model.Tenant> |
getTenant(String at)
Retrieves the details of the current tenant.
|
ClientResponse<org.hawkular.inventory.api.model.Tenant> getTenant(String at)
at - ClientResponse<Empty> createTenant(String at, org.hawkular.inventory.api.model.Tenant.Update update)
at - update - ClientResponse<List<org.hawkular.inventory.api.model.Relationship>> createRelationship(String at, List<org.hawkular.inventory.api.model.Relationship.Blueprint> blueprints)
at - blueprints - ClientResponse<List<org.hawkular.inventory.api.model.Relationship>> getRelationships(org.hawkular.inventory.paths.CanonicalPath path, String at)
path - at - Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.