ListTagsForResource - Amazon Inspector Classic

ListTagsForResource

Lists all tags associated with an assessment template.

Request Syntax

{ "resourceArn": "string" }

Request Parameters

For information about the parameters that are common to all actions, see Common Parameters.

The request accepts the following data in JSON format.

resourceArn

The ARN that specifies the assessment template whose tags you want to list.

Type: String

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

Required: Yes

Response Syntax

{ "tags": [ { "key": "string", "value": "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.

tags

A collection of key and value pairs.

Type: Array of Tag objects

Array Members: Minimum number of 0 items. Maximum number of 10 items.

Errors

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

InternalException

Internal server error.

HTTP Status Code: 500

InvalidInputException

The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

HTTP Status Code: 400

NoSuchEntityException

The request was rejected because it referenced an entity that does not exist. The error code describes the entity.

HTTP Status Code: 400

Examples

Example

This example illustrates one usage of ListTagsForResource.

Sample Request

POST / HTTP/1.1 Host: inspector.us-west-2.amazonaws.com Accept-Encoding: identity Content-Length: 97 X-Amz-Target: InspectorService.ListTagsForResource X-Amz-Date: 20160323T212838Z User-Agent: aws-cli/1.10.12 Python/2.7.9 Windows/7 botocore/1.4.3 Content-Type: application/x-amz-json-1.1 Authorization: AUTHPARAMS { "resourceArn": "arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-gcwFliYu" }

Sample Response

HTTP/1.1 200 OK x-amzn-RequestId: 3580d562-f13e-11e5-8a9a-395a36305628 Content-Type: application/x-amz-json-1.1 Content-Length: 50 Date: Wed, 23 Mar 2016 21:28:39 GMT { "tags": [ { "key": "Name", "value": "Example" } ] }

See Also

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