Skip to main content
Ctrl+K
AIOPS-SDK

AIOPS-SDK

version: 4.0.3a2

Site Navigation

  • Getting Started
  • Configuration
  • SDK Reference
  • Examples
Ctrl+K

Site Navigation

  • Getting Started
  • Configuration
  • SDK Reference
  • Examples
Ctrl+K

Section Navigation

  • ntnx_aiops_py_client package
    • api package
      • stats_api
    • models package
      • aiops package
        • v4 package
          • error package
            • AppMessage
            • ErrorResponse
            • SchemaValidationError
            • SchemaValidationErrorMessage
          • stats package
            • BoolList
            • BoolVal
            • DeprecationModel
            • DoubleList
            • DoubleVal
            • Entity
            • EntityDescriptor
            • EntityDescriptorListApiResponse
            • EntityListApiResponse
            • EntityType
            • EntityTypeListApiResponse
            • IntList
            • IntVal
            • Metric
            • MetricDescriptor
            • Point
            • Source
            • SourceListApiResponse
            • StrList
            • StrVal
            • TimeSeries
            • ValueRange
            • ValueType
      • common package
        • v1 package
          • config package
            • Flag
            • KVPair
            • Message
            • MessageSeverity
            • TenantAwareModel
          • response package
            • ApiLink
            • ApiResponseMetadata
            • ExternalizableAbstractModel
          • stats package
            • DownSamplingOperator
    • api_client
    • api_response
    • configuration
    • rest
  • ntnx_aiops_py_client
  • response package
  • ApiLink

ApiLink#

class ApiLink(href=None, rel=None, *args, **kwargs)[source]#

Bases: object

A HATEOAS style link for the response. Each link contains a user friendly name identifying the link and an address for retrieving the particular resource.

Parameters:
  • href – (href) The URL at which the entity described by the link can be accessed.

  • rel – (rel) A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of “self” identifies the URL for the object.

property href#

The URL at which the entity described by the link can be accessed.

Type:

str

property rel#

A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of “self” identifies the URL for the object.

Type:

str

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model

previous

response package

next

ApiResponseMetadata

© Copyright 2023, Nutanix.

Created using Sphinx 5.3.0.

Built with the PyData Sphinx Theme 0.13.0.