batch_get_membership_datasources
(**kwargs)¶Gets information on the data source package history for an account.
See also: AWS API Documentation
Request Syntax
response = client.batch_get_membership_datasources(
GraphArns=[
'string',
]
)
[REQUIRED]
The ARN of the behavior graph.
{
'MembershipDatasources': [
{
'AccountId': 'string',
'GraphArn': 'string',
'DatasourcePackageIngestHistory': {
'string': {
'string': {
'Timestamp': datetime(2015, 1, 1)
}
}
}
},
],
'UnprocessedGraphs': [
{
'GraphArn': 'string',
'Reason': 'string'
},
]
}
Response Structure
Details on the data source package history for an member of the behavior graph.
Details on data source packages for members of the behavior graph.
The account identifier of the Amazon Web Services account.
The ARN of the organization behavior graph.
Details on when a data source package was added to a behavior graph.
Details on when data collection began for a source package.
The data and time when data collection began for a source package. The value is an ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z
.
Graphs that data source package information could not be retrieved for.
Behavior graphs that could not be processed in the request.
The ARN of the organization behavior graph.
The reason data source package information could not be processed for a behavior graph.
Exceptions
Detective.Client.exceptions.AccessDeniedException
Detective.Client.exceptions.InternalServerException
Detective.Client.exceptions.ResourceNotFoundException
Detective.Client.exceptions.ValidationException