MCPcopy Create free account
hub / github.com/apache/devlake / GetScopeList

Function GetScopeList

backend/plugins/opsgenie/api/scope_api.go:74–76  ·  view source on GitHub ↗

GetScopeList get Opsgenie repos @Summary get Opsgenie repos @Description get Opsgenie repos @Tags plugins/opsgenie @Param connectionId path int true "connection ID" @Param searchTerm query string false "search term for scope name" @Param pageSize query int false "page size, default 50" @Param page q

(input *plugin.ApiResourceInput)

Source from the content-addressed store, hash-verified

72// @Failure 500 {object} shared.ApiBody "Internal Error"
73// @Router /plugins/opsgenie/connections/{connectionId}/scopes/ [GET]
74func GetScopeList(input *plugin.ApiResourceInput) (*plugin.ApiResourceOutput, errors.Error) {
75 return dsHelper.ScopeApi.GetPage(input)
76}
77
78// GetScope get one Opsgenie service
79// @Summary get one Opsgenie service

Callers

nothing calls this directly

Calls 1

GetPageMethod · 0.45

Tested by

no test coverage detected