curl --request POST \
--url https://api-dev.narrative.io/data-planes \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"display_name": "<string>",
"external_id": "<string>",
"platform": {
"type": "platform_aws",
"region": "<string>"
},
"tags": [
"<string>"
],
"description": "<string>",
"collaborators": {
"participants": {
"type": "all"
}
}
}
'{
"type": "owned",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"company_id": 123,
"created_at": "2023-11-07T05:31:56Z",
"display_name": "<string>",
"external_id": "<string>",
"platform": {
"type": "platform_aws",
"region": "<string>"
},
"status": "active",
"updated_at": "2023-11-07T05:31:56Z",
"collaborators": {
"participants": {
"type": "all"
}
},
"description": "<string>",
"last_heartbeat_at": "2023-11-07T05:31:56Z",
"tags": [
"<string>"
]
}Create a new data plane owned by the authenticated company.
curl --request POST \
--url https://api-dev.narrative.io/data-planes \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"display_name": "<string>",
"external_id": "<string>",
"platform": {
"type": "platform_aws",
"region": "<string>"
},
"tags": [
"<string>"
],
"description": "<string>",
"collaborators": {
"participants": {
"type": "all"
}
}
}
'{
"type": "owned",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"company_id": 123,
"created_at": "2023-11-07T05:31:56Z",
"display_name": "<string>",
"external_id": "<string>",
"platform": {
"type": "platform_aws",
"region": "<string>"
},
"status": "active",
"updated_at": "2023-11-07T05:31:56Z",
"collaborators": {
"participants": {
"type": "all"
}
},
"description": "<string>",
"last_heartbeat_at": "2023-11-07T05:31:56Z",
"tags": [
"<string>"
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Created
owned Show child attributes
active, archived Show child attributes