選取您的 Cookie 偏好設定

我們使用提供自身網站和服務所需的基本 Cookie 和類似工具。我們使用效能 Cookie 收集匿名統計資料,以便了解客戶如何使用我們的網站並進行改進。基本 Cookie 無法停用,但可以按一下「自訂」或「拒絕」以拒絕效能 Cookie。

如果您同意,AWS 與經核准的第三方也會使用 Cookie 提供實用的網站功能、記住您的偏好設定,並顯示相關內容,包括相關廣告。若要接受或拒絕所有非必要 Cookie,請按一下「接受」或「拒絕」。若要進行更詳細的選擇,請按一下「自訂」。

BatchGetMembershipDatasources

焦點模式
BatchGetMembershipDatasources - Amazon Detective
此頁面尚未翻譯為您的語言。 請求翻譯

Gets information on the data source package history for an account.

Request Syntax

POST /membership/datasources/get HTTP/1.1 Content-type: application/json { "GraphArns": [ "string" ] }

URI Request Parameters

The request does not use any URI parameters.

Request Body

The request accepts the following data in JSON format.

GraphArns

The ARN of the behavior graph.

Type: Array of strings

Array Members: Minimum number of 1 item. Maximum number of 50 items.

Pattern: ^arn:aws[-\w]{0,10}?:detective:[-\w]{2,20}?:\d{12}?:graph:[abcdef\d]{32}?$

Required: Yes

Response Syntax

HTTP/1.1 200 Content-type: application/json { "MembershipDatasources": [ { "AccountId": "string", "DatasourcePackageIngestHistory": { "string" : { "string" : { "Timestamp": "string" } } }, "GraphArn": "string" } ], "UnprocessedGraphs": [ { "GraphArn": "string", "Reason": "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.

MembershipDatasources

Details on the data source package history for an member of the behavior graph.

Type: Array of MembershipDatasources objects

UnprocessedGraphs

Graphs that data source package information could not be retrieved for.

Type: Array of UnprocessedGraph objects

Errors

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

AccessDeniedException

The request issuer does not have permission to access this resource or perform this operation.

HTTP Status Code: 403

InternalServerException

The request was valid but failed because of a problem with the service.

HTTP Status Code: 500

ResourceNotFoundException

The request refers to a nonexistent resource.

HTTP Status Code: 404

ValidationException

The request parameters are invalid.

HTTP Status Code: 400

Examples

Example

This example illustrates one usage of BatchGetMembershipDatasources.

Sample Request

GET /membership/datasources/get HTTP/1.1 Host: api.detective.us-west-2.amazonaws.com Accept-Encoding: gzip, deflate, br Content-Length: 94 Authorization: AUTHPARAMS X-Amz-Date: 20220511T171741Z User-Agent: aws-cli/1.14.29 Python/2.7.9 Windows/8 botocore/1.8.33 { "GraphArn": "arn:aws:detective:us-east-1:111122223333:graph:1a8ef4ba50e74440b4b3c0d4a32ef48b" }

Example

This example illustrates one usage of BatchGetMembershipDatasources.

Sample Response

HTTP/1.1 200 OK Content-Type: application/json Content-Length: 681 Date: Wed, 11 May 2022 17:17:41 GMT x-amzn-RequestId: ddce670a-02cf-4993-9bb7-72e05c2d08f1 Connection: Keep-alive { "MembershipDatasources":[ { "AccountId":"379346275224", "GraphArn":"arn:aws:detective:us-east-1:111122223333:graph:1a8ef4ba50e74440b4b3c0d4a32ef48b", "DatasourcePackageIngestHistory":{ "DETECTIVE_CORE":{ "STOPPED":null, "STARTED":{ "Timestamp":"2022-05-05T18:56:33.656Z" } }, "EKS_AUDIT":{ "STOPPED":{ "Timestamp":"2022-05-05T19:00:12.621Z" }, "STARTED":{ "Timestamp":"2022-05-05T18:56:33.656Z" } }, "ASFF_SECURITYHUB_FINDING":{ "STOPPED":{ "Timestamp":"2023-05-15T12:47:23.975Z" }, "STARTED":{ "Timestamp":"2023-05-15T12:46:11.488Z" } } } } ], "UnprocessedGraphs":[ ] }

See Also

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

隱私權網站條款Cookie 偏好設定
© 2025, Amazon Web Services, Inc.或其附屬公司。保留所有權利。