202

The resource was successfully accepted

This is returned on an activation request. It does not mean that the activation was successful. It means that the API will act upon the request.

This sample response shows an accepted resource:

{
  "account_id": "",
  "allowed_ips": [
    "192.168.1.10",
    "10.0.0.0/8"
  ],
  "archiving": {
    "automatic_purge": {
      "retention_days": 30
    }
  },
  "backup_encoder_zone": "us-west",
  "backup_host_name": "us-west-example.msl.nebula.video",
  "backup_publishing_url": "us-west-example.msl.nebula.video/123e4567-e89b-12d3-a456-426614174000-b/(event_name)",
  "contract_id": "A-123456",
  "cptag": "0",
  "created_at": "2024-01-01T00:00:00Z",
  "created_by": "",
  "description": "Example stream description",
  "dvr_window_in_min": 60,
  "encoder_zone": "us-east",
  "format": "CMAF",
  "group_id": "",
  "host_name": "us-east-example.msl.nebula.video",
  "ingest_authentication": false,
  "origin_id": "123e4567-e89b-12d3-a456-426614174001",
  "playback": {
    "akamai_g2o_auth": {
      "enabled": true,
      "g2o_version": 5,
      "secret_key": "my-secret-key-12345",
      "time_delta": 3600
    }
  },
  "primary_publishing_url": "us-east-example.msl.nebula.video/123e4567-e89b-12d3-a456-426614174000/(event_name)",
  "status": "CREATING",
  "stream_id": "123e4567-e89b-12d3-a456-426614174000",
  "updated_at": "2024-01-01T00:00:00Z"
}