logicmonitor-sdk


Namelogicmonitor-sdk JSON
Version 3.0.203 PyPI version JSON
download
home_pagehttps://github.com/logicmonitor/lm-sdk-python
SummaryLogicMonitor REST API
upload_time2024-04-17 07:11:44
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseNone
keywords swagger logicmonitor rest api
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            LogicMonitor is a SaaS-based performance monitoring platform that provides full visibility into complex, hybrid infrastructures, offering granular performance monitoring and actionable data and insights. logicmonitor_sdk enables you to manage your LogicMonitor account programmatically. <br> <br> Note: <ul> <li> For Python SDKs, the REQUEST parameters can contain camelCase or an underscore. </li> <li> Both underscore and camelCase are supported if parameters are encapsulated within the body. </li> <li> Only camelCase is supported if parameters are encapsulated within the body and also if the user is passing raw JSON as REQUEST parameter. However, the RESPONSE parameters always contain an underscore. For example, you can use testLocation or test_location in the REQUEST parameter. But the RESPONSE parameter will always be test_location. </li> <li> The fields parameter only supports camelCase. </li> </ul>  # noqa: E501
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/logicmonitor/lm-sdk-python",
    "name": "logicmonitor-sdk",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Swagger, LogicMonitor REST API",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/1d/ab/d202859899145f79acfac5e4588036e4e73dd693621f3a66a3dfea9c7931/logicmonitor-sdk-3.0.203.tar.gz",
    "platform": null,
    "description": "LogicMonitor is a SaaS-based performance monitoring platform that provides full visibility into complex, hybrid infrastructures, offering granular performance monitoring and actionable data and insights. logicmonitor_sdk enables you to manage your LogicMonitor account programmatically. <br> <br> Note: <ul> <li> For Python SDKs, the REQUEST parameters can contain camelCase or an underscore. </li> <li> Both underscore and camelCase are supported if parameters are encapsulated within the body. </li> <li> Only camelCase is supported if parameters are encapsulated within the body and also if the user is passing raw JSON as REQUEST parameter. However, the RESPONSE parameters always contain an underscore. For example, you can use testLocation or test_location in the REQUEST parameter. But the RESPONSE parameter will always be test_location. </li> <li> The fields parameter only supports camelCase. </li> </ul>  # noqa: E501",
    "bugtrack_url": null,
    "license": null,
    "summary": "LogicMonitor REST API",
    "version": "3.0.203",
    "project_urls": {
        "Homepage": "https://github.com/logicmonitor/lm-sdk-python"
    },
    "split_keywords": [
        "swagger",
        " logicmonitor rest api"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1dabd202859899145f79acfac5e4588036e4e73dd693621f3a66a3dfea9c7931",
                "md5": "953d6c67377d3162bf19c65d114ee536",
                "sha256": "cef4140b89df8d9d07a27e38e758287fe7af2765b958a6f42211149039a4b5cb"
            },
            "downloads": -1,
            "filename": "logicmonitor-sdk-3.0.203.tar.gz",
            "has_sig": false,
            "md5_digest": "953d6c67377d3162bf19c65d114ee536",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 612399,
            "upload_time": "2024-04-17T07:11:44",
            "upload_time_iso_8601": "2024-04-17T07:11:44.066271Z",
            "url": "https://files.pythonhosted.org/packages/1d/ab/d202859899145f79acfac5e4588036e4e73dd693621f3a66a3dfea9c7931/logicmonitor-sdk-3.0.203.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-17 07:11:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "logicmonitor",
    "github_project": "lm-sdk-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "logicmonitor-sdk"
}
        
Elapsed time: 0.23378s