public interface InfluxPackagesService
Modifier and Type | Method and Description |
---|---|
retrofit2.Call<PkgSummary> |
applyPkg(PkgApply pkgApply)
Apply or dry-run an Influx package
|
retrofit2.Call<Pkg> |
createPkg(PkgCreate pkgCreate)
Create a new Influx package
|
@Headers(value="Content-Type:application/json") @POST(value="api/v2/packages/apply") retrofit2.Call<PkgSummary> applyPkg(@Body PkgApply pkgApply)
pkgApply
- (required)Copyright © 2018–2020 InfluxData, Inc.. All rights reserved.