1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. EnvironmentRevision

EnvironmentRevision

    EnvironmentRevision represents a specific revision of an environment definition.

    Properties

    • number integer required
      A monotonically increasing integer identifying this revision.
    • created string required
      The timestamp when the revision was created.
    • creatorLogin string optional
      The login name of the user who created the revision.
    • creatorName string optional
      The display name of the user who created the revision.
    • tags array[string] optional
      The tags associated with this revision.
    • retracted EnvironmentRevisionRetracted optional
      Information about the retraction, if this revision has been retracted.
    • replacement integer required
      The revision number that replaced this retracted revision.
    • at string required
      The timestamp when the revision was retracted.
    • byLogin string optional
      The login name of the user who retracted the revision.
    • byName string optional
      The display name of the user who retracted the revision.
    • reason string optional
      The reason the revision was retracted.
    • sourceChangeRequest EnvironmentRevisionChangeRequest optional
      The change request that produced this revision, if any.
    • id string required
      The unique identifier of the change request.
    • description string required
      A description of the change request.