GetServiceView - AWS Resource Explorer

GetServiceView

Retrieves details about a specific Resource Explorer service view. This operation returns the configuration and properties of the specified view.

Request Syntax

POST /GetServiceView HTTP/1.1 Content-type: application/json { "ServiceViewArn": "string" }

URI Request Parameters

The request does not use any URI parameters.

Request Body

The request accepts the following data in JSON format.

ServiceViewArn

The Amazon Resource Name (ARN) of the service view to retrieve details for.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 1011.

Required: Yes

Response Syntax

HTTP/1.1 200 Content-type: application/json { "View": { "Filters": { "FilterString": "string" }, "IncludedProperties": [ { "Name": "string" } ], "ScopeType": "string", "ServiceViewArn": "string", "StreamingAccessForService": "string" } }

Response Elements

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

View

A ServiceView object that contains the details and configuration of the requested service view.

Type: ServiceView object

Errors

For information about the errors that are common to all actions, see Common Errors.

AccessDeniedException

The credentials that you used to call this operation don't have the minimum required permissions.

HTTP Status Code: 403

InternalServerException

The request failed because of internal service error. Try your request again later.

HTTP Status Code: 500

ResourceNotFoundException

You specified a resource that doesn't exist. Check the ID or ARN that you used to identity the resource, and try again.

HTTP Status Code: 404

ThrottlingException

The request failed because you exceeded a rate limit for this operation. For more information, see Quotas for Resource Explorer.

HTTP Status Code: 429

ValidationException

You provided an invalid value for one of the operation's parameters. Check the syntax for the operation, and try again.

FieldList

An array of the request fields that had validation errors.

HTTP Status Code: 400

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: