Sha256: 1d7d4c32ea9e063f9d604e1558255f49028ac6a668cd549559eb4c44d82bbd6d
Contents?: true
Size: 509 Bytes
Versions: 1
Compression:
Stored size: 509 Bytes
Contents
require "datadog_api_client" api_instance = DatadogAPIClient::V1::OrganizationsAPI.new public_id = "abc123" # String | The `public_id` of the organization you are operating with idp_file = File.new("/path/to/some/file") # File | The path to the XML metadata file you wish to upload. begin # Upload IdP metadata result = api_instance.upload_id_p_for_org(public_id, idp_file) p result rescue DatadogAPIClient::V1::APIError => e puts "Error when calling OrganizationsAPI->upload_id_p_for_org: #{e}" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.7.0 | examples/generated/v1/organizations/UploadIDPForOrg.rb |