403Webshell
Server IP : 138.197.107.151  /  Your IP : 216.73.216.170
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux BloxBy-Builder 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64
User : wpbetasites_mrakzqskir ( 1022)
PHP Version : 8.3.6
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/bsd-crawler-parser/aws/dist/awscli/examples/pinpoint/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/bsd-crawler-parser/aws/dist/awscli/examples/pinpoint/get-campaign.rst
**To retrieve information about the status, configuration, and other settings for a campaign**

The following ``get-campaign`` example retrieves information about the status, configuration, and other settings for a campaign. ::

    aws pinpoint get-campaign \
        --application-id 6e0b7591a90841d2b5d93fa11143e5a7 \
        --campaign-id a1e63c6cc0eb43ed826ffcc3cc90b30d \
        --region us-east-1

Output::

    {
        "CampaignResponse": {
            "AdditionalTreatments": [],
            "ApplicationId": "6e0b7591a90841d2b5d93fa11143e5a7",
            "Arn": "arn:aws:mobiletargeting:us-east-1:AIDACKCEVSQ6C2EXAMPLE:apps/6e0b7591a90841d2b5d93fa11143e5a7/campaigns/a1e63c6cc0eb43ed826ffcc3cc90b30d",
            "CreationDate": "2019-10-08T18:40:16.581Z",
            "Description": " ",
            "HoldoutPercent": 0,
            "Id": "a1e63c6cc0eb43ed826ffcc3cc90b30d",
            "IsPaused": false,
            "LastModifiedDate": "2019-10-08T18:40:16.581Z",
            "Limits": {
                "Daily": 0,
                "MaximumDuration": 60,
                "MessagesPerSecond": 50,
                "Total": 0
            },
            "MessageConfiguration": {
                "EmailMessage": {
                    "FromAddress": "sender@example.com",
                    "HtmlBody": "<!DOCTYPE html>\n  <html lang=\"en\">\n    <head>\n    <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n</head>\n<body>Hello</body>\n</html>",
                    "Title": "PinpointDemo"
                }
            },
            "Name": "MyCampaign",
            "Schedule": {
                "IsLocalTime": false,
                "StartTime": "IMMEDIATE",
                "Timezone": "utc"
            },
            "SegmentId": "b66c9e42f71444b2aa2e0ffc1df28f60",
            "SegmentVersion": 1,
            "State": {
                "CampaignStatus": "COMPLETED"
            },
            "tags": {},
            "TemplateConfiguration": {},
            "Version": 1
        }
    }

Youez - 2016 - github.com/yon3zu
LinuXploit