post https://api.netography.com/api/v1/integrations/context
Creates a context integration from the data that's been supplied. Do not provide an id. IDs are auto generated
Log in to see full request history
Responses
Creates a context integration from the data that's been supplied. Do not provide an id. IDs are auto generated
xxxxxxxxxx
26curl --request POST \
--url https://api.netography.com/api/v1/integrations/context \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"type": "aws",
"enabled": true,
"aws": {
"awsauthtype": "AccessKey"
},
"crowdstrike": {
"cloud": "us-1"
},
"crowdstrikediscover": {
"cloud": "us-1"
},
"s3": {
"awsauthtype": "AccessKey"
},
"wiz": {
"apiendpoint": "https://api.us1.app.wiz.io/graphql",
"tokenurl": "https://auth.app.wiz.io/oauth/token"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: