AWS SDK Version 4 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

View a summary of operations metadata (OpsData) based on specified filters and aggregators. OpsData can include information about Amazon Web Services Systems Manager OpsCenter operational workitems (OpsItems) as well as information about any Amazon Web Services resource or service configured to report OpsData to Amazon Web Services Systems Manager Explorer.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to GetOpsSummaryAsync.

Namespace: Amazon.SimpleSystemsManagement
Assembly: AWSSDK.SimpleSystemsManagement.dll
Version: 3.x.y.z

Syntax

C#
public virtual GetOpsSummaryResponse GetOpsSummary(
         GetOpsSummaryRequest request
)

Parameters

request
Type: Amazon.SimpleSystemsManagement.Model.GetOpsSummaryRequest

Container for the necessary parameters to execute the GetOpsSummary service method.

Return Value


The response from the GetOpsSummary service method, as returned by SimpleSystemsManagement.

Exceptions

ExceptionCondition
InternalServerErrorException An error occurred on the server side.
InvalidAggregatorException The specified aggregator isn't valid for the group type. Verify that the aggregator you provided is supported.
InvalidFilterException The filter name isn't valid. Verify that you entered the correct name and try again.
InvalidNextTokenException The specified token isn't valid.
InvalidTypeNameException The parameter type name isn't valid.
ResourceDataSyncNotFoundException The specified sync name wasn't found.

Version Information

.NET Framework:
Supported in: 4.7.2 and newer

See Also