Learn R Programming

paws.management (version 0.1.8)

ssm_get_ops_item: Get information about an OpsItem by using the ID

Description

Get information about an OpsItem by using the ID. You must have permission in AWS Identity and Access Management (IAM) to view information about an OpsItem. For more information, see Getting Started with OpsCenter in the AWS Systems Manager User Guide.

Usage

ssm_get_ops_item(OpsItemId)

Arguments

OpsItemId

[required] The ID of the OpsItem that you want to get.

Request syntax

svc$get_ops_item(
  OpsItemId = "string"
)

Details

Operations engineers and IT professionals use OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their AWS resources. For more information, see AWS Systems Manager OpsCenter in the AWS Systems Manager User Guide.