This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"status": "info", | |
"message": "Waiting for data" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"status": "failure", | |
"message": "There was a problem keeping the connection alive" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"status": "failure", | |
"message": "This streaming API service node is closing for maintenance, please reconnect immediately" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"status": "failure", | |
"message": "The streaming API is currently at full capacity" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"error": "Source not found" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "", | |
"source_type_id": "facebook_page", | |
"status": "active", | |
"parameters": [], | |
"identities": [ | |
{ | |
"identity_id": "0047a9e7f4bb4931b65e7e9bd299ddd1", | |
"source_id": "fd2e72e3a7ae40c2a6e86e96381d8165", | |
"status": "valid", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -X POST https://api.datasift.com/v1/source/start \ | |
-d 'id=fd2e72e3a7ae40c2a6e86e96381d8165' \ | |
-H 'Authorization: datasift-user:your-datasift-api-key' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"error": "Source not found" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "", | |
"source_type_id": "facebook_page", | |
"status": "paused", | |
"parameters": [], | |
"identities": [ | |
{ | |
"identity_id": "0047a9e7f4bb4931b65e7e9bd299ddd1", | |
"source_id": "fd2e72e3a7ae40c2a6e86e96381d8165", | |
"status": "valid", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -X POST https://api.datasift.com/v1/source/stop \ | |
-d 'id=fd2e72e3a7ae40c2a6e86e96381d8165' \ | |
-H 'Authorization: datasift-user:your-datasift-api-key' |