Uses of Class
com.influxdb.client.domain.ScraperTargetResponse
Packages that use ScraperTargetResponse
-
Uses of ScraperTargetResponse in com.influxdb.client
Methods in com.influxdb.client that return ScraperTargetResponseModifier and TypeMethodDescriptionScraperTargetsApi.cloneScraperTarget(String clonedName, ScraperTargetResponse scraperTargetResponse) Clone a ScraperTarget.ScraperTargetsApi.cloneScraperTarget(String clonedName, String scraperTargetID) Clone a ScraperTarget.ScraperTargetsApi.createScraperTarget(ScraperTargetRequest scraperTargetRequest) Creates a new ScraperTarget and setsgetId()with the new identifier.ScraperTargetsApi.createScraperTarget(String name, String url, String bucketID, String orgID) Create new ScraperTarget withScraperTargetRequest.getType()set toScraperTargetRequest.TypeEnum.PROMETHEUS.ScraperTargetsApi.findScraperTargetByID(String scraperTargetID) Retrieve a ScraperTarget.ScraperTargetsApi.updateScraperTarget(ScraperTargetResponse scraperTargetResponse) Update a ScraperTarget.ScraperTargetsApi.updateScraperTarget(String scraperTargetID, ScraperTargetRequest scraperTargetRequest) Update a ScraperTarget.Methods in com.influxdb.client that return types with arguments of type ScraperTargetResponseModifier and TypeMethodDescriptionScraperTargetsApi.findScraperTargets()Get all scraper targets.ScraperTargetsApi.findScraperTargetsByOrg(Organization organization) Get all scraper targets.ScraperTargetsApi.findScraperTargetsByOrgId(String orgID) Get all scraper targets.Methods in com.influxdb.client with parameters of type ScraperTargetResponseModifier and TypeMethodDescriptionScraperTargetsApi.addLabel(Label label, ScraperTargetResponse scraperTargetResponse) Add the ScraperTarget label.ScraperTargetsApi.addMember(User member, ScraperTargetResponse scraperTargetResponse) Add the scraperTarget member.ScraperTargetsApi.addOwner(User owner, ScraperTargetResponse scraperTargetResponse) Add the ScraperTarget owner.ScraperTargetsApi.cloneScraperTarget(String clonedName, ScraperTargetResponse scraperTargetResponse) Clone a ScraperTarget.voidScraperTargetsApi.deleteLabel(Label label, ScraperTargetResponse scraperTargetResponse) Removes a label from a ScraperTarget.voidScraperTargetsApi.deleteMember(User member, ScraperTargetResponse scraperTargetResponse) Removes a member from a ScraperTarget.voidScraperTargetsApi.deleteOwner(User owner, ScraperTargetResponse scraperTargetResponse) Removes a owner from a ScraperTarget.voidScraperTargetsApi.deleteScraperTarget(ScraperTargetResponse scraperTargetResponse) Delete a ScraperTarget.ScraperTargetsApi.getLabels(ScraperTargetResponse scraperTargetResponse) List all labels of a ScraperTarget.ScraperTargetsApi.getMembers(ScraperTargetResponse scraperTargetResponse) List all users with member privileges for a ScraperTarget.ScraperTargetsApi.getOwners(ScraperTargetResponse scraperTargetResponse) List all owners of a ScraperTarget.ScraperTargetsApi.updateScraperTarget(ScraperTargetResponse scraperTargetResponse) Update a ScraperTarget. -
Uses of ScraperTargetResponse in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return ScraperTargetResponseMethods in com.influxdb.client.domain that return types with arguments of type ScraperTargetResponseMethods in com.influxdb.client.domain with parameters of type ScraperTargetResponseModifier and TypeMethodDescriptionScraperTargetResponses.addConfigurationsItem(ScraperTargetResponse configurationsItem) Method parameters in com.influxdb.client.domain with type arguments of type ScraperTargetResponseModifier and TypeMethodDescriptionScraperTargetResponses.configurations(List<ScraperTargetResponse> configurations) voidScraperTargetResponses.setConfigurations(List<ScraperTargetResponse> configurations) -
Uses of ScraperTargetResponse in com.influxdb.client.service
Methods in com.influxdb.client.service that return types with arguments of type ScraperTargetResponseModifier and TypeMethodDescriptionretrofit2.Call<ScraperTargetResponse> ScraperTargetsService.getScrapersID(String scraperTargetID, String zapTraceSpan) Retrieve a scraper targetretrofit2.Call<ScraperTargetResponse> ScraperTargetsService.patchScrapersID(String scraperTargetID, ScraperTargetRequest scraperTargetRequest, String zapTraceSpan) Update a scraper targetretrofit2.Call<ScraperTargetResponse> ScraperTargetsService.postScrapers(ScraperTargetRequest scraperTargetRequest, String zapTraceSpan) Create a scraper target