localprocessingagent

package
v0.8.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 17, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LocalProcessingAgentCreateResponse

type LocalProcessingAgentCreateResponse struct {
	Code    string `json:"code"`
	Message string `json:"message"`
	Data    struct {
		LocalProcessingAgentDetails
		Files struct {
			ConfigJson        string `json:"config_json"`
			AuthJson          string `json:"auth_json"`
			DockerComposeYaml string `json:"docker_compose_yaml"`
		} `json:"files"`
	} `json:"data"`
}

type LocalProcessingAgentCreateService

type LocalProcessingAgentCreateService struct {
	httputils.HttpService
	// contains filtered or unexported fields
}

LocalProcessingAgentCreateService Creates a new local processing agent within your Fivetran account. Ref. https://fivetran.com/docs/rest-api/local-processing-agent-management#createalocalprocessingagent

func (*LocalProcessingAgentCreateService) AcceptTerms

func (*LocalProcessingAgentCreateService) DisplayName

func (*LocalProcessingAgentCreateService) Do

func (*LocalProcessingAgentCreateService) EnvType

func (*LocalProcessingAgentCreateService) GroupId

type LocalProcessingAgentData

type LocalProcessingAgentData struct {
	LocalProcessingAgentDetails
	Usage []LocalProcessingAgentUsageDetails `json:"usage"`
}

type LocalProcessingAgentDeleteService

type LocalProcessingAgentDeleteService struct {
	httputils.HttpService
	// contains filtered or unexported fields
}

LocalProcessingAgentDeleteService Deletes the specified local processing agent from your Fivetran account. Ref. https://fivetran.com/docs/rest-api/local-processing-agent-management#deletealocalprocessingagent

func (*LocalProcessingAgentDeleteService) AgentId

func (*LocalProcessingAgentDeleteService) Do

type LocalProcessingAgentDetails

type LocalProcessingAgentDetails struct {
	Id           string `json:"id"`
	DisplayName  string `json:"display_name"`
	GroupId      string `json:"group_id"`
	RegisteredAt string `json:"registered_at"`
}

type LocalProcessingAgentDetailsResponse

type LocalProcessingAgentDetailsResponse struct {
	Code string                   `json:"code"`
	Data LocalProcessingAgentData `json:"data"`
}

type LocalProcessingAgentDetailsService

type LocalProcessingAgentDetailsService struct {
	httputils.HttpService
	// contains filtered or unexported fields
}

LocalProcessingAgentDetailsService Retrieves the details of the specified local processing agent. Ref. https://fivetran.com/docs/rest-api/local-processing-agent-management#retrievelocalprocessingagentdetails

func (*LocalProcessingAgentDetailsService) AgentId

func (*LocalProcessingAgentDetailsService) Do

type LocalProcessingAgentListResponse

type LocalProcessingAgentListResponse struct {
	Code string `json:"code"`
	Data struct {
		Items      []LocalProcessingAgentData `json:"items"`
		NextCursor string                     `json:"next_cursor"`
	} `json:"data"`
}

type LocalProcessingAgentListService

type LocalProcessingAgentListService struct {
	httputils.HttpService
	// contains filtered or unexported fields
}

LocalProcessingAgentListService Returns a list of local processing agents with usage within your Fivetran account. Ref. https://fivetran.com/docs/rest-api/local-processing-agent-management#listlocalprocessingagents

func (*LocalProcessingAgentListService) Cursor

func (*LocalProcessingAgentListService) Do

func (*LocalProcessingAgentListService) Limit

type LocalProcessingAgentReAuthService

type LocalProcessingAgentReAuthService struct {
	httputils.HttpService
	// contains filtered or unexported fields
}

LocalProcessingAgentReAuthService Regenerates authentication keys for the specified local processing agent. Ref. https://fivetran.com/docs/rest-api/local-processing-agent-management#regeneratekeys

func (*LocalProcessingAgentReAuthService) AgentId

func (*LocalProcessingAgentReAuthService) Do

type LocalProcessingAgentUsageDetails

type LocalProcessingAgentUsageDetails struct {
	ConnectionId string `json:"connection_id"`
	Schema       string `json:"schema"`
	Service      string `json:"service"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL