@Path(value="/hawkular/inventory/bulk")
@Produces(value="application/json")
@Consumes(value="application/json")
public interface BulkCreateHandler
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
create(Map<String,Map<ElementType,List<Object>>> entities,
String at) |
Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.