Documentation ¶
Overview ¶
* Copyright 2017-2018 IBM Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License.
* Copyright 2017-2018 IBM Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License.
* Copyright 2017-2018 IBM Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License.
* Copyright 2017-2018 IBM Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License.
* Copyright 2017-2018 IBM Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License.
* Copyright 2017-2018 IBM Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License.
Index ¶
- Variables
- func UpdateByDashboardTitle(dashboardContent string, title string) (error, tracker.ReturnValue)
- func UpdateByPolicyID(policy *newrelic.AlertsPolicyEntity, alertPolicyID int64) (*newrelic.AlertsPolicyEntity, error, tracker.ReturnValue)
- func UpdateByPolicyName(policy *newrelic.AlertsPolicy, policyName string) (*newrelic.AlertsPolicy, error, tracker.ReturnValue)
- func UpdateCondition(cat newrelic.ConditionCategory, ac *newrelic.AlertsConditionEntity, ...) (*newrelic.AlertsConditionEntity, error, tracker.ReturnValue)
- func UpdateDashboardByID(dashboard string, id int64) (error, tracker.ReturnValue)
- func UpdateMonitorByID(monitorId *string, p *newrelic.Monitor, scriptTextEncoded *newrelic.Script) (error, tracker.ReturnValue)
- func UpdateMonitorByName(p *newrelic.Monitor, scriptTextEncoded *newrelic.Script) (error, tracker.ReturnValue)
- func UpdatePolicyChannels(policyId int64, channelIds []*int64) (error, tracker.ReturnValue)
Constants ¶
This section is empty.
Variables ¶
var UpdateCmd = &cobra.Command{
Use: "update",
Short: "Update a NewRelic resource using specified subcommand.",
}
UpdateCmd represents the update command
Functions ¶
func UpdateByDashboardTitle ¶
func UpdateByDashboardTitle(dashboardContent string, title string) (error, tracker.ReturnValue)
func UpdateByPolicyID ¶
func UpdateByPolicyID(policy *newrelic.AlertsPolicyEntity, alertPolicyID int64) (*newrelic.AlertsPolicyEntity, error, tracker.ReturnValue)
func UpdateByPolicyName ¶
func UpdateByPolicyName(policy *newrelic.AlertsPolicy, policyName string) (*newrelic.AlertsPolicy, error, tracker.ReturnValue)
func UpdateCondition ¶
func UpdateCondition(cat newrelic.ConditionCategory, ac *newrelic.AlertsConditionEntity, alertConditionID int64) (*newrelic.AlertsConditionEntity, error, tracker.ReturnValue)
func UpdateDashboardByID ¶
func UpdateDashboardByID(dashboard string, id int64) (error, tracker.ReturnValue)
func UpdateMonitorByID ¶
func UpdateMonitorByName ¶
func UpdatePolicyChannels ¶
func UpdatePolicyChannels(policyId int64, channelIds []*int64) (error, tracker.ReturnValue)
Types ¶
This section is empty.