{
  "CurrentRequestName": "CreateNewSession",
  "CurrentPath": "FloatingLicenses.rest",
  "Name": "FloatingLicenses",
  "Requests": [
    {
      "Name": "CreateNewSession",
      "Url": "https://api.inflectra.com/Spira/Services/v7_0/RestService.svc/floating-licenses",
      "Method": "POST",
      "Body": "",

      "Headers": [
        {
          "Name": "Accept",
          "Value": "application/json"
        },
        {
          "Name": "Content-Type",
          "Value": "application/json"
        }
      ],
      "Parameters": [
      ]
    },
    {
      "Name": "ExtendSession",
      "Url": "https://api.inflectra.com/Spira/Services/v7_0/RestService.svc/floating-licenses/{session_id}/engine/{automation_engine_token}/host/{automation_host}?expiration_date={expiration_date}",
      "Method": "PUT",
      "Body": "",

      "Headers": [
        {
          "Name": "Accept",
          "Value": "application/json"
        },
        {
          "Name": "Content-Type",
          "Value": "application/json"
        }
      ],
      "Parameters": [
        {
          "Name": "session_id",
          "TokenName": "{session_id}",
          "Value": ""
        },
        {
          "Name": "automation_engine_token",
          "TokenName": "{automation_engine_token}",
          "Value": ""
        },
        {
          "Name": "automation_host",
          "TokenName": "{automation_host}",
          "Value": ""
        },
        {
          "Name": "expiration_date",
          "TokenName": "{expiration_date}",
          "Value": ""
        }
      ]
    },
    {
      "Name": "ReleaseSession",
      "Url": "https://api.inflectra.com/Spira/Services/v7_0/RestService.svc/floating-licenses/{session_id}/engine/{automation_engine_token}/host/{automation_host}",
      "Method": "DELETE",
      "Body": "",

      "Headers": [
        {
          "Name": "Accept",
          "Value": "application/json"
        },
        {
          "Name": "Content-Type",
          "Value": "application/json"
        }
      ],
      "Parameters": [
        {
          "Name": "session_id",
          "TokenName": "{session_id}",
          "Value": ""
        },
        {
          "Name": "automation_engine_token",
          "TokenName": "{automation_engine_token}",
          "Value": ""
        },
        {
          "Name": "automation_host",
          "TokenName": "{automation_host}",
          "Value": ""
        }
      ]
    },
    {
      "Name": "GetLicenseInfoBySessionId",
      "Url": "https://api.inflectra.com/Spira/Services/v7_0/RestService.svc/floating-licenses/{session_id}/engine/{automation_engine_token}/host/{automation_host}",
      "Method": "GET",
      "Body": "",

      "Headers": [
        {
          "Name": "Accept",
          "Value": "application/json"
        },
        {
          "Name": "Content-Type",
          "Value": "application/json"
        }
      ],
      "Parameters": [
        {
          "Name": "session_id",
          "TokenName": "{session_id}",
          "Value": ""
        },
        {
          "Name": "automation_engine_token",
          "TokenName": "{automation_engine_token}",
          "Value": ""
        },
        {
          "Name": "automation_host",
          "TokenName": "{automation_host}",
          "Value": ""
        }
      ]
    },
    {
      "Name": "GetLicenseCounts",
      "Url": "https://api.inflectra.com/Spira/Services/v7_0/RestService.svc/floating-licenses/engine/{automation_engine_token}",
      "Method": "GET",
      "Body": "",

      "Headers": [
        {
          "Name": "Accept",
          "Value": "application/json"
        },
        {
          "Name": "Content-Type",
          "Value": "application/json"
        }
      ],
      "Parameters": [
        {
          "Name": "automation_engine_token",
          "TokenName": "{automation_engine_token}",
          "Value": ""
        }
      ]
    }
  ]
}
