All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wavefront.agent.api.ForceQueueEnabledAgentAPI Maven / Gradle / Ivy

There is a newer version: 4.36
Show newest version
package com.wavefront.agent.api;

import com.wavefront.api.AgentAPI;
import com.wavefront.api.agent.ShellOutputDTO;

import java.util.UUID;

import javax.ws.rs.core.Response;

/**
 * @author Andrew Kao ([email protected])
 */
public interface ForceQueueEnabledAgentAPI extends AgentAPI {

  Response postWorkUnitResult(UUID agentId,
                              UUID workUnitId,
                              UUID targetId,
                              ShellOutputDTO shellOutputDTO,
                              boolean forceToQueue);

  Response postPushData(UUID agentId,
                        UUID workUnitId,
                        Long currentMillis,
                        String format,
                        String pushData,
                        boolean forceToQueue);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy