Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aws
GitHub Repository: aws/aws-cli
Path: blob/develop/awscli/examples/detective/list-graphs.rst
1567 views
**To view a list of behavior graphs that your account is the administrator for**

The following ``list-graphs`` example retrieves the behavior graphs that the calling account is the administrator for within the current Region. ::

    aws detective list-graphs

Output::

    {
        "GraphList": [ 
            { 
                "Arn": "arn:aws:detective:us-east-1:111122223333:graph:123412341234",
                "CreatedTime": 1579736111000
            }
        ]
    }