Chilkat Examples

ChilkatHOME.NET Core C#Android™AutoItCC#C++Chilkat2-PythonCkPythonClassic ASPDataFlexDelphi ActiveXDelphi DLLGoJavaLianjaMono C#Node.jsObjective-CPHP ActiveXPHP ExtensionPerlPowerBuilderPowerShellPureBasicRubySQL ServerSwift 2Swift 3,4,5...TclUnicode CUnicode C++VB.NETVBScriptVisual Basic 6.0Visual FoxProXojo Plugin

Swift 3,4,5... Web API Examples

Primary Categories

ABN AMRO
AWS Secrets Manager
AWS Security Token Service
AWS Translate
Activix CRM
Adyen
Alibaba Cloud OSS
Amazon Cognito
Amazon DynamoDB
Amazon MWS
Amazon Pay
Amazon Rekognition
Amazon SP-API
Amazon Voice ID
Aruba Fatturazione
Azure Maps
Azure Monitor
Azure OAuth2
Azure Storage Accounts
Backblaze S3
Banco Inter
Belgian eHealth Platform
Bitfinex v2 REST
Bluzone
BrickLink
Bunny CDN
CallRail
CardConnect
Cerved
ClickBank
Clickatell
Cloudfare
Constant Contact
DocuSign
Duo Auth MFA
ETrade
Ecwid
Egypt ITIDA
Egypt eReceipt
Etsy
Facebook
Faire
Frame.io
GeoOp
GetHarvest
Global Payments
Google People
Google Search Console
Google Translate
Hungary NAV Invoicing
IBM Text to Speech
Ibanity
IntakeQ
Jira
Lightspeed
MYOB
Magento
Mailgun
Mastercard

MedTunnel
MercadoLibre
MessageMedia
Microsoft Calendar
Microsoft Group
Microsoft Tasks and Plans
Microsoft Teams
Moody's
Okta OAuth/OIDC
OneLogin OIDC
OneNote
OpenAI ChatGPT
PRODA
PayPal
Paynow.pl
Peoplevox
Populi
QuickBooks
Rabobank
Refinitiv
Royal Mail OBA
SCiS Schools Catalogue
SII Chile
SMSAPI
SOAP finkok.com
SendGrid
Shippo
Shopify
Shopware
Shopware 6
SimpleTexting
Square
Stripe
SugarCRM
TicketBAI
Trello
Twilio
Twitter API v2
Twitter v1
UPS
UniPin
VoiceBase
Vonage
WaTrend
Walmart v3
Wasabi
WhatsApp
WiX
WooCommerce
WordPress
Xero
Yahoo Mail
Yapily
Yousign
ZATCA
Zendesk
Zoom
_Miscellaneous_
eBay
effectconnect
hacienda.go.cr

 

 

 

(Swift 3,4,5...) Azure Monitor - List Activity Logs

Provides the list of records from the activity logs.

Note: The $filter criteria cannot specify a time range that begins more than 90 days in the past.

For more information, see https://docs.microsoft.com/en-us/rest/api/monitor/activitylogs/list

Chilkat Downloads for the Swift Programming Language

MAC OS X (Cocoa) Objective-C/Swift Libs

iOS Objective-C/Swift Libs

func chilkatTest() {
    // This example requires the Chilkat API to have been previously unlocked.
    // See Global Unlock Sample for sample code.

    let http = CkoHttp()!

    // Load an OAuth2 access token previously fetched by this example:  Get Azure OAuth2 Access Token
    let jsonToken = CkoJsonObject()!
    var success: Bool = jsonToken.loadFile("qa_data/tokens/azureToken.json")
    // Assuming success..
    http.authToken = jsonToken.string(of: "access_token")
    print("AuthToken: \(http.authToken!)")

    http.accept = "application/json"

    var resp: CkoHttpResponse? = http.quickRequest("GET", url: "https://management.azure.com/subscriptions/{subscriptionId}/providers/microsoft.insights/eventtypes/management/values?api-version=2015-04-01&$filter=eventTimestamp%20ge%20%272019-05-16T04%3A36%3A37.6407898Z%27%20and%20eventTimestamp%20le%20%272019-06-12T04%3A36%3A37.6407898Z%27")
    if http.lastMethodSuccess != true {
        print("\(http.lastErrorText!)")
        return
    }

    print("Response Status Code: \(resp!.statusCode.intValue)")

    let jsonResponse = CkoJsonObject()!
    jsonResponse.load(resp!.bodyStr)
    jsonResponse.emitCompact = false
    print("\(jsonResponse.emit()!)")

    if resp!.statusCode.intValue != 200 {
        print("Failed.")
        resp = nil
        return
    }

    resp = nil

    // Sample output...
    // (See the parsing code below..)
    // 
    // Use the this online tool to generate parsing code from sample JSON: 
    // Generate Parsing Code from JSON

    // {
    //   "value": [
    //     {
    //       "authorization": {
    //         "action": "microsoft.support/supporttickets/write",
    //         "role": "Subscription Admin",
    //         "scope": "/subscriptions/089bd33f-d4ec-47fe-8ba5-0753aa5c5b33/resourceGroups/MSSupportGroup/providers/microsoft.support/supporttickets/115012112305841"
    //       },
    //       "caller": "admin@contoso.com",
    //       "claims": {
    //         "aud": "https://management.core.windows.net/",
    //         "iss": "https://sts.windows.net/72f988bf-86f1-41af-91ab-2d7cd011db47/",
    //         "iat": "1421876371",
    //         "nbf": "1421876371",
    //         "exp": "1421880271",
    //         "ver": "1.0",
    //         "http://schemas.microsoft.com/identity/claims/tenantid": "1e8d8218-c5e7-4578-9acc-9abbd5d23315 ",
    //         "http://schemas.microsoft.com/claims/authnmethodsreferences": "pwd",
    //         "http://schemas.microsoft.com/identity/claims/objectidentifier": "2468adf0-8211-44e3-95xq-85137af64708",
    //         "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/upn": "admin@contoso.com",
    //         "puid": "20030000801A118C",
    //         "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier": "9vckmEGF7zDKk1YzIY8k0t1_EAPaXoeHyPRn6f413zM",
    //         "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname": "John",
    //         "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname": "Smith",
    //         "name": "John Smith",
    //         "groups": "cacfe77c-e058-4712-83qw-f9b08849fd60,7f71d11d-4c41-4b23-99d2-d32ce7aa621c,31522864-0578-4ea0-9gdc-e66cc564d18c",
    //         "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name": " admin@contoso.com",
    //         "appid": "c44b4083-3bq0-49c1-b47d-974e53cbdf3c",
    //         "appidacr": "2",
    //         "http://schemas.microsoft.com/identity/claims/scope": "user_impersonation",
    //         "http://schemas.microsoft.com/claims/authnclassreference": "1"
    //       },
    //       "correlationId": "1e121103-0ba6-4300-ac9d-952bb5d0c80f",
    //       "description": "",
    //       "eventDataId": "44ade6b4-3813-45e6-ae27-7420a95fa2f8",
    //       "eventName": {
    //         "value": "EndRequest",
    //         "localizedValue": "End request"
    //       },
    //       "httpRequest": {
    //         "clientRequestId": "27003b25-91d3-418f-8eb1-29e537dcb249",
    //         "clientIpAddress": "192.168.35.115",
    //         "method": "PUT"
    //       },
    //       "id": "/subscriptions/089bd33f-d4ec-47fe-8ba5-0753aa5c5b33/resourceGroups/MSSupportGroup/providers/microsoft.support/supporttickets/115012112305841/events/44ade6b4-3813-45e6-ae27-7420a95fa2f8/ticks/635574752669792776",
    //       "level": "Informational",
    //       "resourceGroupName": "MSSupportGroup",
    //       "resourceProviderName": {
    //         "value": "microsoft.support",
    //         "localizedValue": "microsoft.support"
    //       },
    //       "operationId": "1e121103-0ba6-4300-ac9d-952bb5d0c80f",
    //       "operationName": {
    //         "value": "microsoft.support/supporttickets/write",
    //         "localizedValue": "microsoft.support/supporttickets/write"
    //       },
    //       "properties": {
    //         "statusCode": "Created"
    //       },
    //       "status": {
    //         "value": "Succeeded",
    //         "localizedValue": "Succeeded"
    //       },
    //       "subStatus": {
    //         "value": "Created",
    //         "localizedValue": "Created (HTTP Status Code: 201)"
    //       },
    //       "eventTimestamp": "2015-01-21T22:14:26.9792776Z",
    //       "submissionTimestamp": "2015-01-21T22:14:39.9936304Z",
    //       "subscriptionId": "089bd33f-d4ec-47fe-8ba5-0753aa5c5b33"
    //     }
    //   ],
    //   "nextLink": "https://management.azure.com/########-####-####-####-############$skiptoken=######"
    // }
    // 

    var nextLink: String?
    var i: Int
    var count_i: Int
    var authorizationAction: String?
    var authorizationRole: String?
    var authorizationScope: String?
    var caller: String?
    var claimsAud: String?
    var claimsIss: String?
    var claimsIat: String?
    var claimsNbf: String?
    var claimsExp: String?
    var claimsVer: String?
    var claims_identity_claims_tenantid: String?
    var claims_claims_authnmethodsreferences: String?
    var claims_identity_claims_objectidentifier: String?
    var claims_ws_2005_05_identity_claims_upn: String?
    var claimsPuid: String?
    var claims_ws_2005_05_identity_claims_nameidentifier: String?
    var claims_ws_2005_05_identity_claims_givenname: String?
    var claims_ws_2005_05_identity_claims_surname: String?
    var claimsName: String?
    var claimsGroups: String?
    var claims_ws_2005_05_identity_claims_name: String?
    var claimsAppid: String?
    var claimsAppidacr: String?
    var claims_identity_claims_scope: String?
    var claims_claims_authnclassreference: String?
    var correlationId: String?
    var description: String?
    var eventDataId: String?
    var eventNameValue: String?
    var eventNameLocalizedValue: String?
    var httpRequestClientRequestId: String?
    var httpRequestClientIpAddress: String?
    var httpRequestMethod: String?
    var id: String?
    var level: String?
    var resourceGroupName: String?
    var resourceProviderNameValue: String?
    var resourceProviderNameLocalizedValue: String?
    var operationId: String?
    var operationNameValue: String?
    var operationNameLocalizedValue: String?
    var propertiesStatusCode: String?
    var statusValue: String?
    var statusLocalizedValue: String?
    var subStatusValue: String?
    var subStatusLocalizedValue: String?
    var eventTimestamp: String?
    var submissionTimestamp: String?
    var subscriptionId: String?

    nextLink = jsonResponse.string(of: "nextLink")
    i = 0
    count_i = jsonResponse.size(ofArray: "value").intValue
    while i < count_i {
        jsonResponse.i = i
        authorizationAction = jsonResponse.string(of: "value[i].authorization.action")
        authorizationRole = jsonResponse.string(of: "value[i].authorization.role")
        authorizationScope = jsonResponse.string(of: "value[i].authorization.scope")
        caller = jsonResponse.string(of: "value[i].caller")
        claimsAud = jsonResponse.string(of: "value[i].claims.aud")
        claimsIss = jsonResponse.string(of: "value[i].claims.iss")
        claimsIat = jsonResponse.string(of: "value[i].claims.iat")
        claimsNbf = jsonResponse.string(of: "value[i].claims.nbf")
        claimsExp = jsonResponse.string(of: "value[i].claims.exp")
        claimsVer = jsonResponse.string(of: "value[i].claims.ver")
        claims_identity_claims_tenantid = jsonResponse.string(of: "value[i].claims.\"http://schemas.microsoft.com/identity/claims/tenantid\"")
        claims_claims_authnmethodsreferences = jsonResponse.string(of: "value[i].claims.\"http://schemas.microsoft.com/claims/authnmethodsreferences\"")
        claims_identity_claims_objectidentifier = jsonResponse.string(of: "value[i].claims.\"http://schemas.microsoft.com/identity/claims/objectidentifier\"")
        claims_ws_2005_05_identity_claims_upn = jsonResponse.string(of: "value[i].claims.\"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/upn\"")
        claimsPuid = jsonResponse.string(of: "value[i].claims.puid")
        claims_ws_2005_05_identity_claims_nameidentifier = jsonResponse.string(of: "value[i].claims.\"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier\"")
        claims_ws_2005_05_identity_claims_givenname = jsonResponse.string(of: "value[i].claims.\"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname\"")
        claims_ws_2005_05_identity_claims_surname = jsonResponse.string(of: "value[i].claims.\"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname\"")
        claimsName = jsonResponse.string(of: "value[i].claims.name")
        claimsGroups = jsonResponse.string(of: "value[i].claims.groups")
        claims_ws_2005_05_identity_claims_name = jsonResponse.string(of: "value[i].claims.\"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name\"")
        claimsAppid = jsonResponse.string(of: "value[i].claims.appid")
        claimsAppidacr = jsonResponse.string(of: "value[i].claims.appidacr")
        claims_identity_claims_scope = jsonResponse.string(of: "value[i].claims.\"http://schemas.microsoft.com/identity/claims/scope\"")
        claims_claims_authnclassreference = jsonResponse.string(of: "value[i].claims.\"http://schemas.microsoft.com/claims/authnclassreference\"")
        correlationId = jsonResponse.string(of: "value[i].correlationId")
        description = jsonResponse.string(of: "value[i].description")
        eventDataId = jsonResponse.string(of: "value[i].eventDataId")
        eventNameValue = jsonResponse.string(of: "value[i].eventName.value")
        eventNameLocalizedValue = jsonResponse.string(of: "value[i].eventName.localizedValue")
        httpRequestClientRequestId = jsonResponse.string(of: "value[i].httpRequest.clientRequestId")
        httpRequestClientIpAddress = jsonResponse.string(of: "value[i].httpRequest.clientIpAddress")
        httpRequestMethod = jsonResponse.string(of: "value[i].httpRequest.method")
        id = jsonResponse.string(of: "value[i].id")
        level = jsonResponse.string(of: "value[i].level")
        resourceGroupName = jsonResponse.string(of: "value[i].resourceGroupName")
        resourceProviderNameValue = jsonResponse.string(of: "value[i].resourceProviderName.value")
        resourceProviderNameLocalizedValue = jsonResponse.string(of: "value[i].resourceProviderName.localizedValue")
        operationId = jsonResponse.string(of: "value[i].operationId")
        operationNameValue = jsonResponse.string(of: "value[i].operationName.value")
        operationNameLocalizedValue = jsonResponse.string(of: "value[i].operationName.localizedValue")
        propertiesStatusCode = jsonResponse.string(of: "value[i].properties.statusCode")
        statusValue = jsonResponse.string(of: "value[i].status.value")
        statusLocalizedValue = jsonResponse.string(of: "value[i].status.localizedValue")
        subStatusValue = jsonResponse.string(of: "value[i].subStatus.value")
        subStatusLocalizedValue = jsonResponse.string(of: "value[i].subStatus.localizedValue")
        eventTimestamp = jsonResponse.string(of: "value[i].eventTimestamp")
        submissionTimestamp = jsonResponse.string(of: "value[i].submissionTimestamp")
        subscriptionId = jsonResponse.string(of: "value[i].subscriptionId")
        i = i + 1
    }


}

 

© 2000-2024 Chilkat Software, Inc. All Rights Reserved.